Main Page   Packages   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

TestButton Class Reference

Inheritance diagram for TestButton:

Inheritance graph
[legend]
Collaboration diagram for TestButton:

Collaboration graph
[legend]

Public Methods

 TestButton (const char *str, Rect &r)
void action (int xx, int yy, int bb)
void setCaption (const char *)
void setCaption (String)
void draw ()
virtual void action ()
bool checkKeyEvents ()
bool checkMouseEvents ()
bool checkMouseMotionEvents ()
virtual void map ()
virtual bool pressed ()
virtual bool checkEvents ()
char * getClassName ()
 Returns the name of the current class.

void X (int)
const int X ()
void Y (int)
const int Y ()
void W (int)
const int W ()
void H (int)
const int H ()
void setTop (int)
const int getTop ()
void setLeft (int)
const int getLeft ()
void setRight (int)
const int getRight ()
void setBottom (int)
const int getBottom ()

Protected Methods

void setClassName (char *n)
 Call this method when you need to set the name of the class you're creating, typically int it's constructor, remeber that you must set the classname for every clas you create, that way you can have more information while being in a debuging process.


Protected Attributes

int count
String caption
bool state
Rect rect
MouseEvent mouse
KeyboardEvent keyboard
bool drawn
int x
int y
int w
int h
int _b
int _r

Constructor & Destructor Documentation

TestButton.TestButton const char *    str,
Rect &    r
[inline]
 

Definition at line 45 of file client/src/main.cpp.

References count, clawsoft.Rect.Rect(), and clawsoft.TextButton.TextButton().


Member Function Documentation

virtual void clawsoft.BaseButton.action   [inline, virtual, inherited]
 

Implements clawsoft.Widget.

Definition at line 21 of file BaseButton.h.

Referenced by clawsoft.TextButton.checkKeyEvents(), clawsoft.BaseButton.checkKeyEvents(), clawsoft.TextButton.checkMouseEvents(), and clawsoft.BaseButton.checkMouseEvents().

void TestButton.action int    xx,
int    yy,
int    bb
[inline, virtual]
 

Implements clawsoft.TextButton.

Definition at line 48 of file client/src/main.cpp.

References doexit.

virtual bool clawsoft.BaseButton.checkEvents   [inline, virtual, inherited]
 

Implements clawsoft.Widget.

Definition at line 23 of file BaseButton.h.

bool clawsoft.TextButton::checkKeyEvents   [virtual, inherited]
 

Reimplemented from clawsoft.BaseButton.

Definition at line 125 of file TextButton.cpp.

References clawsoft.BaseButton.action(), clawsoft.TextButton.draw(), clawsoft.MouseEvent.getStatus(), clawsoft.MouseEvent.inFocus(), clawsoft.Widget.keyboard, clawsoft.KeyboardEvent.keyPressed(), clawsoft.Widget.mouse, and clawsoft.BaseButton.rect.

bool clawsoft.TextButton::checkMouseEvents   [virtual, inherited]
 

Reimplemented from clawsoft.BaseButton.

Definition at line 114 of file TextButton.cpp.

References clawsoft.BaseButton.action(), clawsoft.TextButton.draw(), clawsoft.MouseEvent.getStatus(), clawsoft.MouseEvent.inFocus(), clawsoft.MouseEvent.leftPressed(), clawsoft.Widget.mouse, and clawsoft.BaseButton.rect.

Referenced by clawsoft.Dialog.checkMouseEvents(), and clawsoft.GameSelector.run().

bool clawsoft.TextButton::checkMouseMotionEvents   [virtual, inherited]
 

Reimplemented from clawsoft.BaseButton.

Definition at line 104 of file TextButton.cpp.

References clawsoft.TextButton.draw(), clawsoft.GUIObject.drawn, clawsoft.MouseEvent.inFocus(), clawsoft.Widget.mouse, and clawsoft.BaseButton.rect.

void clawsoft.TextButton::draw   [virtual, inherited]
 

Reimplemented from clawsoft.BaseButton.

Definition at line 33 of file TextButton.cpp.

References BUTTON_DOWN_LEFT, BUTTON_DOWN_MIDDLE, BUTTON_DOWN_RIGHT, BUTTON_LIT_LEFT, BUTTON_LIT_MIDDLE, BUTTON_LIT_RIGHT, BUTTON_UP_LEFT, BUTTON_UP_MIDDLE, BUTTON_UP_RIGHT, clawsoft.TextButton.caption, DEFAULT_FONT, clawsoft.GUIObject.drawn, clawsoft.Rect.getRight(), clawsoft.Rect.H(), clawsoft.MouseEvent.inFocus(), clawsoft.MouseEvent.leftPressed(), clawsoft.Widget.mouse, clawsoft.BaseButton.rect, SystemFont, clawsoft.Rect.W(), clawsoft.Rect.X(), and clawsoft.Rect.Y().

Referenced by clawsoft.TextButton.checkKeyEvents(), clawsoft.TextButton.checkMouseEvents(), clawsoft.TextButton.checkMouseMotionEvents(), clawsoft.Dialog.drawComponents(), clawsoft.GameSelector.drawContents(), and main().

const int clawsoft.Rect::getBottom   [inherited]
 

Definition at line 101 of file Rect.cpp.

References clawsoft.Rect._b.

Referenced by clawsoft.Window.draw(), clawsoft.TextBox.drawBorder(), clawsoft.MouseEvent.inFocus(), and clawsoft.Dialog.map().

char * clawsoft.Object::getClassName   [inherited]
 

Returns the name of the current class.

Definition at line 18 of file Object.cpp.

References clawsoft.Object.__cls_name.

const int clawsoft.Rect::getLeft   [inherited]
 

Definition at line 93 of file Rect.cpp.

References clawsoft.Rect.x.

Referenced by clawsoft.MouseEvent.inFocus().

const int clawsoft.Rect::getRight   [inherited]
 

Definition at line 97 of file Rect.cpp.

References clawsoft.Rect._r.

Referenced by clawsoft.Window.draw(), clawsoft.TextButton.draw(), clawsoft.TextBox.drawBorder(), clawsoft.MouseEvent.inFocus(), clawsoft.Window.map(), and clawsoft.Dialog.map().

const int clawsoft.Rect::getTop   [inherited]
 

Definition at line 89 of file Rect.cpp.

References clawsoft.Rect.y.

Referenced by clawsoft.MouseEvent.inFocus().

const int clawsoft.Rect::H   [inherited]
 

Definition at line 65 of file Rect.cpp.

References clawsoft.Rect.h.

Referenced by clawsoft.Window.checkMouseMotionEvents(), clawsoft.TextButton.draw(), clawsoft.TextBox.draw(), clawsoft.BaseButton.draw(), clawsoft.TextField.drawBorder(), clawsoft.GameSelector.GameSelector(), clawsoft.LoginDialog.LoginDialog(), clawsoft.Window.map(), clawsoft.TextField.map(), clawsoft.TextButton.map(), clawsoft.GameSelector.map(), clawsoft.Rect.Rect(), and clawsoft.TextButton.TextButton().

void clawsoft.Rect::H int    [inherited]
 

Definition at line 48 of file Rect.cpp.

References clawsoft.Rect._b, clawsoft.Rect.h, and clawsoft.Rect.y.

Referenced by clawsoft.Window.draw(), clawsoft.TextButton.draw(), clawsoft.Window.map(), and clawsoft.GameSelector.map().

void clawsoft.TextButton::map   [virtual, inherited]
 

Definition at line 145 of file TextButton.cpp.

References clawsoft.TextButton.caption, DEFAULT_FONT, clawsoft.Rect.H(), SystemFont, and clawsoft.Rect.W().

Referenced by main(), clawsoft.GameSelector.map(), and clawsoft.Dialog.map().

bool clawsoft.BaseButton::pressed   [virtual, inherited]
 

Definition at line 27 of file BaseButton.cpp.

References clawsoft.MouseEvent.inFocus(), clawsoft.MouseEvent.leftPressed(), clawsoft.Widget.mouse, and clawsoft.BaseButton.state.

Referenced by clawsoft.BaseButton.checkMouseEvents().

void clawsoft.Rect::setBottom int    [inherited]
 

Definition at line 84 of file Rect.cpp.

References clawsoft.Rect._b, clawsoft.Rect.h, and clawsoft.Rect.y.

void clawsoft.TextButton::setCaption String    [inherited]
 

Definition at line 141 of file TextButton.cpp.

References clawsoft.TextButton.caption.

void clawsoft.TextButton::setCaption const char *    [inherited]
 

Definition at line 137 of file TextButton.cpp.

References clawsoft.TextButton.caption.

Referenced by clawsoft.Dialog.CancelButton.CancelButton(), clawsoft.Dialog.HelpButton.HelpButton(), and clawsoft.Dialog.OKButton.OKButton().

void clawsoft.Object::setClassName char *    n [protected, inherited]
 

Call this method when you need to set the name of the class you're creating, typically int it's constructor, remeber that you must set the classname for every clas you create, that way you can have more information while being in a debuging process.

Definition at line 14 of file Object.cpp.

References clawsoft.Object.__cls_name.

Referenced by clawsoft.ArrayOutOfBoundsException.ArrayOutOfBoundsException(), clawsoft.BrokenPipeException.BrokenPipeException(), clawsoft.Dialog.CancelButton.CancelButton(), clawsoft.CantLoadDSOException.CantLoadDSOException(), clawsoft.CantUnloadDSOException.CantUnloadDSOException(), clawsoft.ConnectionRefusedException.ConnectionRefusedException(), clawsoft.ConnectionTimeoutException.ConnectionTimeoutException(), clawsoft.Dialog.Dialog(), clawsoft.DSOException.DSOException(), clawsoft.DSOSymbolException.DSOSymbolException(), clawsoft.ElementNotFoundException.ElementNotFoundException(), clawsoft.Font.Font(), clawsoft.GameSelector.GameSelector(), clawsoft.Dialog.HelpButton.HelpButton(), clawsoft.IOException.IOException(), clawsoft.KeyboardEvent.KeyboardEvent(), clawsoft.LoginDialog.LoginDialog(), clawsoft.Mutex.Mutex(), clawsoft.MutexException.MutexException(), clawsoft.NetworkException.NetworkException(), clawsoft.NetworkUnreachableException.NetworkUnreachableException(), clawsoft.NoMoreTokensException.NoMoreTokensException(), clawsoft.NullPointerException.NullPointerException(), clawsoft.NumberException.NumberException(), clawsoft.Object.Object(), clawsoft.Dialog.OKButton.OKButton(), clawsoft.Plugin.Plugin(), clawsoft.ProcOutOfFileDescriptorsException.ProcOutOfFileDescriptorsException(), Random.Random(), clawsoft.ServerSocket.ServerSocket(), clawsoft.Socket.Socket(), clawsoft.SocketAlreadyBoundedException.SocketAlreadyBoundedException(), clawsoft.SocketAlreadyUsedException.SocketAlreadyUsedException(), clawsoft.SocketUnableToReadException.SocketUnableToReadException(), clawsoft.SocketUnableToWriteException.SocketUnableToWriteException(), clawsoft.SysOutOfFileDescriptorsException.SysOutOfFileDescriptorsException(), clawsoft.TextBox.TextBox(), clawsoft.TextButton.TextButton(), clawsoft.TextField.TextField(), clawsoft.Thread.Thread(), clawsoft.UnableToLockMutexException.UnableToLockMutexException(), clawsoft.UnableToUnlockMutexException.UnableToUnlockMutexException(), and clawsoft.Window.Window().

void clawsoft.Rect::setLeft int    [inherited]
 

Definition at line 74 of file Rect.cpp.

References clawsoft.Rect._r, clawsoft.Rect.w, and clawsoft.Rect.x.

void clawsoft.Rect::setRight int    [inherited]
 

Definition at line 79 of file Rect.cpp.

References clawsoft.Rect._r, clawsoft.Rect.w, and clawsoft.Rect.x.

void clawsoft.Rect::setTop int    [inherited]
 

Definition at line 69 of file Rect.cpp.

References clawsoft.Rect._b, clawsoft.Rect.h, and clawsoft.Rect.y.

const int clawsoft.Rect::W   [inherited]
 

Definition at line 61 of file Rect.cpp.

References clawsoft.Rect.w.

Referenced by clawsoft.Window.checkMouseMotionEvents(), clawsoft.TextButton.draw(), clawsoft.TextBox.draw(), clawsoft.BaseButton.draw(), clawsoft.TextField.drawBorder(), clawsoft.GameSelector.GameSelector(), clawsoft.LoginDialog.LoginDialog(), clawsoft.Window.map(), clawsoft.TextButton.map(), clawsoft.GameSelector.map(), clawsoft.Rect.Rect(), and clawsoft.TextButton.TextButton().

void clawsoft.Rect::W int    [inherited]
 

Definition at line 43 of file Rect.cpp.

References clawsoft.Rect._r, clawsoft.Rect.w, and clawsoft.Rect.x.

Referenced by clawsoft._center(), clawsoft.Window.checkMouseMotionEvents(), clawsoft.Window.draw(), clawsoft.TextButton.draw(), clawsoft.Window.map(), clawsoft.GameSelector.map(), and clawsoft.Dialog.map().

const int clawsoft.Rect::X   [inherited]
 

Definition at line 53 of file Rect.cpp.

References clawsoft.Rect.x.

Referenced by clawsoft.Window.checkMouseMotionEvents(), clawsoft.Window.draw(), clawsoft.TextButton.draw(), clawsoft.TextBox.draw(), clawsoft.BaseButton.draw(), clawsoft.TextField.drawBorder(), clawsoft.TextBox.drawBorder(), clawsoft.LoginDialog.drawContents(), clawsoft.GameSelector.GameSelector(), clawsoft.LoginDialog.LoginDialog(), clawsoft.Window.map(), clawsoft.LoginDialog.map(), clawsoft.GameSelector.map(), and clawsoft.Window.move().

void clawsoft.Rect::X int    [inherited]
 

Definition at line 33 of file Rect.cpp.

References clawsoft.Rect._r, clawsoft.Rect.w, and clawsoft.Rect.x.

Referenced by clawsoft._center(), clawsoft.Window.draw(), clawsoft.TextButton.draw(), clawsoft.Window.map(), clawsoft.LoginDialog.map(), and clawsoft.Dialog.map().

const int clawsoft.Rect::Y   [inherited]
 

Definition at line 57 of file Rect.cpp.

References clawsoft.Rect.y.

Referenced by clawsoft.Window.checkMouseMotionEvents(), clawsoft.Window.draw(), clawsoft.TextButton.draw(), clawsoft.TextBox.draw(), clawsoft.BaseButton.draw(), clawsoft.TextField.drawBorder(), clawsoft.TextBox.drawBorder(), clawsoft.LoginDialog.drawContents(), clawsoft.GameSelector.GameSelector(), clawsoft.LoginDialog.LoginDialog(), clawsoft.Window.map(), clawsoft.LoginDialog.map(), and clawsoft.Window.move().

void clawsoft.Rect::Y int    [inherited]
 

Definition at line 38 of file Rect.cpp.

References clawsoft.Rect._b, clawsoft.Rect.h, and clawsoft.Rect.y.

Referenced by clawsoft.Window.draw(), clawsoft.TextButton.draw(), clawsoft.Window.map(), clawsoft.LoginDialog.map(), clawsoft.GameSelector.map(), and clawsoft.Dialog.map().


Field Documentation

int clawsoft.Rect._b [protected, inherited]
 

Definition at line 18 of file Rect.h.

Referenced by clawsoft.Rect.getBottom(), clawsoft.Rect.H(), clawsoft.Rect.Rect(), clawsoft.Rect.setBottom(), clawsoft.Rect.setTop(), and clawsoft.Rect.Y().

int clawsoft.Rect._r [protected, inherited]
 

Definition at line 19 of file Rect.h.

Referenced by clawsoft.Rect.getRight(), clawsoft.Rect.Rect(), clawsoft.Rect.setLeft(), clawsoft.Rect.setRight(), clawsoft.Rect.W(), and clawsoft.Rect.X().

String clawsoft.TextButton.caption [protected, inherited]
 

Definition at line 13 of file TextButton.h.

Referenced by clawsoft.TextButton.draw(), clawsoft.TextButton.map(), clawsoft.TextButton.setCaption(), and clawsoft.TextButton.TextButton().

int TestButton.count [protected]
 

Definition at line 43 of file client/src/main.cpp.

Referenced by TestButton().

bool clawsoft.GUIObject.drawn [protected, inherited]
 

Definition at line 16 of file gui.h.

Referenced by clawsoft.BaseButton.BaseButton(), clawsoft.TextButton.checkMouseMotionEvents(), clawsoft.BaseButton.checkMouseMotionEvents(), clawsoft.TextButton.draw(), clawsoft.BaseButton.draw(), and clawsoft.GUIObject.GUIObject().

int clawsoft.Rect.h [protected, inherited]
 

Definition at line 17 of file Rect.h.

Referenced by clawsoft.Rect.H(), clawsoft.Window.map(), clawsoft.Rect.Rect(), clawsoft.Rect.setBottom(), clawsoft.Rect.setTop(), and clawsoft.Rect.Y().

KeyboardEvent clawsoft.Widget.keyboard [protected, inherited]
 

Definition at line 17 of file Widget.h.

Referenced by clawsoft.TextButton.checkKeyEvents(), and clawsoft.BaseButton.checkKeyEvents().

MouseEvent clawsoft.Widget.mouse [protected, inherited]
 

Definition at line 16 of file Widget.h.

Referenced by clawsoft.TextButton.checkKeyEvents(), clawsoft.TextBox.checkKeyEvents(), clawsoft.BaseButton.checkKeyEvents(), clawsoft.Window.checkMouseEvents(), clawsoft.TextButton.checkMouseEvents(), clawsoft.TextBox.checkMouseEvents(), clawsoft.BaseButton.checkMouseEvents(), clawsoft.Window.checkMouseMotionEvents(), clawsoft.TextButton.checkMouseMotionEvents(), clawsoft.BaseButton.checkMouseMotionEvents(), clawsoft.TextButton.draw(), clawsoft.TextBox.draw(), clawsoft.BaseButton.draw(), clawsoft.TextField.drawBorder(), clawsoft.TextBox.drawBorder(), and clawsoft.BaseButton.pressed().

Rect clawsoft.BaseButton.rect [protected, inherited]
 

Definition at line 15 of file BaseButton.h.

Referenced by clawsoft.TextButton.checkKeyEvents(), clawsoft.TextButton.checkMouseEvents(), clawsoft.TextButton.checkMouseMotionEvents(), and clawsoft.TextButton.draw().

bool clawsoft.BaseButton.state [protected, inherited]
 

Definition at line 14 of file BaseButton.h.

Referenced by clawsoft.BaseButton.BaseButton(), and clawsoft.BaseButton.pressed().

int clawsoft.Rect.w [protected, inherited]
 

Definition at line 16 of file Rect.h.

Referenced by clawsoft.Window.map(), clawsoft.GameSelector.map(), clawsoft.Rect.Rect(), clawsoft.Rect.setLeft(), clawsoft.Rect.setRight(), clawsoft.Rect.W(), and clawsoft.Rect.X().

int clawsoft.Rect.x [protected, inherited]
 

Definition at line 14 of file Rect.h.

Referenced by clawsoft.Rect.getLeft(), clawsoft.Window.move(), clawsoft.Rect.Rect(), clawsoft.Rect.setLeft(), clawsoft.Rect.setRight(), clawsoft.Rect.W(), and clawsoft.Rect.X().

int clawsoft.Rect.y [protected, inherited]
 

Definition at line 15 of file Rect.h.

Referenced by clawsoft.Rect.getTop(), clawsoft.Rect.H(), clawsoft.Window.move(), clawsoft.Rect.Rect(), clawsoft.Rect.setBottom(), clawsoft.Rect.setTop(), and clawsoft.Rect.Y().


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

Powered by:

SourceForge Logo