Пример #1
0
 public override QItemSelection MapSelectionToSource(QItemSelection proxySelection)
 {
     return (QItemSelection) interceptor.Invoke("mapSelectionToSource#", "mapSelectionToSource(const QItemSelection&) const", typeof(QItemSelection), typeof(QItemSelection), proxySelection);
 }
Пример #2
0
 protected override QRegion VisualRegionForSelection(QItemSelection selection)
 {
     return(new QRegion());
 }
Пример #3
0
 protected override QRegion VisualRegionForSelection(QItemSelection selection)
 {
     return (QRegion) interceptor.Invoke("visualRegionForSelection#", "visualRegionForSelection(const QItemSelection&) const", typeof(QRegion), typeof(QItemSelection), selection);
 }
Пример #4
0
 protected void EmitSelectionChanged(QItemSelection newSelection, QItemSelection oldSelection)
 {
     interceptor.Invoke("emitSelectionChanged##", "emitSelectionChanged(const QItemSelection&, const QItemSelection&)", typeof(void), typeof(QItemSelection), newSelection, typeof(QItemSelection), oldSelection);
 }
Пример #5
0
 protected override QRegion VisualRegionForSelection(QItemSelection selection)
 {
     return((QRegion)interceptor.Invoke("visualRegionForSelection#", "visualRegionForSelection(const QItemSelection&) const", typeof(QRegion), typeof(QItemSelection), selection));
 }
Пример #6
0
 public virtual void Select(QItemSelection selection, uint command)
 {
     interceptor.Invoke("select#$", "select(const QItemSelection&, QItemSelectionModel::SelectionFlags)", typeof(void), typeof(QItemSelection), selection, typeof(uint), command);
 }
Пример #7
0
 public static void Split(QItemSelectionRange range, QItemSelectionRange other, QItemSelection result)
 {
     staticInterceptor.Invoke("split###", "split(const QItemSelectionRange&, const QItemSelectionRange&, QItemSelection*)", typeof(void), typeof(QItemSelectionRange), range, typeof(QItemSelectionRange), other, typeof(QItemSelection), result);
 }
Пример #8
0
 protected override void SelectionChanged(QItemSelection selected, QItemSelection deselected)
 {
     interceptor.Invoke("selectionChanged##", "selectionChanged(const QItemSelection&, const QItemSelection&)", typeof(void), typeof(QItemSelection), selected, typeof(QItemSelection), deselected);
 }
Пример #9
0
 protected virtual void SelectionChanged(QItemSelection selected, QItemSelection deselected)
 {
     interceptor.Invoke("selectionChanged##", "selectionChanged(const QItemSelection&, const QItemSelection&)", typeof(void), typeof(QItemSelection), selected, typeof(QItemSelection), deselected);
 }
Пример #10
0
 public static void Split(QItemSelectionRange range, QItemSelectionRange other, QItemSelection result)
 {
     staticInterceptor.Invoke("split###", "split(const QItemSelectionRange&, const QItemSelectionRange&, QItemSelection*)", typeof(void), typeof(QItemSelectionRange), range, typeof(QItemSelectionRange), other, typeof(QItemSelection), result);
 }
Пример #11
0
 protected override QRegion VisualRegionForSelection(QItemSelection selection)
 {
     return new QRegion();
 }
Пример #12
0
 public void Merge(QItemSelection other, uint command)
 {
     interceptor.Invoke("merge#$", "merge(const QItemSelection&, QItemSelectionModel::SelectionFlags)", typeof(void), typeof(QItemSelection), other, typeof(uint), command);
 }
Пример #13
0
 public virtual QItemSelection MapSelectionFromSource(QItemSelection selection)
 {
     return((QItemSelection)interceptor.Invoke("mapSelectionFromSource#", "mapSelectionFromSource(const QItemSelection&) const", typeof(QItemSelection), typeof(QItemSelection), selection));
 }
Пример #14
0
 public void Merge(QItemSelection other, uint command)
 {
     interceptor.Invoke("merge#$", "merge(const QItemSelection&, QItemSelectionModel::SelectionFlags)", typeof(void), typeof(QItemSelection), other, typeof(uint), command);
 }
Пример #15
0
 public virtual QItemSelection MapSelectionToSource(QItemSelection selection)
 {
     return (QItemSelection) interceptor.Invoke("mapSelectionToSource#", "mapSelectionToSource(const QItemSelection&) const", typeof(QItemSelection), typeof(QItemSelection), selection);
 }
Пример #16
0
 protected abstract QRegion VisualRegionForSelection(QItemSelection selection);
Пример #17
0
 public override QItemSelection MapSelectionFromSource(QItemSelection sourceSelection)
 {
     return((QItemSelection)interceptor.Invoke("mapSelectionFromSource#", "mapSelectionFromSource(const QItemSelection&) const", typeof(QItemSelection), typeof(QItemSelection), sourceSelection));
 }
Пример #18
0
 public virtual void Select(QItemSelection selection, uint command)
 {
     interceptor.Invoke("select#$", "select(const QItemSelection&, QItemSelectionModel::SelectionFlags)", typeof(void), typeof(QItemSelection), selection, typeof(uint), command);
 }
Пример #19
0
 protected void EmitSelectionChanged(QItemSelection newSelection, QItemSelection oldSelection)
 {
     interceptor.Invoke("emitSelectionChanged##", "emitSelectionChanged(const QItemSelection&, const QItemSelection&)", typeof(void), typeof(QItemSelection), newSelection, typeof(QItemSelection), oldSelection);
 }
Пример #20
0
 protected abstract QRegion VisualRegionForSelection(QItemSelection selection);