#include <ToolBar.h>
◆ ToolBar()
ToolBar::ToolBar |
( |
const QString & |
name | ) |
|
◆ ~ToolBar()
◆ addAction()
void ToolBar::addAction |
( |
QAction * |
action | ) |
|
◆ addButton() [1/3]
ToolButton * ToolBar::addButton |
( |
const char *const * |
xpm, |
|
|
const QString & |
tooltip = QString() |
|
) |
| |
◆ addButton() [2/3]
ToolButton * ToolBar::addButton |
( |
const QIcon & |
icon, |
|
|
const QString & |
tooltip = QString() |
|
) |
| |
◆ addButton() [3/3]
ToolButton * ToolBar::addButton |
( |
const QString & |
text, |
|
|
const QString & |
tooltip = QString() |
|
) |
| |
◆ addImage()
QLabel * ToolBar::addImage |
( |
const QString & |
filename | ) |
|
◆ addLabel()
QLabel * ToolBar::addLabel |
( |
const QString & |
text | ) |
|
◆ addRadioButton() [1/3]
ToolButton * ToolBar::addRadioButton |
( |
const char *const * |
xpm, |
|
|
const QString & |
tooltip = QString() |
|
) |
| |
◆ addRadioButton() [2/3]
ToolButton * ToolBar::addRadioButton |
( |
const QIcon & |
icon, |
|
|
const QString & |
tooltip = QString() |
|
) |
| |
◆ addRadioButton() [3/3]
ToolButton * ToolBar::addRadioButton |
( |
const QString & |
text, |
|
|
const QString & |
tooltip = QString() |
|
) |
| |
◆ addSeparator()
QWidget * ToolBar::addSeparator |
( |
| ) |
|
◆ addSpacing()
void ToolBar::addSpacing |
( |
int |
spacing = -1 | ) |
|
◆ addToggleButton() [1/3]
ToolButton * ToolBar::addToggleButton |
( |
const char *const * |
xpm, |
|
|
const QString & |
tooltip = QString() |
|
) |
| |
◆ addToggleButton() [2/3]
ToolButton * ToolBar::addToggleButton |
( |
const QIcon & |
icon, |
|
|
const QString & |
tooltip = QString() |
|
) |
| |
◆ addToggleButton() [3/3]
ToolButton * ToolBar::addToggleButton |
( |
const QString & |
text, |
|
|
const QString & |
tooltip = QString() |
|
) |
| |
◆ addWidget()
void ToolBar::addWidget |
( |
QWidget * |
widget | ) |
|
◆ changeIconSize
void ToolBar::changeIconSize |
( |
const QSize & |
iconSize | ) |
|
|
slot |
◆ currentRadioGroup()
QButtonGroup * ToolBar::currentRadioGroup |
( |
| ) |
|
◆ isAutoRaiseByDefault()
bool cnoid::ToolBar::isAutoRaiseByDefault |
( |
| ) |
const |
|
inline |
◆ isPlacedOnNewRowByDefault()
bool cnoid::ToolBar::isPlacedOnNewRowByDefault |
( |
| ) |
const |
|
inline |
◆ isStretchable()
bool cnoid::ToolBar::isStretchable |
( |
| ) |
const |
|
inline |
◆ isVisibleByDefault()
bool cnoid::ToolBar::isVisibleByDefault |
( |
| ) |
const |
|
inline |
◆ placeOnNewRowByDefault()
void cnoid::ToolBar::placeOnNewRowByDefault |
( |
bool |
on = true | ) |
|
|
inline |
◆ requestNewRadioGroup()
void ToolBar::requestNewRadioGroup |
( |
| ) |
|
◆ restoreState()
bool ToolBar::restoreState |
( |
const Archive & |
archive | ) |
|
|
virtual |
◆ setAutoRaiseByDefault()
void cnoid::ToolBar::setAutoRaiseByDefault |
( |
bool |
on = true | ) |
|
|
inline |
◆ setEnabled
void ToolBar::setEnabled |
( |
bool |
on | ) |
|
|
slot |
◆ setInsertionPosition()
ToolBar & ToolBar::setInsertionPosition |
( |
int |
index | ) |
|
◆ setStretchable()
void cnoid::ToolBar::setStretchable |
( |
bool |
on | ) |
|
|
inline |
◆ setVisibleByDefault()
void cnoid::ToolBar::setVisibleByDefault |
( |
bool |
on = true | ) |
|
|
inline |
◆ storeState()
bool ToolBar::storeState |
( |
Archive & |
archive | ) |
|
|
virtual |
◆ stretchableDefaultWidth()
int ToolBar::stretchableDefaultWidth |
( |
| ) |
const |
|
virtual |
◆ toolBarArea()
◆ ToolBarArea
The documentation for this class was generated from the following files: