My Project
SallyAPI::GUI::CListViewButton Class Reference

List view button. More...

#include <ListViewButton.h>

Inheritance diagram for SallyAPI::GUI::CListViewButton:
SallyAPI::GUI::CButton SallyAPI::GUI::CControl SallyAPI::GUI::CGUIBaseObject SallyAPI::Core::CBaseObject

List of all members.

Public Member Functions

 CListViewButton (SallyAPI::GUI::CGUIBaseObject *parent, int x, int y, int width, int height, int controlId)
 Constructor.
virtual ~CListViewButton ()
 Destructor.
virtual void Timer (float timeDelta)
 Timers.
virtual bool CheckProcessMouseUp (int x, int y)
 Check process mouse up.
virtual bool CheckProcessMouseDown (int x, int y)
 Check process mouse down.
void SetNumber (int number)
 Sets a number.
int GetNumber ()
 Gets the number.
void SetFirst (bool first)
 Sets a first.
void SetLast (bool last)
 Sets a last.
void SetSmallFont (bool value)
void SetType (LISTVIEWITEM_TYPE value)
 Sets a type.
void ResetFlicker ()
 Resets a flicker.

Detailed Description

List view button.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CListViewButton::CListViewButton ( SallyAPI::GUI::CGUIBaseObject parent,
int  x,
int  y,
int  width,
int  height,
int  controlId 
)

Constructor.

m_bSmallFont(false), m_bTimeMouseClickReset(false)

Author:
Christian Knobloch
Date:
13.09.2010
Parameters:
[in,out]parentIf non-null, the parent.
xThe x coordinate.
yThe y coordinate.
widthThe width.
heightThe height.
controlIdIdentifier for the control.

Destructor.

Author:
Christian Knobloch
Date:
13.09.2010

Member Function Documentation

bool CListViewButton::CheckProcessMouseDown ( int  x,
int  y 
) [virtual]

Check process mouse down.

Author:
Christian Knobloch
Date:
30.05.2011
Parameters:
xThe x coordinate.
yThe y coordinate.
Returns:
true if it succeeds, false if it fails.

Reimplemented from SallyAPI::GUI::CControl.

bool CListViewButton::CheckProcessMouseUp ( int  x,
int  y 
) [virtual]

Check process mouse up.

Author:
Christian Knobloch
Date:
16.02.2011
Parameters:
xThe x coordinate.
yThe y coordinate.
Returns:
true if it succeeds, false if it fails.

Reimplemented from SallyAPI::GUI::CControl.

Gets the number.

Author:
Christian Knobloch
Date:
13.09.2010
Returns:
The number.

Resets a flicker.

Author:
Christian Knobloch
Date:
16.02.2011
void CListViewButton::SetFirst ( bool  first)

Sets a first.

Author:
Christian Knobloch
Date:
13.09.2010
Parameters:
firsttrue to first.
void CListViewButton::SetLast ( bool  last)

Sets a last.

Author:
Christian Knobloch
Date:
13.09.2010
Parameters:
lasttrue to last.
void CListViewButton::SetNumber ( int  number)

Sets a number.

Author:
Christian Knobloch
Date:
13.09.2010
Parameters:
numberNumber of.
void CListViewButton::SetSmallFont ( bool  value)

Sets a type.

Author:
Christian Knobloch
Date:
26.05.2011
Parameters:
valueThe value.
void CListViewButton::Timer ( float  timeDelta) [virtual]

Timers.

Author:
Christian Knobloch
Date:
26.05.2011
Parameters:
timeDeltaThe time delta.

Reimplemented from SallyAPI::GUI::CButton.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines