Choreonoid
1.5
|
#include <BodyBar.h>
Public Member Functions | |
virtual | ~BodyBar () |
SignalProxy< void(const ItemList< BodyItem > &selectedBodyItems)> | sigBodyItemSelectionChanged () |
SignalProxy< void(BodyItem *currentBodyItem)> | sigCurrentBodyItemChanged () |
const ItemList< BodyItem > & | selectedBodyItems () |
const ItemList< BodyItem > & | targetBodyItems () |
BodyItem * | currentBodyItem () |
bool | makeSingleSelection (BodyItem *bodyItem) |
![]() | |
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 () |
Static Public Member Functions | |
static BodyBar * | instance () |
Protected Member Functions | |
virtual bool | storeState (Archive &archive) |
virtual bool | restoreState (const Archive &archive) |
Additional Inherited Members | |
![]() | |
void | setEnabled (bool on) |
void | changeIconSize (const QSize &iconSize) |
|
virtual |
BodyItem * BodyBar::currentBodyItem | ( | ) |
|
static |
bool BodyBar::makeSingleSelection | ( | BodyItem * | bodyItem | ) |
|
protectedvirtual |
Reimplemented from cnoid::ToolBar.
SignalProxy< void(const ItemList< BodyItem > &selectedBodyItems)> BodyBar::sigBodyItemSelectionChanged | ( | ) |
SignalProxy< void(BodyItem *currentBodyItem)> BodyBar::sigCurrentBodyItemChanged | ( | ) |
|
protectedvirtual |
Reimplemented from cnoid::ToolBar.