예제 #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
파일: QItemSelection.cs 프로젝트: KDE/qyoto
 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
파일: QItemSelection.cs 프로젝트: KDE/qyoto
 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);