Choreonoid  1.5
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 ()
 
void addRef ()
 
void releaseRef ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

TaskPhaseProxy::TaskPhaseProxy ( TaskPhase phase)

Member Function Documentation

TaskCommand * TaskPhaseProxy::addCommand ( )
TaskCommand * TaskPhaseProxy::addCommand ( const std::string &  caption)
TaskCommand * TaskPhaseProxy::addToggleCommand ( )
TaskCommand * TaskPhaseProxy::addToggleCommand ( const std::string &  caption)
int cnoid::TaskPhaseProxy::commandLevel ( ) const
inline
void TaskPhaseProxy::setCommandLevel ( int  level)

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