C# 클래스 Qyoto.QToolBar

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

Private Properties

프로퍼티 타입 설명
ActionEvent void
ChangeEvent void
ChildEvent void
Event bool
PaintEvent void
QToolBar System
ResizeEvent void
SetIconSize void
SetToolButtonStyle void

공개 메소드들

메소드 설명
ActionAt ( Qyoto.QPoint p ) : Qyoto.QAction
ActionAt ( int x, int y ) : Qyoto.QAction
ActionGeometry ( Qyoto.QAction action ) : Qyoto.QRect
AddAction ( Qyoto.QIcon icon, string text ) : Qyoto.QAction
AddAction ( Qyoto.QIcon icon, string text, QObject receiver, string member ) : Qyoto.QAction
AddAction ( string text ) : Qyoto.QAction
AddAction ( string text, QObject receiver, string member ) : Qyoto.QAction
AddAction ( Qyoto.QAction action ) : void
AddSeparator ( ) : Qyoto.QAction
AddWidget ( QWidget widget ) : Qyoto.QAction
Clear ( ) : void
Dispose ( ) : void
InsertSeparator ( Qyoto.QAction before ) : Qyoto.QAction
InsertWidget ( Qyoto.QAction before, QWidget widget ) : Qyoto.QAction
IsAreaAllowed ( Qt area ) : bool
QToolBar ( QWidget parent ) : System
QToolBar ( string title ) : System
QToolBar ( string title, QWidget parent ) : System
ToggleViewAction ( ) : Qyoto.QAction
Tr ( string s ) : string
Tr ( string s, string c ) : string
WidgetForAction ( Qyoto.QAction action ) : QWidget

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
InitStyleOption ( QStyleOptionToolBar option ) : void
QToolBar ( Type dummy ) : System

비공개 메소드들

메소드 설명
ActionEvent ( Qyoto.QActionEvent arg1 ) : void
ChangeEvent ( Qyoto.QEvent arg1 ) : void
ChildEvent ( Qyoto.QChildEvent arg1 ) : void
Event ( Qyoto.QEvent arg1 ) : bool
PaintEvent ( Qyoto.QPaintEvent arg1 ) : void
QToolBar ( ) : System
ResizeEvent ( Qyoto.QResizeEvent arg1 ) : void
SetIconSize ( Qyoto.QSize iconSize ) : void
SetToolButtonStyle ( Qt toolButtonStyle ) : void

메소드 상세

ActionAt() 공개 메소드

public ActionAt ( Qyoto.QPoint p ) : Qyoto.QAction
p Qyoto.QPoint
리턴 Qyoto.QAction

ActionAt() 공개 메소드

public ActionAt ( int x, int y ) : Qyoto.QAction
x int
y int
리턴 Qyoto.QAction

ActionGeometry() 공개 메소드

public ActionGeometry ( Qyoto.QAction action ) : Qyoto.QRect
action Qyoto.QAction
리턴 Qyoto.QRect

AddAction() 공개 메소드

public AddAction ( Qyoto.QIcon icon, string text ) : Qyoto.QAction
icon Qyoto.QIcon
text string
리턴 Qyoto.QAction

AddAction() 공개 메소드

public AddAction ( Qyoto.QIcon icon, string text, QObject receiver, string member ) : Qyoto.QAction
icon Qyoto.QIcon
text string
receiver QObject
member string
리턴 Qyoto.QAction

AddAction() 공개 메소드

public AddAction ( string text ) : Qyoto.QAction
text string
리턴 Qyoto.QAction

AddAction() 공개 메소드

public AddAction ( string text, QObject receiver, string member ) : Qyoto.QAction
text string
receiver QObject
member string
리턴 Qyoto.QAction

AddAction() 공개 메소드

public AddAction ( Qyoto.QAction action ) : void
action Qyoto.QAction
리턴 void

AddSeparator() 공개 메소드

public AddSeparator ( ) : Qyoto.QAction
리턴 Qyoto.QAction

AddWidget() 공개 메소드

public AddWidget ( QWidget widget ) : Qyoto.QAction
widget QWidget
리턴 Qyoto.QAction

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InitStyleOption() 보호된 메소드

protected InitStyleOption ( QStyleOptionToolBar option ) : void
option QStyleOptionToolBar
리턴 void

InsertSeparator() 공개 메소드

public InsertSeparator ( Qyoto.QAction before ) : Qyoto.QAction
before Qyoto.QAction
리턴 Qyoto.QAction

InsertWidget() 공개 메소드

public InsertWidget ( Qyoto.QAction before, QWidget widget ) : Qyoto.QAction
before Qyoto.QAction
widget QWidget
리턴 Qyoto.QAction

IsAreaAllowed() 공개 메소드

public IsAreaAllowed ( Qt area ) : bool
area Qt
리턴 bool

QToolBar() 공개 메소드

public QToolBar ( QWidget parent ) : System
parent QWidget
리턴 System

QToolBar() 보호된 메소드

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

QToolBar() 공개 메소드

public QToolBar ( string title ) : System
title string
리턴 System

QToolBar() 공개 메소드

public QToolBar ( string title, QWidget parent ) : System
title string
parent QWidget
리턴 System

ToggleViewAction() 공개 메소드

public ToggleViewAction ( ) : Qyoto.QAction
리턴 Qyoto.QAction

Tr() 공개 정적인 메소드

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

Tr() 공개 정적인 메소드

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

WidgetForAction() 공개 메소드

public WidgetForAction ( Qyoto.QAction action ) : QWidget
action Qyoto.QAction
리턴 QWidget