#include <GraphBar.h>
|
| GraphWidget * | focusedGraphWidget () |
| |
| void | focus (GraphWidget *graphWidget, bool forceUpdate=false) |
| |
| void | releaseFocus (GraphWidget *graphWidget) |
| |
| | ToolBar (const QString &title) |
| |
| virtual | ~ToolBar () |
| |
| ToolButton * | addButton (const QString &text, const QString &tooltip=QString()) |
| |
| ToolButton * | addButton (const QIcon &icon, const QString &tooltip=QString()) |
| |
| ToolButton * | addButton (const char *const *xpm, const QString &tooltip=QString()) |
| |
| ToolButton * | addToggleButton (const QString &text, const QString &tooltip=QString()) |
| |
| ToolButton * | addToggleButton (const QIcon &icon, const QString &tooltip=QString()) |
| |
| ToolButton * | addToggleButton (const char *const *xpm, const QString &tooltip=QString()) |
| |
| void | requestNewRadioGroup () |
| |
| QButtonGroup * | currentRadioGroup () |
| |
| ToolButton * | addRadioButton (const QString &text, const QString &tooltip=QString()) |
| |
| ToolButton * | addRadioButton (const QIcon &icon, const QString &tooltip=QString()) |
| |
| ToolButton * | addRadioButton (const char *const *xpm, const QString &tooltip=QString()) |
| |
| void | addAction (QAction *action) |
| |
| void | addWidget (QWidget *widget) |
| |
| QLabel * | addLabel (const QString &text) |
| |
| QLabel * | addImage (const QString &filename) |
| |
| QWidget * | addSeparator (int spacing=0) |
| |
| void | addSpacing (int size) |
| |
| void | setVisibleByDefault (bool on) |
| |
| bool | isVisibleByDefault () const |
| |
| void | setStretchable (bool on) |
| |
| bool | isStretchable () const |
| |
| virtual int | stretchableDefaultWidth () const |
| |
| ToolBarArea * | toolBarArea () |
| |
| virtual bool | storeState (Archive &archive) |
| |
| virtual bool | restoreState (const Archive &archive) |
| |
◆ focus()
| void GraphBar::focus |
( |
GraphWidget * |
graphWidget, |
|
|
bool |
forceUpdate = false |
|
) |
| |
◆ focusedGraphWidget()
◆ initialize()
◆ instance()
◆ releaseFocus()
| void GraphBar::releaseFocus |
( |
GraphWidget * |
graphWidget | ) |
|
The documentation for this class was generated from the following files: