Public Member Functions | |
def | __init__ (self, parent) |
def | GetCateName (self, fullpath) |
def | GetCateNameCallback (self, fullpath) |
def | GetCompName (self, fullpath) |
def | GetCompNameCallback (self, fullpath) |
def | GetCompState (self, fullpath) |
def | GetCompStateCallback (self, fullpath) |
def | GetIdToFullpath (self, fullpath) |
def | GetInPortToRef (self, fullpath) |
def | GetKindToFullpath (self, fullpath) |
def | GetObjRefToFullpath (self, position) |
def | GetOutPortToRef (self, fullpath) |
def | setCompBodyColor (self, fullpath, state) |
def | TreeListCompExit (self, fullpath) |
def | TreeListCompExitCallback (self, fullpath) |
def | TreeListCompKill (self, fullpath) |
def | TreeListCompKillCallback (self, fullpath) |
def | TreeListCompReset (self, fullpath) |
def | TreeListCompResetCallback (self, fullpath) |
def | TreeListCompStart (self, fullpath) |
def | TreeListCompStartCallback (self, fullpath) |
def | TreeListCompStop (self, fullpath) |
def | TreeListCompStopCallback (self, fullpath) |
Public Member Functions inherited from RtmCompData.RtmDictCore | |
def | __del__ (self) |
def | __init__ (self, parent) |
def | ClearDictionary (self) |
def | GetBindingNameToFullpath (self, position) |
def | GetIdToFullpathCallback (self, position) |
def | GetInPortToRefCallback (self, fullpath) |
def | GetKindToFullpathCallback (self, position) |
def | GetObjRefToFullpathCallback (self, position) |
def | GetOutPortToRefCallback (self, fullpath) |
def | SetObjRefToFullpath (self, position, comp) |
def | SplitTokenToFullpath (self, fullname) |
Public Attributes | |
Mutex | |
parent | |
ret2 | |
Public Attributes inherited from RtmCompData.RtmDictCore | |
default_ns | |
dict | |
parent | |
ret | |
retlist | |
ディクショナリのアクセス・クラス(ラッパー?) ここに、ディクショナリを使用するラッパーメソッドを記述する
Definition at line 317 of file RtmCompData.py.
def RtmCompData.RtmCompData.__init__ | ( | self, | |
parent | |||
) |
クラスの初期化 [引数] parent -- 親クラス [戻り値] void
Definition at line 321 of file RtmCompData.py.
def RtmCompData.RtmCompData.GetCateName | ( | self, | |
fullpath | |||
) |
Definition at line 395 of file RtmCompData.py.
def RtmCompData.RtmCompData.GetCateNameCallback | ( | self, | |
fullpath | |||
) |
Definition at line 383 of file RtmCompData.py.
def RtmCompData.RtmCompData.GetCompName | ( | self, | |
fullpath | |||
) |
Definition at line 378 of file RtmCompData.py.
def RtmCompData.RtmCompData.GetCompNameCallback | ( | self, | |
fullpath | |||
) |
Definition at line 368 of file RtmCompData.py.
def RtmCompData.RtmCompData.GetCompState | ( | self, | |
fullpath | |||
) |
Definition at line 363 of file RtmCompData.py.
def RtmCompData.RtmCompData.GetCompStateCallback | ( | self, | |
fullpath | |||
) |
Definition at line 335 of file RtmCompData.py.
def RtmCompData.RtmCompData.GetIdToFullpath | ( | self, | |
fullpath | |||
) |
Definition at line 586 of file RtmCompData.py.
def RtmCompData.RtmCompData.GetInPortToRef | ( | self, | |
fullpath | |||
) |
Definition at line 405 of file RtmCompData.py.
def RtmCompData.RtmCompData.GetKindToFullpath | ( | self, | |
fullpath | |||
) |
Definition at line 591 of file RtmCompData.py.
def RtmCompData.RtmCompData.GetObjRefToFullpath | ( | self, | |
position | |||
) |
Definition at line 400 of file RtmCompData.py.
def RtmCompData.RtmCompData.GetOutPortToRef | ( | self, | |
fullpath | |||
) |
Definition at line 410 of file RtmCompData.py.
def RtmCompData.RtmCompData.setCompBodyColor | ( | self, | |
fullpath, | |||
state | |||
) |
Definition at line 596 of file RtmCompData.py.
def RtmCompData.RtmCompData.TreeListCompExit | ( | self, | |
fullpath | |||
) |
Definition at line 547 of file RtmCompData.py.
def RtmCompData.RtmCompData.TreeListCompExitCallback | ( | self, | |
fullpath | |||
) |
TreeList上のコンポーネントをExit ※SystemDraw用のメソッドと統廃合する可能性あり [引数] fullpath -- フルパス指定 [戻り値] void
Definition at line 518 of file RtmCompData.py.
def RtmCompData.RtmCompData.TreeListCompKill | ( | self, | |
fullpath | |||
) |
Definition at line 581 of file RtmCompData.py.
def RtmCompData.RtmCompData.TreeListCompKillCallback | ( | self, | |
fullpath | |||
) |
TreeList上のコンポーネントをkill ※SystemDraw用のメソッドと統廃合する可能性あり [引数] fullpath -- フルパス指定 [戻り値] void
Definition at line 552 of file RtmCompData.py.
def RtmCompData.RtmCompData.TreeListCompReset | ( | self, | |
fullpath | |||
) |
Definition at line 513 of file RtmCompData.py.
def RtmCompData.RtmCompData.TreeListCompResetCallback | ( | self, | |
fullpath | |||
) |
TreeList上のコンポーネントをリセット ※SystemDraw用のメソッドと統廃合する可能性あり [引数] fullpath -- フルパス指定 [戻り値] void
Definition at line 484 of file RtmCompData.py.
def RtmCompData.RtmCompData.TreeListCompStart | ( | self, | |
fullpath | |||
) |
Definition at line 446 of file RtmCompData.py.
def RtmCompData.RtmCompData.TreeListCompStartCallback | ( | self, | |
fullpath | |||
) |
TreeList上のコンポーネントをスタート ※SystemDraw用のメソッドと統廃合する可能性あり [引数] fullpath -- フルパス指定 [戻り値] void
Definition at line 415 of file RtmCompData.py.
def RtmCompData.RtmCompData.TreeListCompStop | ( | self, | |
fullpath | |||
) |
Definition at line 479 of file RtmCompData.py.
def RtmCompData.RtmCompData.TreeListCompStopCallback | ( | self, | |
fullpath | |||
) |
TreeList上のコンポーネントをストップ ※SystemDraw用のメソッドと統廃合する可能性あり [引数] fullpath -- フルパス指定 [戻り値] void
Definition at line 451 of file RtmCompData.py.
RtmCompData.RtmCompData.Mutex |
Definition at line 333 of file RtmCompData.py.
RtmCompData.RtmCompData.parent |
Definition at line 332 of file RtmCompData.py.
RtmCompData.RtmCompData.ret2 |
Definition at line 336 of file RtmCompData.py.