Public Member Functions | Public Attributes | List of all members
RtmSystemDraw.MyEvtHandlerDummy Class Reference
Inheritance diagram for RtmSystemDraw.MyEvtHandlerDummy:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, log, frame)
 
def OnBeginDragLeft (self, x, y, keys, attachment)
 
def OnDragLeft (self, draw, x, y, keys=0, attachment=0)
 
def OnEndDragLeft (self, x, y, keys=0, attachment=0)
 
def OnLeftClick (self, x, y, keys=0, attachment=0)
 

Public Attributes

 log
 
 statbarFrame
 

Detailed Description

ダミーイベントハンドラ

Definition at line 2930 of file RtmSystemDraw.py.

Constructor & Destructor Documentation

◆ __init__()

def RtmSystemDraw.MyEvtHandlerDummy.__init__ (   self,
  log,
  frame 
)
クラスの初期化

[引数]
log     -- ログ出力クラスのオブジェクト
frame   -- ステータスバーのオブジェクト
※上記引数は、demoプログラムの名残:削除可

[戻り値]
void

Definition at line 2932 of file RtmSystemDraw.py.

Member Function Documentation

◆ OnBeginDragLeft()

def RtmSystemDraw.MyEvtHandlerDummy.OnBeginDragLeft (   self,
  x,
  y,
  keys,
  attachment 
)
ドラッグ開始時に呼ばれるイベントハンドラ
処理を未実装(passのみ)でイベントを登録し、デフォルトの動作を抑止

[引数]
x          -- イベント時のx座標
y          -- イベント時のy座標
keys       -- キー押下状態(SHIFT、CTRL)
attachment -- アタッチメント(未使用)

[戻り値]
void

Definition at line 2979 of file RtmSystemDraw.py.

◆ OnDragLeft()

def RtmSystemDraw.MyEvtHandlerDummy.OnDragLeft (   self,
  draw,
  x,
  y,
  keys = 0,
  attachment = 0 
)
ドラッグ時に呼ばれるイベントハンドラ
処理を未実装(passのみ)でイベントを登録し、デフォルトの動作を抑止

[引数]
x          -- イベント時のx座標
y          -- イベント時のy座標
keys       -- キー押下状態(SHIFT、CTRL)
attachment -- アタッチメント(未使用)

[戻り値]
void

Definition at line 2964 of file RtmSystemDraw.py.

◆ OnEndDragLeft()

def RtmSystemDraw.MyEvtHandlerDummy.OnEndDragLeft (   self,
  x,
  y,
  keys = 0,
  attachment = 0 
)
ドラッグ終了時に呼ばれるイベントハンドラ
処理を未実装(passのみ)でイベントを登録し、デフォルトの動作を抑止

[引数]
x          -- イベント時のx座標
y          -- イベント時のy座標
keys       -- キー押下状態(SHIFT、CTRL)
attachment -- アタッチメント(未使用)

[戻り値]
void

Definition at line 2949 of file RtmSystemDraw.py.

◆ OnLeftClick()

def RtmSystemDraw.MyEvtHandlerDummy.OnLeftClick (   self,
  x,
  y,
  keys = 0,
  attachment = 0 
)
マウス左クリックに呼ばれるイベントハンドラ
処理を未実装(passのみ)でイベントを登録し、デフォルトの動作を抑止

[引数]
x          -- イベント時のx座標
y          -- イベント時のy座標
keys       -- キー押下状態(SHIFT、CTRL)
attachment -- アタッチメント(未使用)

[戻り値]
void

Definition at line 2994 of file RtmSystemDraw.py.

Member Data Documentation

◆ log

RtmSystemDraw.MyEvtHandlerDummy.log

Definition at line 2944 of file RtmSystemDraw.py.

◆ statbarFrame

RtmSystemDraw.MyEvtHandlerDummy.statbarFrame

Definition at line 2947 of file RtmSystemDraw.py.


The documentation for this class was generated from the following file:


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Feb 28 2022 23:00:48