input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qtoolbar.html

output_urn
QToolBar

inherits

public_types

properties
allowedAreas : Qt::ToolBarAreas
floatable : bool
floating : const bool
iconSize : QSize

public_functions
QToolBar ( const QString & title, QWidget * parent = 0 )
QToolBar ( QWidget * parent = 0 )
~QToolBar ()
 QAction * actionAt ( const QPoint & p ) const
 QAction * actionAt ( int x, int y ) const
 void addAction ( QAction * action )
 QAction * addAction ( const QString & text )
 QAction * addAction ( const QIcon & icon, const QString & text )
 QAction * addAction ( const QString & text, const QObject * receiver, const char * member )
 QAction * addAction ( const QIcon & icon, const QString & text, const QObject * receiver, const char * member )
 QAction * addSeparator ()
 QAction * addWidget ( QWidget * widget )
 Qt::ToolBarAreas allowedAreas () const
 void clear ()
 QSize iconSize () const
 QAction * insertSeparator ( QAction * before )
 QAction * insertWidget ( QAction * before, QWidget * widget )
 bool isAreaAllowed ( Qt::ToolBarArea area ) const
 bool isFloatable () const
 bool isFloating () const
 bool isMovable () const
 Qt::Orientation orientation () const
 void setAllowedAreas ( Qt::ToolBarAreas areas )
 void setFloatable ( bool floatable )
 void setMovable ( bool movable )
 void setOrientation ( Qt::Orientation orientation )
 QAction * toggleViewAction () const
 Qt::ToolButtonStyle toolButtonStyle () const
 QWidget * widgetForAction ( QAction * action ) const

public_slots
 void setIconSize ( const QSize & iconSize )
 void setToolButtonStyle ( Qt::ToolButtonStyle toolButtonStyle )

signals
 void actionTriggered ( QAction * action )
 void allowedAreasChanged ( Qt::ToolBarAreas allowedAreas )
 void iconSizeChanged ( const QSize & iconSize )
 void movableChanged ( bool movable )
 void orientationChanged ( Qt::Orientation orientation )
 void toolButtonStyleChanged ( Qt::ToolButtonStyle toolButtonStyle )
 void topLevelChanged ( bool topLevel )
 void visibilityChanged ( bool visible )

static_public_members

protected_functions

reimplemented_public_functions

reimplemented_protected_functions
 virtual void actionEvent ( QActionEvent * event )
 virtual void changeEvent ( QEvent * event )
 virtual void childEvent ( QChildEvent * event )
 virtual bool event ( QEvent * event )
 virtual void paintEvent ( QPaintEvent * event )
 virtual void resizeEvent ( QResizeEvent * event )

protected_slots

related_non_members

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects
class
QWidget
name
RenderFlags

typedefed_objects

parent_typedefed_objects

class_objects

parent_class_objects

enums

parent_enums
class_name
QWidget
name
RenderFlag
key
DrawWindowBackground
DrawChildren
IgnoreMask
public_flag
true
class_name
QPaintDevice
name
PaintDeviceMetric
key
PdmWidth
PdmHeight
PdmWidthMM
PdmHeightMM
PdmNumColors
PdmDepth
PdmDpiX
PdmDpiY
PdmPhysicalDpiX
PdmPhysicalDpiY
public_flag
true

parent_index
216

parent_name
QWidget

