ツールチップ(バルーンヘルプ)図形を生成するクラス
Definition at line 386 of file RtmSystemDraw.py.
def RtmSystemDraw.makeToolTip.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
pt, |
|
|
|
dc |
|
) |
| |
クラスの初期化(ツールチップの作成)
[引数]
parent -- 親クラスを指定する
pt -- ツールチップを表示する座標(x,y)のタプルで指定
dc -- 描画するデバイス・コンテキストを指定
[戻り値]
void
Definition at line 388 of file RtmSystemDraw.py.
def RtmSystemDraw.makeToolTip.removeWidget |
( |
|
self, |
|
|
|
dc |
|
) |
| |
ツールチップ図形をキャンバス、DC上から削除
[引数]
dc -- 描画されているデバイス・コンテキストを指定
[戻り値]
void
Definition at line 432 of file RtmSystemDraw.py.
RtmSystemDraw.makeToolTip.body |
RtmSystemDraw.makeToolTip.color |
RtmSystemDraw.makeToolTip.parent |
RtmSystemDraw.makeToolTip.x_size |
RtmSystemDraw.makeToolTip.y_size |
The documentation for this class was generated from the following file: