Public Member Functions | Public Attributes | List of all members
OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick Class Reference
Inheritance diagram for OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, r=10, width=300, height=300, master=None)
 
def create_checkbutton (self, frame)
 
def create_pollabel (self, frame)
 
def create_scale (self, frame)
 
def create_xylabel (self, frame)
 
def get_pos (self)
 
def init (self)
 
def on_pos_update (self, pos, pol)
 
def on_scale (self, val)
 
def reset_scale (self)
 
def set_on_update (self, func)
 

Public Attributes

 axis_check
 
 can_axis
 
 can_circle
 
 can_poltext
 
 can_vline
 
 can_xytext
 
 canvas
 
 circ_check
 
 default_pitch
 
 frame
 
 height
 
 on_update
 
 pol_check
 
 pol_r
 
 pol_th
 
 poltext_x
 
 poltext_y
 
 pos_x
 
 pos_y
 
 rentry
 
 scale_var
 
 stick
 
 stick_r
 
 thentry
 
 vline_check
 
 vline_color
 
 vline_width
 
 wd
 
 width
 
 x0
 
 xentry
 
 xy_check
 
 xytext_x
 
 xytext_y
 
 y0
 
 yentry
 

Detailed Description

Definition at line 292 of file tkjoystick.py.

Constructor & Destructor Documentation

def OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.__init__ (   self,
  r = 10,
  width = 300,
  height = 300,
  master = None 
)

Definition at line 293 of file tkjoystick.py.

Member Function Documentation

def OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.create_checkbutton (   self,
  frame 
)

Definition at line 427 of file tkjoystick.py.

def OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.create_pollabel (   self,
  frame 
)

Definition at line 475 of file tkjoystick.py.

def OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.create_scale (   self,
  frame 
)

Definition at line 407 of file tkjoystick.py.

def OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.create_xylabel (   self,
  frame 
)

Definition at line 460 of file tkjoystick.py.

def OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.get_pos (   self)

Definition at line 494 of file tkjoystick.py.

def OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.init (   self)

Definition at line 362 of file tkjoystick.py.

def OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.on_pos_update (   self,
  pos,
  pol 
)

Definition at line 497 of file tkjoystick.py.

def OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.on_scale (   self,
  val 
)

Definition at line 419 of file tkjoystick.py.

def OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.reset_scale (   self)

Definition at line 489 of file tkjoystick.py.

def OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.set_on_update (   self,
  func 
)

Definition at line 530 of file tkjoystick.py.

Member Data Documentation

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.axis_check

Definition at line 323 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.can_axis

Definition at line 373 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.can_circle

Definition at line 368 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.can_poltext

Definition at line 382 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.can_vline

Definition at line 385 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.can_xytext

Definition at line 377 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.canvas

Definition at line 363 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.circ_check

Definition at line 325 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.default_pitch

Definition at line 353 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.frame

Definition at line 399 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.height

Definition at line 304 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.on_update

Definition at line 356 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.pol_check

Definition at line 329 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.pol_r

Definition at line 298 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.pol_th

Definition at line 299 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.poltext_x

Definition at line 347 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.poltext_y

Definition at line 348 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.pos_x

Definition at line 296 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.pos_y

Definition at line 297 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.rentry

Definition at line 313 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.scale_var

Definition at line 317 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.stick

Definition at line 390 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.stick_r

Definition at line 301 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.thentry

Definition at line 314 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.vline_check

Definition at line 321 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.vline_color

Definition at line 351 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.vline_width

Definition at line 352 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.wd

Definition at line 306 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.width

Definition at line 303 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.x0

Definition at line 308 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.xentry

Definition at line 311 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.xy_check

Definition at line 327 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.xytext_x

Definition at line 345 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.xytext_y

Definition at line 346 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.y0

Definition at line 309 of file tkjoystick.py.

OpenRTM_aist.examples.TkJoyStick.tkjoystick.TkJoystick.yentry

Definition at line 312 of file tkjoystick.py.


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


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:36