C# Class Qyoto.QCompleter

Inheritance: QObject, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
Complete void
Complete void
Event bool
EventFilter bool
PathFromIndex string
QCompleter System
SetCompletionPrefix void
SetWrapAround void
SplitPath List

Public Methods

Method Description
CompletionCount ( ) : int
CompletionModel ( ) : QAbstractItemModel
CurrentCompletion ( ) : string
CurrentIndex ( ) : Qyoto.QModelIndex
CurrentRow ( ) : int
Dispose ( ) : void
Model ( ) : QAbstractItemModel
Popup ( ) : QAbstractItemView
QCompleter ( List completions ) : System
QCompleter ( List completions, QObject parent ) : System
QCompleter ( QAbstractItemModel model ) : System
QCompleter ( QAbstractItemModel model, QObject parent ) : System
QCompleter ( QObject parent ) : System
SetCurrentRow ( int row ) : bool
SetModel ( QAbstractItemModel c ) : void
SetPopup ( QAbstractItemView popup ) : void
SetWidget ( QWidget widget ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string
Widget ( ) : QWidget

Protected Methods

Method Description
CreateProxy ( ) : void
QCompleter ( Type dummy ) : System

Private Methods

Method Description
Complete ( ) : void
Complete ( Qyoto.QRect rect ) : void
Event ( Qyoto.QEvent arg1 ) : bool
EventFilter ( QObject o, Qyoto.QEvent e ) : bool
PathFromIndex ( Qyoto.QModelIndex index ) : string
QCompleter ( ) : System
SetCompletionPrefix ( string prefix ) : void
SetWrapAround ( bool wrap ) : void
SplitPath ( string path ) : List

Method Details

CompletionCount() public method

public CompletionCount ( ) : int
return int

CompletionModel() public method

public CompletionModel ( ) : QAbstractItemModel
return QAbstractItemModel

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

CurrentCompletion() public method

public CurrentCompletion ( ) : string
return string

CurrentIndex() public method

public CurrentIndex ( ) : Qyoto.QModelIndex
return Qyoto.QModelIndex

CurrentRow() public method

public CurrentRow ( ) : int
return int

Dispose() public method

public Dispose ( ) : void
return void

Model() public method

public Model ( ) : QAbstractItemModel
return QAbstractItemModel

Popup() public method

public Popup ( ) : QAbstractItemView
return QAbstractItemView

QCompleter() public method

public QCompleter ( List completions ) : System
completions List
return System

QCompleter() public method

public QCompleter ( List completions, QObject parent ) : System
completions List
parent QObject
return System

QCompleter() public method

public QCompleter ( QAbstractItemModel model ) : System
model QAbstractItemModel
return System

QCompleter() public method

public QCompleter ( QAbstractItemModel model, QObject parent ) : System
model QAbstractItemModel
parent QObject
return System

QCompleter() public method

public QCompleter ( QObject parent ) : System
parent QObject
return System

QCompleter() protected method

protected QCompleter ( Type dummy ) : System
dummy System.Type
return System

SetCurrentRow() public method

public SetCurrentRow ( int row ) : bool
row int
return bool

SetModel() public method

public SetModel ( QAbstractItemModel c ) : void
c QAbstractItemModel
return void

SetPopup() public method

public SetPopup ( QAbstractItemView popup ) : void
popup QAbstractItemView
return void

SetWidget() public method

public SetWidget ( QWidget widget ) : void
widget QWidget
return void

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string

Widget() public method

public Widget ( ) : QWidget
return QWidget