Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

XWalkEdit Class Reference

#include <XWalkEdit.h>

Inheritance diagram for XWalkEdit:

Detailed Description

Definition at line 8 of file XWalkEdit.h.

List of all members.

Public Member Functions

 XWalkEdit ()
 ~XWalkEdit ()
virtual ControlBaseactivate (MC_ID disp_id, Socket *gui)
 Called when the control is activated (or the control system is reactivating).
virtual void deactivate ()
 called when this control is being popped from the control stack

Protected Attributes

WalkController ctrl

Constructor & Destructor Documentation

XWalkEdit::XWalkEdit (  ) 

Definition at line 10 of file XWalkEdit.h.

XWalkEdit::~XWalkEdit (  ) 

Definition at line 17 of file XWalkEdit.h.


Member Function Documentation

virtual ControlBase* XWalkEdit::activate ( MC_ID  disp_id,
Socket gui 
) [virtual]

Called when the control is activated (or the control system is reactivating).

Takes the id number of a LedMC which the control should use, maintained by Controller. Controls share the display which is passed, and may use the socket gui to communicate with the GUI controller, if it is connected.

Returns:
a ControlBase pointer. Return:
  • this if the control should stay active (if it's not a one-shot command)
  • NULL to return to parent
  • other address to spawn a child control

Reimplemented from ControlBase.

Definition at line 24 of file XWalkEdit.h.

virtual void XWalkEdit::deactivate (  )  [virtual]

called when this control is being popped from the control stack

Reimplemented from ControlBase.

Definition at line 29 of file XWalkEdit.h.


Member Data Documentation

Definition at line 34 of file XWalkEdit.h.

Referenced by activate(), XWalkEdit(), and ~XWalkEdit().


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:19 2016 by Doxygen 1.6.3