C# 클래스 Qyoto.QCompleter

상속: QObject, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Complete void
Complete void
Event bool
EventFilter bool
PathFromIndex string
QCompleter System
SetCompletionPrefix void
SetWrapAround void
SplitPath List

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QCompleter ( Type dummy ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

CompletionCount() 공개 메소드

public CompletionCount ( ) : int
리턴 int

CompletionModel() 공개 메소드

public CompletionModel ( ) : QAbstractItemModel
리턴 QAbstractItemModel

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

CurrentCompletion() 공개 메소드

public CurrentCompletion ( ) : string
리턴 string

CurrentIndex() 공개 메소드

public CurrentIndex ( ) : Qyoto.QModelIndex
리턴 Qyoto.QModelIndex

CurrentRow() 공개 메소드

public CurrentRow ( ) : int
리턴 int

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Model() 공개 메소드

public Model ( ) : QAbstractItemModel
리턴 QAbstractItemModel

Popup() 공개 메소드

public Popup ( ) : QAbstractItemView
리턴 QAbstractItemView

QCompleter() 공개 메소드

public QCompleter ( List completions ) : System
completions List
리턴 System

QCompleter() 공개 메소드

public QCompleter ( List completions, QObject parent ) : System
completions List
parent QObject
리턴 System

QCompleter() 공개 메소드

public QCompleter ( QAbstractItemModel model ) : System
model QAbstractItemModel
리턴 System

QCompleter() 공개 메소드

public QCompleter ( QAbstractItemModel model, QObject parent ) : System
model QAbstractItemModel
parent QObject
리턴 System

QCompleter() 공개 메소드

public QCompleter ( QObject parent ) : System
parent QObject
리턴 System

QCompleter() 보호된 메소드

protected QCompleter ( Type dummy ) : System
dummy System.Type
리턴 System

SetCurrentRow() 공개 메소드

public SetCurrentRow ( int row ) : bool
row int
리턴 bool

SetModel() 공개 메소드

public SetModel ( QAbstractItemModel c ) : void
c QAbstractItemModel
리턴 void

SetPopup() 공개 메소드

public SetPopup ( QAbstractItemView popup ) : void
popup QAbstractItemView
리턴 void

SetWidget() 공개 메소드

public SetWidget ( QWidget widget ) : void
widget QWidget
리턴 void

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

Widget() 공개 메소드

public Widget ( ) : QWidget
리턴 QWidget