|
Choreonoid
1.8
|
#include <MprPositionStatementPanel.h>
Public Member Functions | |
| MprPositionStatementPanel () | |
| ~MprPositionStatementPanel () | |
| virtual void | setEditingEnabled (bool on) override |
| virtual void | onStatementUpdated () override |
Public Member Functions inherited from cnoid::MprStatementPanel | |
| MprStatementPanel () | |
| ~MprStatementPanel () | |
| void | activate (MprProgramItemBase *programItem, MprStatement *statement, std::function< void(const std::string &caption)> setCaption) |
| void | deactivate () |
| virtual void | onActivated ()=0 |
| virtual void | onAdditionalStatementsUpdated (const std::vector< MprStatementPtr > &additionalStatements) |
| virtual void | onDeactivated () |
Static Public Member Functions | |
| static void | updateCoordinateFrameLabel (QLabel &label, const GeneralId &id, CoordinateFrame *frame, CoordinateFrameList *frames) |
Protected Member Functions | |
| QWidget * | topPanel () |
| QWidget * | positionPanel () |
| void | updatePositionPanel () |
Protected Member Functions inherited from cnoid::MprStatementPanel | |
| MprProgramItemBase * | currentProgramItem () |
| template<class StatementType > | |
| StatementType * | currentStatement () |
| MprStatement * | currentStatement () |
| void | setCaption (const std::string &caption) |
| MprPositionStatementPanel::MprPositionStatementPanel | ( | ) |
| MprPositionStatementPanel::~MprPositionStatementPanel | ( | ) |
|
overridevirtual |
Reimplemented from cnoid::MprStatementPanel.
|
protected |
|
overridevirtual |
Reimplemented from cnoid::MprStatementPanel.
|
protected |
|
static |
|
protected |
1.8.17