C# Class Qyoto.QToolBar

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

Private Properties

Property Type Description
ActionEvent void
ChangeEvent void
ChildEvent void
Event bool
PaintEvent void
QToolBar System
ResizeEvent void
SetIconSize void
SetToolButtonStyle void

Public Methods

Method Description
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

Protected Methods

Method Description
CreateProxy ( ) : void
InitStyleOption ( QStyleOptionToolBar option ) : void
QToolBar ( Type dummy ) : System

Private Methods

Method Description
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

Method Details

ActionAt() public method

public ActionAt ( Qyoto.QPoint p ) : Qyoto.QAction
p Qyoto.QPoint
return Qyoto.QAction

ActionAt() public method

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

ActionGeometry() public method

public ActionGeometry ( Qyoto.QAction action ) : Qyoto.QRect
action Qyoto.QAction
return Qyoto.QRect

AddAction() public method

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

AddAction() public method

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

AddAction() public method

public AddAction ( string text ) : Qyoto.QAction
text string
return Qyoto.QAction

AddAction() public method

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

AddAction() public method

public AddAction ( Qyoto.QAction action ) : void
action Qyoto.QAction
return void

AddSeparator() public method

public AddSeparator ( ) : Qyoto.QAction
return Qyoto.QAction

AddWidget() public method

public AddWidget ( QWidget widget ) : Qyoto.QAction
widget QWidget
return Qyoto.QAction

Clear() public method

public Clear ( ) : void
return void

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

InitStyleOption() protected method

protected InitStyleOption ( QStyleOptionToolBar option ) : void
option QStyleOptionToolBar
return void

InsertSeparator() public method

public InsertSeparator ( Qyoto.QAction before ) : Qyoto.QAction
before Qyoto.QAction
return Qyoto.QAction

InsertWidget() public method

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

IsAreaAllowed() public method

public IsAreaAllowed ( Qt area ) : bool
area Qt
return bool

QToolBar() public method

public QToolBar ( QWidget parent ) : System
parent QWidget
return System

QToolBar() protected method

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

QToolBar() public method

public QToolBar ( string title ) : System
title string
return System

QToolBar() public method

public QToolBar ( string title, QWidget parent ) : System
title string
parent QWidget
return System

ToggleViewAction() public method

public ToggleViewAction ( ) : Qyoto.QAction
return Qyoto.QAction

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

WidgetForAction() public method

public WidgetForAction ( Qyoto.QAction action ) : QWidget
action Qyoto.QAction
return QWidget