Choreonoid  1.8
Public Member Functions | List of all members
cnoid::TaskPhaseProxy Class Reference

#include <Task.h>

Inheritance diagram for cnoid::TaskPhaseProxy:
cnoid::Referenced

Public Member Functions

 TaskPhaseProxy (TaskPhase *phase)
 
void setCommandLevel (int level)
 
int commandLevel () const
 
TaskCommandaddCommand ()
 
TaskCommandaddCommand (const std::string &caption)
 
TaskCommandaddToggleCommand ()
 
TaskCommandaddToggleCommand (const std::string &caption)
 
- Public Member Functions inherited from cnoid::Referenced
virtual ~Referenced ()
 

Additional Inherited Members

- Protected Member Functions inherited from cnoid::Referenced
 Referenced ()
 
 Referenced (const Referenced &)
 
int refCount () const
 

Constructor & Destructor Documentation

◆ TaskPhaseProxy()

TaskPhaseProxy::TaskPhaseProxy ( TaskPhase phase)

Member Function Documentation

◆ addCommand() [1/2]

TaskCommand * TaskPhaseProxy::addCommand ( )

◆ addCommand() [2/2]

TaskCommand * TaskPhaseProxy::addCommand ( const std::string &  caption)

◆ addToggleCommand() [1/2]

TaskCommand * TaskPhaseProxy::addToggleCommand ( )

◆ addToggleCommand() [2/2]

TaskCommand * TaskPhaseProxy::addToggleCommand ( const std::string &  caption)

◆ commandLevel()

int cnoid::TaskPhaseProxy::commandLevel ( ) const
inline

◆ setCommandLevel()

void TaskPhaseProxy::setCommandLevel ( int  level)

The documentation for this class was generated from the following files: