PortActionListener クラス. [詳細]
#include <ComponentActionListener.h>
Public メソッド | |
| virtual | ~PortActionListener () |
| デストラクタ | |
| virtual void | operator() (const ::RTC::PortProfile &pprof)=0 |
| 仮想コールバック関数 | |
Static Public メソッド | |
| static const char * | toString (PortActionListenerType type) |
| PreComponentActionListenerType を文字列に変換. | |
PortActionListener クラス.
各アクションに対応するユーザーコードが呼ばれる直前のタイミング でコールされるリスなクラスの基底クラス。
| virtual RTC::PortActionListener::~PortActionListener | ( | ) | [virtual] |
デストラクタ
| virtual void RTC::PortActionListener::operator() | ( | const ::RTC::PortProfile & | pprof | ) | [pure virtual] |
仮想コールバック関数
PortActionListener のコールバック関数
| static const char* RTC::PortActionListener::toString | ( | PortActionListenerType | type | ) | [inline, static] |
PreComponentActionListenerType を文字列に変換.
PreComponentActionListenerType を文字列に変換する
| type | 変換対象 PreComponentActionListenerType |
1.6.3