class Stk_Gui_EditLine: public Stk_Gui_Text

This is an one line edit widget

Inheritance:


Public Methods

[more] Stk_Gui_EditLine(Stk_Font *, char md)
Constructor
[more]int IsActive() const
State of this Stk_Gui_EditLine
[more]void SetActive(int)
Set state
[more]void MessageReceived(Stk_Message *)
Message Received
[more]virtual void Click()
Overload this function: This is called when click with mouse
[more]virtual void Enter()
Overload this function: This is called when return or enter is pressed

Private Fields

[more]int active
active to key events ?


Inherited from Stk_Gui_Text:

Public Methods

ovirtual void Draw()
ovoid SetFontSize(float)
ofloat GetFontSize()

Private Fields

ochar mode


Inherited from Stk_Gui_Widget:

Public Methods

ovirtual void Attach(Stk_Handler *father)
ovirtual void Unfasten()


Inherited from Stk_Gui_Rect:

Public Methods

ovirtual void Resize(const Stk_Gui_Rect &)
ovirtual void Resize(float xa, float ya, float size_xa, float size_za)
ofloat GetX() const
ofloat GetY() const
ofloat GetWidth() const
ofloat GetHeight() const

Private Fields

ofloat x
ofloat y
ofloat width
ofloat height


Inherited from Stk_Handler:

Public Methods

ovoid AddHandler(Stk_Handler *)
ovoid RemHandler(Stk_Handler *)
ovirtual void Dispatch(Stk_Message *)
ovirtual void StkPostMessage(Stk_Message *)

Protected Fields

olist<Stk_Handler *> handlers
oStk_Looper* looper
oStk_Handler* father


Documentation

This is an one line edit widget
o Stk_Gui_EditLine(Stk_Font *, char md)
Constructor

oint IsActive() const
State of this Stk_Gui_EditLine

ovoid SetActive(int)
Set state

ovoid MessageReceived(Stk_Message *)
Message Received

ovirtual void Click()
Overload this function: This is called when click with mouse

ovirtual void Enter()
Overload this function: This is called when return or enter is pressed

oint active
active to key events ?


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.