#include <lllogitechlcd.h>
Inheritance diagram for llLCDPageGroup:
Public Types | |
typedef std::vector< llLCDSpecificPage > | pageArray_t |
Public Member Functions | |
llLCDPageGroup (CEzLcd *LCD, int type, HICON SLIcon) | |
virtual | ~llLCDPageGroup () |
virtual void | UpdateDetails ()=0 |
virtual void | GetDisplayable ()=0 |
Public Attributes | |
int | mType |
HANDLE | mHandle |
pageArray_t | mPageArray |
BOOL | mDisplayPage |
Protected Attributes | |
CEzLcd * | mLCD |
HICON | mSLIcon |
Definition at line 57 of file lllogitechlcd.h.
typedef std::vector<llLCDSpecificPage> llLCDPageGroup::pageArray_t |
Definition at line 66 of file lllogitechlcd.h.
llLCDPageGroup::llLCDPageGroup | ( | CEzLcd * | LCD, | |
int | type, | |||
HICON | SLIcon | |||
) |
virtual llLCDPageGroup::~llLCDPageGroup | ( | ) | [virtual] |
virtual void llLCDPageGroup::GetDisplayable | ( | ) | [pure virtual] |
Implemented in llDefaultPageGroup, llDebugPageGroup, llDebugConsolePageGroup, llLindenPageGroup, llChatPageGroup, llIMPageGroup, and llRegionPageGroup.
virtual void llLCDPageGroup::UpdateDetails | ( | ) | [pure virtual] |
Implemented in llDefaultPageGroup, llDebugPageGroup, llDebugConsolePageGroup, llLindenPageGroup, llChatPageGroup, llIMPageGroup, and llRegionPageGroup.
Definition at line 68 of file lllogitechlcd.h.
HANDLE llLCDPageGroup::mHandle |
Definition at line 65 of file lllogitechlcd.h.
CEzLcd* llLCDPageGroup::mLCD [protected] |
Definition at line 71 of file lllogitechlcd.h.
Definition at line 67 of file lllogitechlcd.h.
HICON llLCDPageGroup::mSLIcon [protected] |
Definition at line 72 of file lllogitechlcd.h.
Definition at line 64 of file lllogitechlcd.h.