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

clawsoft.TextBox Class Reference

#include <TextBox.h>

Inheritance diagram for clawsoft.TextBox:

Inheritance graph
[legend]
Collaboration diagram for clawsoft.TextBox:

Collaboration graph
[legend]

Public Methods

 TextBox ()
 TextBox (Rect &r)
virtual ~TextBox ()
void grab ()
void release ()
void draw ()
bool checkEvents ()
void action ()
bool checkKeyEvents ()
bool checkMouseEvents ()
bool checkMouseMotionEvents ()
StringgetText ()
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

virtual bool onReturn ()
virtual void drawBorder ()
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

String text
bool grabbed
int border
MouseEvent mouse
KeyboardEvent keyboard
bool drawn
int x
int y
int w
int h
int _b
int _r

Constructor & Destructor Documentation

clawsoft.TextBox::TextBox  
 

Definition at line 18 of file TextBox.cpp.

References clawsoft.TextBox.border, clawsoft.TextBox.release(), and clawsoft.Object.setClassName().

clawsoft.TextBox::TextBox Rect   r
 

Definition at line 24 of file TextBox.cpp.

References clawsoft.TextBox.border, clawsoft.TextBox.release(), and clawsoft.Object.setClassName().

virtual clawsoft.TextBox.~TextBox   [inline, virtual]
 

Definition at line 20 of file TextBox.h.


Member Function Documentation

void clawsoft.TextBox.action   [inline, virtual]
 

Implements clawsoft.Widget.

Definition at line 27 of file TextBox.h.

bool clawsoft.TextBox.checkEvents   [inline, virtual]
 

Implements clawsoft.Widget.

Definition at line 24 of file TextBox.h.

bool clawsoft.TextBox::checkKeyEvents   [virtual]
 

Implements clawsoft.Widget.

Definition at line 116 of file TextBox.cpp.

References clawsoft.String.deleteLast(), globalEvent, clawsoft.TextBox.grabbed, clawsoft.MouseEvent.inFocus(), clawsoft.Widget.mouse, clawsoft.TextBox.onReturn(), clawsoft.String.size(), and clawsoft.TextBox.text.

Referenced by clawsoft.LoginDialog.run().

bool clawsoft.TextBox::checkMouseEvents   [virtual]
 

Implements clawsoft.Widget.

Definition at line 143 of file TextBox.cpp.

References clawsoft.TextBox.grab(), clawsoft.MouseEvent.inFocus(), clawsoft.MouseEvent.leftPressed(), and clawsoft.Widget.mouse.

Referenced by clawsoft.LoginDialog.run().

bool clawsoft.TextBox.checkMouseMotionEvents   [inline, virtual]
 

Implements clawsoft.Widget.

Definition at line 30 of file TextBox.h.

Referenced by clawsoft.LoginDialog.run().

void clawsoft.TextBox::draw   [virtual]
 

Implements clawsoft.Widget.

Definition at line 38 of file TextBox.cpp.

References clawsoft.TextBox.border, clawsoft.TextBox.drawBorder(), clawsoft.TextBox.grabbed, clawsoft.Rect.H(), clawsoft.MouseEvent.inFocus(), MINI_FONT, clawsoft.Widget.mouse, clawsoft.String.size(), clawsoft.TextBox.text, clawsoft.String.toCharPtr(), clawsoft.Rect.W(), clawsoft.Rect.X(), and clawsoft.Rect.Y().

Referenced by clawsoft.LoginDialog.drawContents().

void clawsoft.TextBox::drawBorder   [protected, virtual]
 

Reimplemented in clawsoft.TextField.

Definition at line 102 of file TextBox.cpp.

References clawsoft.Rect.getBottom(), clawsoft.Rect.getRight(), clawsoft.TextBox.grabbed, clawsoft.MouseEvent.inFocus(), clawsoft.Widget.mouse, clawsoft.Rect.X(), and clawsoft.Rect.Y().

Referenced by clawsoft.TextBox.draw().

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().

String & clawsoft.TextBox::getText  
 

Definition at line 151 of file TextBox.cpp.

References clawsoft.TextBox.text.

Referenced by clawsoft.LoginDialog.getText().

const int clawsoft.Rect::getTop   [inherited]
 

Definition at line 89 of file Rect.cpp.

References clawsoft.Rect.y.

Referenced by clawsoft.MouseEvent.inFocus().

void clawsoft.TextBox::grab  
 

Definition at line 30 of file TextBox.cpp.

References clawsoft.TextBox.grabbed.

Referenced by clawsoft.TextBox.checkMouseEvents().

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().

bool clawsoft.TextBox::onReturn   [protected, virtual]
 

Reimplemented in clawsoft.TextField.

Definition at line 112 of file TextBox.cpp.

Referenced by clawsoft.TextBox.checkKeyEvents().

void clawsoft.TextBox::release  
 

Definition at line 34 of file TextBox.cpp.

References clawsoft.TextBox.grabbed.

Referenced by clawsoft.TextBox.TextBox().

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.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().

int clawsoft.TextBox.border [protected]
 

Definition at line 16 of file TextBox.h.

Referenced by clawsoft.TextBox.draw(), clawsoft.TextField.drawBorder(), clawsoft.TextField.map(), and clawsoft.TextBox.TextBox().

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().

bool clawsoft.TextBox.grabbed [protected]
 

Definition at line 13 of file TextBox.h.

Referenced by clawsoft.TextBox.checkKeyEvents(), clawsoft.TextBox.draw(), clawsoft.TextField.drawBorder(), clawsoft.TextBox.drawBorder(), clawsoft.TextBox.grab(), and clawsoft.TextBox.release().

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().

String clawsoft.TextBox.text [protected]
 

Definition at line 12 of file TextBox.h.

Referenced by clawsoft.TextBox.checkKeyEvents(), clawsoft.TextBox.draw(), and clawsoft.TextBox.getText().

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 files:

Powered by:

SourceForge Logo