C# Класс Qyoto.QToolBar

Наследование: QWidget, IDisposable
Показать файл Открыть проект Примеры использования класса

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