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