C# Class Qyoto.QToolBar

Inheritance: QWidget, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Свойство Type Description
ActionEvent void
ChangeEvent void
ChildEvent void
Event bool
PaintEvent void
QToolBar System
ResizeEvent void
SetIconSize void
SetToolButtonStyle void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
InitStyleOption ( QStyleOptionToolBar option ) : void
QToolBar ( Type dummy ) : System

Private Methods

Méthode 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 méthode

public ActionAt ( Qyoto.QPoint p ) : Qyoto.QAction
p Qyoto.QPoint
Résultat Qyoto.QAction

ActionAt() public méthode

public ActionAt ( int x, int y ) : Qyoto.QAction
x int
y int
Résultat Qyoto.QAction

ActionGeometry() public méthode

public ActionGeometry ( Qyoto.QAction action ) : Qyoto.QRect
action Qyoto.QAction
Résultat Qyoto.QRect

AddAction() public méthode

public AddAction ( Qyoto.QIcon icon, string text ) : Qyoto.QAction
icon Qyoto.QIcon
text string
Résultat Qyoto.QAction

AddAction() public méthode

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

AddAction() public méthode

public AddAction ( string text ) : Qyoto.QAction
text string
Résultat Qyoto.QAction

AddAction() public méthode

public AddAction ( string text, QObject receiver, string member ) : Qyoto.QAction
text string
receiver QObject
member string
Résultat Qyoto.QAction

AddAction() public méthode

public AddAction ( Qyoto.QAction action ) : void
action Qyoto.QAction
Résultat void

AddSeparator() public méthode

public AddSeparator ( ) : Qyoto.QAction
Résultat Qyoto.QAction

AddWidget() public méthode

public AddWidget ( QWidget widget ) : Qyoto.QAction
widget QWidget
Résultat Qyoto.QAction

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InitStyleOption() protected méthode

protected InitStyleOption ( QStyleOptionToolBar option ) : void
option QStyleOptionToolBar
Résultat void

InsertSeparator() public méthode

public InsertSeparator ( Qyoto.QAction before ) : Qyoto.QAction
before Qyoto.QAction
Résultat Qyoto.QAction

InsertWidget() public méthode

public InsertWidget ( Qyoto.QAction before, QWidget widget ) : Qyoto.QAction
before Qyoto.QAction
widget QWidget
Résultat Qyoto.QAction

IsAreaAllowed() public méthode

public IsAreaAllowed ( Qt area ) : bool
area Qt
Résultat bool

QToolBar() public méthode

public QToolBar ( QWidget parent ) : System
parent QWidget
Résultat System

QToolBar() protected méthode

protected QToolBar ( Type dummy ) : System
dummy System.Type
Résultat System

QToolBar() public méthode

public QToolBar ( string title ) : System
title string
Résultat System

QToolBar() public méthode

public QToolBar ( string title, QWidget parent ) : System
title string
parent QWidget
Résultat System

ToggleViewAction() public méthode

public ToggleViewAction ( ) : Qyoto.QAction
Résultat Qyoto.QAction

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

WidgetForAction() public méthode

public WidgetForAction ( Qyoto.QAction action ) : QWidget
action Qyoto.QAction
Résultat QWidget