Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
ActionAt ( Qyoto.QPoint arg1 ) : Qyoto.QAction | ||
ActionGeometry ( Qyoto.QAction arg1 ) : Qyoto.QRect | ||
ActiveAction ( ) : Qyoto.QAction | ||
AddAction ( string text ) : Qyoto.QAction | ||
AddAction ( string text, |
||
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 ( ) : |
||
CornerWidget ( |
||
Dispose ( ) : void | ||
InsertMenu ( Qyoto.QAction before, Qyoto.QMenu menu ) : Qyoto.QAction | ||
InsertSeparator ( Qyoto.QAction before ) : Qyoto.QAction | ||
QMenuBar ( |
||
SetActiveAction ( Qyoto.QAction action ) : void | ||
SetCornerWidget ( |
||
SetCornerWidget ( |
||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
InitStyleOption ( |
||
QMenuBar ( |
Method | Description | |
---|---|---|
ActionEvent ( Qyoto.QActionEvent arg1 ) : void | ||
ChangeEvent ( Qyoto.QEvent arg1 ) : void | ||
Event ( Qyoto.QEvent arg1 ) : bool | ||
EventFilter ( |
||
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 |
public ActionAt ( Qyoto.QPoint arg1 ) : Qyoto.QAction | ||
arg1 | Qyoto.QPoint | |
return | Qyoto.QAction |
public ActionGeometry ( Qyoto.QAction arg1 ) : Qyoto.QRect | ||
arg1 | Qyoto.QAction | |
return | Qyoto.QRect |
public AddAction ( string text ) : Qyoto.QAction | ||
text | string | |
return | Qyoto.QAction |
public AddAction ( string text, |
||
text | string | |
receiver | ||
member | string | |
return | Qyoto.QAction |
public AddAction ( Qyoto.QAction action ) : void | ||
action | Qyoto.QAction | |
return | void |
public AddMenu ( Qyoto.QMenu menu ) : Qyoto.QAction | ||
menu | Qyoto.QMenu | |
return | Qyoto.QAction |
public AddMenu ( Qyoto.QIcon icon, string title ) : Qyoto.QMenu | ||
icon | Qyoto.QIcon | |
title | string | |
return | Qyoto.QMenu |
public AddMenu ( string title ) : Qyoto.QMenu | ||
title | string | |
return | Qyoto.QMenu |
protected InitStyleOption ( |
||
option | ||
action | Qyoto.QAction | |
return | void |
public InsertMenu ( Qyoto.QAction before, Qyoto.QMenu menu ) : Qyoto.QAction | ||
before | Qyoto.QAction | |
menu | Qyoto.QMenu | |
return | Qyoto.QAction |
public InsertSeparator ( Qyoto.QAction before ) : Qyoto.QAction | ||
before | Qyoto.QAction | |
return | Qyoto.QAction |
protected QMenuBar ( |
||
dummy | ||
return | System |
public SetActiveAction ( Qyoto.QAction action ) : void | ||
action | Qyoto.QAction | |
return | void |
public SetCornerWidget ( |
||
w | ||
corner | ||
return | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |