線の移動用の円を生成するクラス
Definition at line 446 of file RtmSystemDraw.py.
def RtmSystemDraw.GRectOval.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
tag, |
|
|
|
pos_x, |
|
|
|
pos_y |
|
) |
| |
クラスの初期化(円を作成)
[引数]
parent -- 親クラスを指定する
tag -- 識別子(連番,線との関係を表すフラグ)を指定
※連番は、線を格納する配列の添え字と連係している
pos_x -- 表示するx座標を指定
pos_y -- 表示するy座標を指定
[戻り値]
void
Definition at line 448 of file RtmSystemDraw.py.
def RtmSystemDraw.GRectOval.createWidget |
( |
|
self | ) |
|
def RtmSystemDraw.GRectOval.dmove |
( |
|
self, |
|
|
|
dc, |
|
|
|
d_x, |
|
|
|
d_y |
|
) |
| |
円及び線の移動
[引数]
dc -- 描画するデバイス・コンテキストを指定
d_x -- x座標の相対移動量 (endPoint.x - startPoint.x の値)
d_y -- y座標の相対移動量 (endPoint.y - startPoint.y の値)
[戻り値]
void
Definition at line 491 of file RtmSystemDraw.py.
def RtmSystemDraw.GRectOval.getTag |
( |
|
self | ) |
|
タグの取得
[引数]
なし
[戻り値]
tag -- 識別子(連番,線との関係を表すフラグ)を返却
※連番は、線を格納する配列の添え字と連係している
Definition at line 544 of file RtmSystemDraw.py.
def RtmSystemDraw.GRectOval.removeWidget |
( |
|
self, |
|
|
|
dc |
|
) |
| |
円をキャンバス、DC上から削除
[引数]
dc -- 描画するデバイス・コンテキストを指定
[戻り値]
void
Definition at line 478 of file RtmSystemDraw.py.
RtmSystemDraw.GRectOval.body |
RtmSystemDraw.GRectOval.parent |
RtmSystemDraw.GRectOval.pos_x |
RtmSystemDraw.GRectOval.pos_y |
RtmSystemDraw.GRectOval.tag |
The documentation for this class was generated from the following file: