OpenRTM-aist-Python 2.0.0
公開メンバ関数 | 全メンバ一覧
OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder クラス

[詳解]

OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder の継承関係図
OpenRTM_aist.ListenerHolder.ListenerHolder

公開メンバ関数

def __init__ (self)
 
def __del__ (self)
 
def preLoad (self, modname, funcname)
 
def postLoad (self, modname, funcname)
 
def preUnload (self, modname)
 
def postUnload (self, modname)
 
- 基底クラス OpenRTM_aist.ListenerHolder.ListenerHolder に属する継承公開メンバ関数
def __init__ (self)
 
def __del__ (self)
 
def addListener (self, listener)
 
def removeListener (self, listener)
 

詳解

ModuleActionListenerHolder クラス

構築子と解体子

◆ __init__()

def OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.__init__ (   self)

ListenerHolderクラスコンストラクタ

OpenRTM_aist.ListenerHolder.ListenerHolderを再実装しています。

◆ __del__()

def OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.__del__ (   self)

デストラクタ

OpenRTM_aist.ListenerHolder.ListenerHolderを再実装しています。

メソッド詳解

◆ postLoad()

def OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.postLoad (   self,
  modname,
  funcname 
)

postLoad コールバック関数 TODO: Documentation virtual void postLoad(std::string& modname, std::string& funcname);

◆ postUnload()

def OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.postUnload (   self,
  modname 
)

postUnload コールバック関数 TODO: Documentation virtual void postUnload(std::string& modname);

◆ preLoad()

def OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.preLoad (   self,
  modname,
  funcname 
)

preLoad コールバック関数 TODO: Documentation virtual void preLoad(std::string& modname, std::string& funcname);

◆ preUnload()

def OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.preUnload (   self,
  modname 
)

preUnload コールバック関数 TODO: Documentation virtual void preUnload(std::string& modname);


このクラス詳解は次のファイルから抽出されました: