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