C# 클래스 Qyoto.QMenuBar

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

Private Properties

프로퍼티 타입 설명
ActionEvent void
ChangeEvent void
Event bool
EventFilter bool
FocusInEvent void
FocusOutEvent void
HeightForWidth int
KeyPressEvent void
LeaveEvent void
MinimumSizeHint Qyoto.QSize
MouseMoveEvent void
MousePressEvent void
MouseReleaseEvent void
PaintEvent void
QMenuBar System
ResizeEvent void
SetVisible void
SizeHint Qyoto.QSize
TimerEvent void

공개 메소드들

메소드 설명
ActionAt ( Qyoto.QPoint arg1 ) : Qyoto.QAction
ActionGeometry ( Qyoto.QAction arg1 ) : Qyoto.QRect
ActiveAction ( ) : Qyoto.QAction
AddAction ( string text ) : Qyoto.QAction
AddAction ( string text, QObject receiver, string member ) : Qyoto.QAction
AddAction ( Qyoto.QAction action ) : void
AddMenu ( Qyoto.QMenu menu ) : Qyoto.QAction
AddMenu ( Qyoto.QIcon icon, string title ) : Qyoto.QMenu
AddMenu ( string title ) : Qyoto.QMenu
AddSeparator ( ) : Qyoto.QAction
Clear ( ) : void
CornerWidget ( ) : QWidget
CornerWidget ( Qt corner ) : QWidget
Dispose ( ) : void
InsertMenu ( Qyoto.QAction before, Qyoto.QMenu menu ) : Qyoto.QAction
InsertSeparator ( Qyoto.QAction before ) : Qyoto.QAction
QMenuBar ( QWidget parent ) : System
SetActiveAction ( Qyoto.QAction action ) : void
SetCornerWidget ( QWidget w ) : void
SetCornerWidget ( QWidget w, Qt corner ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
InitStyleOption ( QStyleOptionMenuItem option, Qyoto.QAction action ) : void
QMenuBar ( Type dummy ) : System

비공개 메소드들

메소드 설명
ActionEvent ( Qyoto.QActionEvent arg1 ) : void
ChangeEvent ( Qyoto.QEvent arg1 ) : void
Event ( Qyoto.QEvent arg1 ) : bool
EventFilter ( QObject arg1, Qyoto.QEvent arg2 ) : bool
FocusInEvent ( Qyoto.QFocusEvent arg1 ) : void
FocusOutEvent ( Qyoto.QFocusEvent arg1 ) : void
HeightForWidth ( int arg1 ) : int
KeyPressEvent ( Qyoto.QKeyEvent arg1 ) : void
LeaveEvent ( Qyoto.QEvent arg1 ) : void
MinimumSizeHint ( ) : Qyoto.QSize
MouseMoveEvent ( Qyoto.QMouseEvent arg1 ) : void
MousePressEvent ( Qyoto.QMouseEvent arg1 ) : void
MouseReleaseEvent ( Qyoto.QMouseEvent arg1 ) : void
PaintEvent ( Qyoto.QPaintEvent arg1 ) : void
QMenuBar ( ) : System
ResizeEvent ( Qyoto.QResizeEvent arg1 ) : void
SetVisible ( bool visible ) : void
SizeHint ( ) : Qyoto.QSize
TimerEvent ( Qyoto.QTimerEvent arg1 ) : void

메소드 상세

ActionAt() 공개 메소드

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

ActionGeometry() 공개 메소드

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

ActiveAction() 공개 메소드

public ActiveAction ( ) : Qyoto.QAction
리턴 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

AddMenu() 공개 메소드

public AddMenu ( Qyoto.QMenu menu ) : Qyoto.QAction
menu Qyoto.QMenu
리턴 Qyoto.QAction

AddMenu() 공개 메소드

public AddMenu ( Qyoto.QIcon icon, string title ) : Qyoto.QMenu
icon Qyoto.QIcon
title string
리턴 Qyoto.QMenu

AddMenu() 공개 메소드

public AddMenu ( string title ) : Qyoto.QMenu
title string
리턴 Qyoto.QMenu

AddSeparator() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CornerWidget() 공개 메소드

public CornerWidget ( ) : QWidget
리턴 QWidget

CornerWidget() 공개 메소드

public CornerWidget ( Qt corner ) : QWidget
corner Qt
리턴 QWidget

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InitStyleOption() 보호된 메소드

protected InitStyleOption ( QStyleOptionMenuItem option, Qyoto.QAction action ) : void
option QStyleOptionMenuItem
action Qyoto.QAction
리턴 void

InsertMenu() 공개 메소드

public InsertMenu ( Qyoto.QAction before, Qyoto.QMenu menu ) : Qyoto.QAction
before Qyoto.QAction
menu Qyoto.QMenu
리턴 Qyoto.QAction

InsertSeparator() 공개 메소드

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

QMenuBar() 공개 메소드

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

QMenuBar() 보호된 메소드

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

SetActiveAction() 공개 메소드

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

SetCornerWidget() 공개 메소드

public SetCornerWidget ( QWidget w ) : void
w QWidget
리턴 void

SetCornerWidget() 공개 메소드

public SetCornerWidget ( QWidget w, Qt corner ) : void
w QWidget
corner Qt
리턴 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