コード例 #1
0
ファイル: QSortFilterProxyModel.cs プロジェクト: KDE/qyoto
 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
ファイル: QHeaderView.cs プロジェクト: 0xd34df00d/Qross
 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
ファイル: QHeaderView.cs プロジェクト: micro-chen/qyoto
 protected override QRegion VisualRegionForSelection(QItemSelection selection)
 {
     return((QRegion)interceptor.Invoke("visualRegionForSelection#", "visualRegionForSelection(const QItemSelection&) const", typeof(QRegion), typeof(QItemSelection), selection));
 }
コード例 #6
0
ファイル: QItemSelectionModel.cs プロジェクト: KDE/qyoto
 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
ファイル: QAbstractItemView.cs プロジェクト: KDE/qyoto
 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
ファイル: QAbstractProxyModel.cs プロジェクト: KDE/qyoto
 public virtual QItemSelection MapSelectionToSource(QItemSelection selection)
 {
     return (QItemSelection) interceptor.Invoke("mapSelectionToSource#", "mapSelectionToSource(const QItemSelection&) const", typeof(QItemSelection), typeof(QItemSelection), selection);
 }
コード例 #16
0
ファイル: QAbstractItemView.cs プロジェクト: KDE/qyoto
 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
ファイル: QItemSelectionModel.cs プロジェクト: KDE/qyoto
 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);