Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtGui.IQToolBarSignals Interface Reference
Inheritance diagram for QtGui.IQToolBarSignals:
Collaboration diagram for QtGui.IQToolBarSignals:

Public Member Functions

void ActionTriggered (QAction action)
 
 
void MovableChanged (bool movable)
 
 
void AllowedAreasChanged (Qt.ToolBarArea allowedAreas)
 
 
void OrientationChanged (Qt.Orientation orientation)
 
 
void IconSizeChanged (QSize iconSize)
 
 
void ToolButtonStyleChanged (Qt.ToolButtonStyle toolButtonStyle)
 
 
void TopLevelChanged (bool topLevel)
 
 
void VisibilityChanged (bool visible)
 
 
- Public Member Functions inherited from QtGui.IQWidgetSignals
void CustomContextMenuRequested (QPoint pos)
 
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

void QtGui.IQToolBarSignals.ActionTriggered ( QAction  action)

This signal is emitted when an action in this toolbar is triggered. This happens when the action's tool button is pressed, or when the action is triggered in some other way outside the tool bar. The parameter holds the triggered action.

void QtGui.IQToolBarSignals.AllowedAreasChanged ( Qt.ToolBarArea  allowedAreas)

This signal is emitted when the collection of allowed areas for the toolbar is changed. The new areas in which the toolbar can be positioned are specified by allowedAreas.

See also allowedAreas.

void QtGui.IQToolBarSignals.IconSizeChanged ( QSize  iconSize)

This signal is emitted when the icon size is changed. The iconSize parameter holds the toolbar's new icon size.

See also iconSize and QMainWindow::iconSize.

void QtGui.IQToolBarSignals.MovableChanged ( bool  movable)

This signal is emitted when the toolbar becomes movable or fixed. If the toolbar can be moved, movable is true; otherwise it is false.

See also movable.

void QtGui.IQToolBarSignals.OrientationChanged ( Qt.Orientation  orientation)

This signal is emitted when the orientation of the toolbar changes. The new orientation is specified by the orientation given.

See also orientation.

void QtGui.IQToolBarSignals.ToolButtonStyleChanged ( Qt.ToolButtonStyle  toolButtonStyle)

This signal is emitted when the tool button style is changed. The toolButtonStyle parameter holds the toolbar's new tool button style.

See also toolButtonStyle and QMainWindow::toolButtonStyle.

void QtGui.IQToolBarSignals.TopLevelChanged ( bool  topLevel)

This signal is emitted when the floating property changes. The topLevel parameter is true if the toolbar is now floating; otherwise it is false.

This function was introduced in Qt 4.6.

See also isWindow().

void QtGui.IQToolBarSignals.VisibilityChanged ( bool  visible)

This signal is emitted when the toolbar becomes visible (or invisible). This happens when the widget is hidden or shown.

This function was introduced in Qt 4.7.