BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Classes | Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | List of all members
com.offsetnull.bt.button.SlickButton Class Reference
Inheritance diagram for com.offsetnull.bt.button.SlickButton:
Inheritance graph
[legend]
Collaboration diagram for com.offsetnull.bt.button.SlickButton:
Collaboration graph
[legend]

Public Member Functions

boolean isDrawRound ()
 
void setDrawRound (boolean drawRound)
 
 SlickButton (Context context, int px, int py)
 
void setData (SlickButtonData in)
 
SlickButtonData getData ()
 
void setDeleter (Handler d)
 
void setDispatcher (Handler d)
 
void doDispatchFlip ()
 
void doDispatch ()
 
void dispatchText (String istr)
 
void setText (String t)
 
String getText ()
 
String getLabel ()
 
void setFlipCommand (String t)
 
void setMoveMethod (int i)
 
int getMoveMethod ()
 
void setLabel (String t)
 
void updateRect ()
 
boolean onTouchEvent (MotionEvent e)
 
void onDraw (Canvas c)
 
void iHaveChanged (SlickButtonData orig_data)
 
void setOnClickListener (OnClickListener l)
 
void prepareToLaunchEditor ()
 
void setFullScreenShift (int fullScreenShift)
 
int getFullScreenShift ()
 
void setPortraiteMode (boolean portraiteMode)
 
boolean isPortraiteMode ()
 
void setDisableEditing (boolean disableEditing)
 
boolean isDisableEditing ()
 
void setLockEdit (boolean lockEdit)
 
boolean isLockEdit ()
 
void setLockMove (boolean lockMove)
 
boolean isLockMove ()
 

Public Attributes

SlickButtonData orig_data = null
 

Static Public Attributes

static final int MSG_BEGINMOVE = 100
 
static final int MSG_DELETE = 101
 

Protected Member Functions

void onMeasure (int measurespec)
 

Constructor & Destructor Documentation

com.offsetnull.bt.button.SlickButton.SlickButton ( Context  context,
int  px,
int  py 
)

Here is the call graph for this function:

Member Function Documentation

void com.offsetnull.bt.button.SlickButton.dispatchText ( String  istr)

Here is the caller graph for this function:

void com.offsetnull.bt.button.SlickButton.doDispatch ( )

Here is the call graph for this function:

Here is the caller graph for this function:

void com.offsetnull.bt.button.SlickButton.doDispatchFlip ( )

Here is the call graph for this function:

Here is the caller graph for this function:

SlickButtonData com.offsetnull.bt.button.SlickButton.getData ( )

Here is the caller graph for this function:

int com.offsetnull.bt.button.SlickButton.getFullScreenShift ( )
String com.offsetnull.bt.button.SlickButton.getLabel ( )

Here is the call graph for this function:

int com.offsetnull.bt.button.SlickButton.getMoveMethod ( )

Here is the caller graph for this function:

String com.offsetnull.bt.button.SlickButton.getText ( )

Here is the call graph for this function:

void com.offsetnull.bt.button.SlickButton.iHaveChanged ( SlickButtonData  orig_data)

Here is the caller graph for this function:

boolean com.offsetnull.bt.button.SlickButton.isDisableEditing ( )
boolean com.offsetnull.bt.button.SlickButton.isDrawRound ( )
boolean com.offsetnull.bt.button.SlickButton.isLockEdit ( )
boolean com.offsetnull.bt.button.SlickButton.isLockMove ( )
boolean com.offsetnull.bt.button.SlickButton.isPortraiteMode ( )
void com.offsetnull.bt.button.SlickButton.onDraw ( Canvas  c)

Here is the call graph for this function:

void com.offsetnull.bt.button.SlickButton.onMeasure ( int  measurespec)
protected
boolean com.offsetnull.bt.button.SlickButton.onTouchEvent ( MotionEvent  e)

Here is the call graph for this function:

void com.offsetnull.bt.button.SlickButton.prepareToLaunchEditor ( )

Here is the call graph for this function:

void com.offsetnull.bt.button.SlickButton.setData ( SlickButtonData  in)

Here is the call graph for this function:

void com.offsetnull.bt.button.SlickButton.setDeleter ( Handler  d)
void com.offsetnull.bt.button.SlickButton.setDisableEditing ( boolean  disableEditing)
void com.offsetnull.bt.button.SlickButton.setDispatcher ( Handler  d)
void com.offsetnull.bt.button.SlickButton.setDrawRound ( boolean  drawRound)
void com.offsetnull.bt.button.SlickButton.setFlipCommand ( String  t)

Here is the call graph for this function:

void com.offsetnull.bt.button.SlickButton.setFullScreenShift ( int  fullScreenShift)
void com.offsetnull.bt.button.SlickButton.setLabel ( String  t)

Here is the call graph for this function:

void com.offsetnull.bt.button.SlickButton.setLockEdit ( boolean  lockEdit)
void com.offsetnull.bt.button.SlickButton.setLockMove ( boolean  lockMove)
void com.offsetnull.bt.button.SlickButton.setMoveMethod ( int  i)
void com.offsetnull.bt.button.SlickButton.setOnClickListener ( OnClickListener  l)

Here is the caller graph for this function:

void com.offsetnull.bt.button.SlickButton.setPortraiteMode ( boolean  portraiteMode)
void com.offsetnull.bt.button.SlickButton.setText ( String  t)

Here is the call graph for this function:

void com.offsetnull.bt.button.SlickButton.updateRect ( )

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

final int com.offsetnull.bt.button.SlickButton.MSG_BEGINMOVE = 100
static
final int com.offsetnull.bt.button.SlickButton.MSG_DELETE = 101
static
SlickButtonData com.offsetnull.bt.button.SlickButton.orig_data = null

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