Public Member Functions | |
def | __init__ |
def | updateOutportPolygon |
Public Attributes | |
parent |
アウトポート図形(polygon)描画用クラス
Definition at line 310 of file RtmSystemDraw.py.
def RtmSystemDraw.makeOutportPolygon.__init__ | ( | self, | |
parent, | |||
points | |||
) |
クラスの初期化(PolygonShapeの作成) [引数] parent -- 親クラスを指定 points -- タプルで連続した(x,y)座標(wxPoints型)を指定 [戻り値] void
Definition at line 312 of file RtmSystemDraw.py.
def RtmSystemDraw.makeOutportPolygon.updateOutportPolygon | ( | self, | |
points | |||
) |
アウトポート図形(polygon)の再描画(座標再指定) [引数] points -- タプルで連続した(x,y)座標(wxPoints型)を指定 [戻り値] void
Definition at line 328 of file RtmSystemDraw.py.
Definition at line 320 of file RtmSystemDraw.py.