vdr  2.2.0
Public Member Functions | Private Types | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
cSkinLCARSDisplayMenu Class Reference

Public Member Functions

 cSkinLCARSDisplayMenu (void)
 
virtual ~cSkinLCARSDisplayMenu ()
 
virtual void Scroll (bool Up, bool Page)
 
virtual int MaxItems (void)
 
virtual void Clear (void)
 
virtual void SetMenuCategory (eMenuCategory MenuCategory)
 
virtual void SetTitle (const char *Title)
 
virtual void SetButtons (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL)
 
virtual void SetMessage (eMessageType Type, const char *Text)
 
virtual void SetItem (const char *Text, int Index, bool Current, bool Selectable)
 
virtual void SetScrollbar (int Total, int Offset)
 
virtual void SetEvent (const cEvent *Event)
 
virtual void SetRecording (const cRecording *Recording)
 
virtual void SetText (const char *Text, bool FixedFont)
 
virtual int GetTextAreaWidth (void) const
 
virtual const cFontGetTextAreaFont (bool FixedFont) const
 
virtual void Flush (void)
 
- Public Member Functions inherited from cSkinDisplayMenu
 cSkinDisplayMenu (void)
 
eMenuCategory MenuCategory (void) const
 
virtual void SetTabs (int Tab1, int Tab2=0, int Tab3=0, int Tab4=0, int Tab5=0)
 
virtual void SetMenuSortMode (eMenuSortMode MenuSortMode)
 
virtual bool SetItemEvent (const cEvent *Event, int Index, bool Current, bool Selectable, const cChannel *Channel, bool WithDate, eTimerMatch TimerMatch)
 
virtual bool SetItemTimer (const cTimer *Timer, int Index, bool Current, bool Selectable)
 
virtual bool SetItemChannel (const cChannel *Channel, int Index, bool Current, bool Selectable, bool WithProvider)
 
virtual bool SetItemRecording (const cRecording *Recording, int Index, bool Current, bool Selectable, int Level, int Total, int New)
 
- Public Member Functions inherited from cSkinDisplay
 cSkinDisplay (void)
 
virtual ~cSkinDisplay ()
 
int EditableWidth (void)
 
void SetEditableWidth (int Width)
 

Private Types

enum  eCurrentMode { cmUnknown, cmLive, cmPlay }
 

Private Member Functions

void DrawMainFrameUpper (tColor Color)
 
void DrawMainFrameLower (void)
 
void DrawMainButton (const char *Text, int x0, int x1, int x2, int x3, int y0, int y1, tColor ColorFg, tColor ColorBg, const cFont *Font)
 
void DrawMenuFrame (void)
 
void DrawMainBracket (void)
 
void DrawStatusElbows (void)
 
void DrawDate (void)
 
void DrawDisk (void)
 
void DrawLoad (void)
 
void DrawFrameDisplay (void)
 
void DrawScrollbar (int Total, int Offset, int Shown, bool CanScrollUp, bool CanScrollDown)
 
void DrawTimer (const cTimer *Timer, int y, bool MultiRec)
 
void DrawTimers (void)
 
void DrawDevice (const cDevice *Device)
 
void DrawDevices (void)
 
void DrawLiveIndicator (void)
 
void DrawSignals (void)
 
void DrawLive (const cChannel *Channel)
 
void DrawPlay (cControl *Control)
 
void DrawInfo (const cEvent *Event, bool WithTime)
 
void DrawSeen (int Current, int Total)
 
void DrawTextScrollbar (void)
 

Private Attributes

cOsdosd
 
int xa00
 
int xa01
 
int xa02
 
int xa03
 
int xa04
 
int xa05
 
int xa06
 
int xa07
 
int xa08
 
int xa09
 
int yt00
 
int yt01
 
int yt02
 
int yt03
 
int yt04
 
int yt05
 
int yt06
 
int yc00
 
int yc01
 
int yc02
 
int yc03
 
int yc04
 
int yc05
 
int yc06
 
int yc07
 
int yc08
 
int yc09
 
int yc10
 
int yc11
 
int yb00
 
int yb01
 
int yb02
 
int yb03
 
int yb04
 
int yb05
 
int yb06
 
int yb07
 
int yb08
 
int yb09
 
int yb10
 
int yb11
 
int yb12
 
int yb13
 
int yb14
 
int yb15
 
int xm00
 
int xm01
 
int xm02
 
int xm03
 
int xm04
 
int xm05
 
int xm06
 
int xm07
 
int xm08
 
int ym00
 
int ym01
 
int ym02
 
int ym03
 
int ym04
 
int ym05
 
int ym06
 
int ym07
 
int xs00
 
int xs01
 
int xs02
 
int xs03
 
int xs04
 
int xs05
 
int xs06
 
int xs07
 
int xs08
 
int xs09
 
int xs10
 
int xs11
 
int xs12
 
int xs13
 
int ys00
 
int ys01
 
int ys02
 
int ys03
 
int ys04
 
int ys05
 
int xi00
 
int xi01
 
int xi02
 
int xi03
 
int yi00
 
int yi01
 
int xb00
 
int xb01
 
int xb02
 
int xb03
 
int xb04
 
int xb05
 
int xb06
 
int xb07
 
int xb08
 
int xb09
 
int xb10
 
int xb11
 
int xb12
 
int xb13
 
int xb14
 
int xb15
 
int xd00
 
int xd01
 
int xd02
 
int xd03
 
int xd04
 
int xd05
 
int xd06
 
int xd07
 
int yd00
 
int yd01
 
int yd02
 
int yd03
 
int yd04
 
int yd05
 
int xs
 
int lineHeight
 
cFonttinyFont
 
cFonttallFont
 
tColor frameColor
 
int currentIndex
 
cVector< int > deviceOffset
 
cVector< bool > deviceRecording
 
cString lastDeviceType [MAXDEVICES]
 
cVector< cCamSlot * > lastCamSlot
 
cVector< int > lastSignalStrength
 
cVector< int > lastSignalQuality
 
bool initial
 
eCurrentMode lastMode
 
cString lastDate
 
int lastDiskUsageState
 
bool lastDiskAlert
 
double lastSystemLoad
 
int lastTimersState
 
time_t lastSignalDisplay
 
int lastLiveIndicatorY
 
bool lastLiveIndicatorTransferring
 
const cChannellastChannel
 
const cEventlastEvent
 
const cRecordinglastRecording
 
cString lastHeader
 
int lastSeen
 

Static Private Attributes

static cBitmap bmArrowUp
 
static cBitmap bmArrowDown
 
static cBitmap bmTransferMode
 

Additional Inherited Members

- Public Types inherited from cSkinDisplayMenu
enum  { MaxTabs = 6 }
 
- Static Public Member Functions inherited from cSkinDisplay
static int AvgCharWidth (void)
 
static cSkinDisplayCurrent (void)
 
- Protected Member Functions inherited from cSkinDisplayMenu
int Tab (int n)
 
const char * GetTabbedText (const char *s, int Tab)
 
- Protected Attributes inherited from cSkinDisplayMenu
cTextScroller textScroller
 

Detailed Description

Definition at line 678 of file skinlcars.c.

Member Enumeration Documentation

Enumerator
cmUnknown 
cmLive 
cmPlay 

Definition at line 707 of file skinlcars.c.

Constructor & Destructor Documentation

cSkinLCARSDisplayMenu::cSkinLCARSDisplayMenu ( void  )
cSkinLCARSDisplayMenu::~cSkinLCARSDisplayMenu ( )
virtual

Member Function Documentation

void cSkinLCARSDisplayMenu::Clear ( void  )
virtual

Clears the entire central area of the menu.

Implements cSkinDisplayMenu.

Definition at line 1534 of file skinlcars.c.

References clrBackground, cTheme::Color(), cOsd::DrawRectangle(), and cSkinLCARSDisplayChannel::osd.

void cSkinLCARSDisplayMenu::DrawDate ( void  )
private
void cSkinLCARSDisplayMenu::DrawDevice ( const cDevice Device)
private
void cSkinLCARSDisplayMenu::DrawDevices ( void  )
private
void cSkinLCARSDisplayMenu::DrawDisk ( void  )
private
void cSkinLCARSDisplayMenu::DrawFrameDisplay ( void  )
private
void cSkinLCARSDisplayMenu::DrawInfo ( const cEvent Event,
bool  WithTime 
)
private
void cSkinLCARSDisplayMenu::DrawLive ( const cChannel Channel)
private
void cSkinLCARSDisplayMenu::DrawLiveIndicator ( void  )
private
void cSkinLCARSDisplayMenu::DrawLoad ( void  )
private
void cSkinLCARSDisplayMenu::DrawMainBracket ( void  )
private
void cSkinLCARSDisplayMenu::DrawMainButton ( const char *  Text,
int  x0,
int  x1,
int  x2,
int  x3,
int  y0,
int  y1,
tColor  ColorFg,
tColor  ColorBg,
const cFont Font 
)
private
void cSkinLCARSDisplayMenu::DrawMainFrameLower ( void  )
private
void cSkinLCARSDisplayMenu::DrawMainFrameUpper ( tColor  Color)
private
void cSkinLCARSDisplayMenu::DrawMenuFrame ( void  )
private
void cSkinLCARSDisplayMenu::DrawPlay ( cControl Control)
private
void cSkinLCARSDisplayMenu::DrawScrollbar ( int  Total,
int  Offset,
int  Shown,
bool  CanScrollUp,
bool  CanScrollDown 
)
private
void cSkinLCARSDisplayMenu::DrawSeen ( int  Current,
int  Total 
)
private
void cSkinLCARSDisplayMenu::DrawSignals ( void  )
private
void cSkinLCARSDisplayMenu::DrawStatusElbows ( void  )
private
void cSkinLCARSDisplayMenu::DrawTextScrollbar ( void  )
private

Definition at line 1514 of file skinlcars.c.

void cSkinLCARSDisplayMenu::DrawTimer ( const cTimer Timer,
int  y,
bool  MultiRec 
)
private
void cSkinLCARSDisplayMenu::DrawTimers ( void  )
private
void cSkinLCARSDisplayMenu::Flush ( void  )
virtual
const cFont * cSkinLCARSDisplayMenu::GetTextAreaFont ( bool  FixedFont) const
virtual

Returns a pointer to the font which is used to display text with SetText().

The parameter FixedFont has the same meaning as in SetText(). The default implementation returns NULL. Therefore a caller of this method must be prepared to receive NULL if the plugin doesn't implement this method. The returned pointer is valid a long as the instance of cSkinDisplayMenu exists.

Reimplemented from cSkinDisplayMenu.

Definition at line 1722 of file skinlcars.c.

References fontFix, fontOsd, and cFont::GetFont().

int cSkinLCARSDisplayMenu::GetTextAreaWidth ( void  ) const
virtual

Returns the width in pixel of the area which is used to display text with SetText().

The width of the area is the width of the central area minus the width of any possibly displayed scroll-bar or other decoration. The default implementation returns 0. Therefore a caller of this method must be prepared to receive 0 if the plugin doesn't implement this method.

Reimplemented from cSkinDisplayMenu.

Definition at line 1717 of file skinlcars.c.

int cSkinLCARSDisplayMenu::MaxItems ( void  )
virtual

Returns the maximum number of items the menu can display.

Implements cSkinDisplayMenu.

Definition at line 1526 of file skinlcars.c.

References cSkinLCARSDisplayChannel::lineHeight, and mcMain.

void cSkinLCARSDisplayMenu::Scroll ( bool  Up,
bool  Page 
)
virtual

If this menu contains a text area that can be scrolled, this function will be called to actually scroll the text.

Up indicates whether the text shall be scrolled up or down, and Page is true if it shall be scrolled by a full page, rather than a single line. An object of the cTextScroller class can be used to implement the scrolling text area.

Reimplemented from cSkinDisplayMenu.

Definition at line 1520 of file skinlcars.c.

References cSkinDisplayMenu::Scroll().

void cSkinLCARSDisplayMenu::SetButtons ( const char *  Red,
const char *  Green = NULL,
const char *  Yellow = NULL,
const char *  Blue = NULL 
)
virtual

Sets the color buttons to the given strings.

If any of the values is NULL, any previous text must be removed from the related button.

Implements cSkinDisplayMenu.

Definition at line 1550 of file skinlcars.c.

References cTheme::Color(), cSetup::ColorKey0, cSetup::ColorKey1, cSetup::ColorKey2, cSetup::ColorKey3, cOsd::DrawText(), cFont::GetFont(), mcMain, cSkinLCARSDisplayChannel::osd, Setup, taBorder, and taLeft.

void cSkinLCARSDisplayMenu::SetEvent ( const cEvent Event)
virtual
void cSkinLCARSDisplayMenu::SetItem ( const char *  Text,
int  Index,
bool  Current,
bool  Selectable 
)
virtual

Sets the item at the given Index to Text.

Index is between 0 and the value returned by MaxItems(), minus one. Text may contain tab characters ('\t'), which shall be used to separate the text into several columns, according to the values set by a prior call to SetTabs(). If Current is true, this item shall be drawn in a way indicating to the user that it is the currently selected one. Selectable can be used to display items differently that can't be selected by the user. Whenever the current status is moved from one item to another, this function will be first called for the old current item with Current set to false, and then for the new current item with Current set to true.

Implements cSkinDisplayMenu.

Definition at line 1581 of file skinlcars.c.

References clrBackground, cTheme::Color(), cOsd::DrawEllipse(), cOsd::DrawRectangle(), cOsd::DrawText(), fontOsd, cFont::GetFont(), cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, cSkinDisplay::SetEditableWidth(), and TextSpacing.

void cSkinLCARSDisplayMenu::SetMenuCategory ( eMenuCategory  MenuCategory)
virtual

Sets the current menu category.

This allows skins to handle known types of menus in different ways, for instance by displaying icons or special decorations. A derived class can reimplement this function to be informed of any changes in the menu category. If it does, it shall call the base class function in order to set the members accordingly for later calls to the MenuCategory() function.

Reimplemented from cSkinDisplayMenu.

Definition at line 960 of file skinlcars.c.

References clrBackground, cTheme::Color(), cOsd::DrawRectangle(), cSkinLCARSDisplayChannel::initial, mcMain, cSkinDisplayMenu::MenuCategory(), cSkinLCARSDisplayChannel::osd, and cSkinDisplayMenu::SetMenuCategory().

void cSkinLCARSDisplayMenu::SetMessage ( eMessageType  Type,
const char *  Text 
)
virtual

Sets a one line message Text, with the given Type.

Type can be used to determine, e.g., the colors for displaying the Text. If Text is NULL, any previously displayed message must be removed, and any previous contents overwritten by the message must be restored.

Implements cSkinDisplayMenu.

Definition at line 1571 of file skinlcars.c.

References cTheme::Color(), cOsd::DrawText(), cFont::GetFont(), cSkinLCARSDisplayChannel::osd, cOsd::RestoreRegion(), cOsd::SaveRegion(), and taCenter.

void cSkinLCARSDisplayMenu::SetRecording ( const cRecording Recording)
virtual
void cSkinLCARSDisplayMenu::SetScrollbar ( int  Total,
int  Offset 
)
virtual

Sets the Total number of items in the currently displayed list, and the Offset of the first item that is currently displayed (the skin knows how many items it can display at once, see MaxItems()).

This can be used to display a scrollbar.

Reimplemented from cSkinDisplayMenu.

Definition at line 1618 of file skinlcars.c.

void cSkinLCARSDisplayMenu::SetText ( const char *  Text,
bool  FixedFont 
)
virtual

Sets the Text that shall be displayed, using the entire central area of the menu.

The Text shall be displayed using a cTextScroller, and the Scroll() function will be called to drive scrolling that text if necessary.

Implements cSkinDisplayMenu.

Definition at line 1711 of file skinlcars.c.

References clrBackground, cTheme::Color(), and cSkinLCARSDisplayChannel::osd.

void cSkinLCARSDisplayMenu::SetTitle ( const char *  Title)
virtual

Member Data Documentation

cBitmap cSkinLCARSDisplayMenu::bmArrowDown
staticprivate

Definition at line 722 of file skinlcars.c.

cBitmap cSkinLCARSDisplayMenu::bmArrowUp
staticprivate

Definition at line 722 of file skinlcars.c.

cBitmap cSkinLCARSDisplayMenu::bmTransferMode
staticprivate

Definition at line 722 of file skinlcars.c.

int cSkinLCARSDisplayMenu::currentIndex
private

Definition at line 699 of file skinlcars.c.

cVector<int> cSkinLCARSDisplayMenu::deviceOffset
private

Definition at line 700 of file skinlcars.c.

cVector<bool> cSkinLCARSDisplayMenu::deviceRecording
private

Definition at line 701 of file skinlcars.c.

tColor cSkinLCARSDisplayMenu::frameColor
private

Definition at line 698 of file skinlcars.c.

bool cSkinLCARSDisplayMenu::initial
private

Definition at line 706 of file skinlcars.c.

cVector<cCamSlot *> cSkinLCARSDisplayMenu::lastCamSlot
private

Definition at line 703 of file skinlcars.c.

const cChannel* cSkinLCARSDisplayMenu::lastChannel
private

Definition at line 717 of file skinlcars.c.

cString cSkinLCARSDisplayMenu::lastDate
private

Definition at line 709 of file skinlcars.c.

cString cSkinLCARSDisplayMenu::lastDeviceType[MAXDEVICES]
private

Definition at line 702 of file skinlcars.c.

bool cSkinLCARSDisplayMenu::lastDiskAlert
private

Definition at line 711 of file skinlcars.c.

int cSkinLCARSDisplayMenu::lastDiskUsageState
private

Definition at line 710 of file skinlcars.c.

const cEvent* cSkinLCARSDisplayMenu::lastEvent
private

Definition at line 718 of file skinlcars.c.

cString cSkinLCARSDisplayMenu::lastHeader
private

Definition at line 720 of file skinlcars.c.

bool cSkinLCARSDisplayMenu::lastLiveIndicatorTransferring
private

Definition at line 716 of file skinlcars.c.

int cSkinLCARSDisplayMenu::lastLiveIndicatorY
private

Definition at line 715 of file skinlcars.c.

eCurrentMode cSkinLCARSDisplayMenu::lastMode
private

Definition at line 708 of file skinlcars.c.

const cRecording* cSkinLCARSDisplayMenu::lastRecording
private

Definition at line 719 of file skinlcars.c.

int cSkinLCARSDisplayMenu::lastSeen
private

Definition at line 721 of file skinlcars.c.

time_t cSkinLCARSDisplayMenu::lastSignalDisplay
private

Definition at line 714 of file skinlcars.c.

cVector<int> cSkinLCARSDisplayMenu::lastSignalQuality
private

Definition at line 705 of file skinlcars.c.

cVector<int> cSkinLCARSDisplayMenu::lastSignalStrength
private

Definition at line 704 of file skinlcars.c.

double cSkinLCARSDisplayMenu::lastSystemLoad
private

Definition at line 712 of file skinlcars.c.

int cSkinLCARSDisplayMenu::lastTimersState
private

Definition at line 713 of file skinlcars.c.

int cSkinLCARSDisplayMenu::lineHeight
private

Definition at line 695 of file skinlcars.c.

cOsd* cSkinLCARSDisplayMenu::osd
private

Definition at line 680 of file skinlcars.c.

cFont* cSkinLCARSDisplayMenu::tallFont
private

Definition at line 697 of file skinlcars.c.

cFont* cSkinLCARSDisplayMenu::tinyFont
private

Definition at line 696 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xa00
private

Definition at line 681 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xa01
private

Definition at line 681 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xa02
private

Definition at line 681 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xa03
private

Definition at line 681 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xa04
private

Definition at line 681 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xa05
private

Definition at line 681 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xa06
private

Definition at line 681 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xa07
private

Definition at line 681 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xa08
private

Definition at line 681 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xa09
private

Definition at line 681 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb00
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb01
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb02
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb03
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb04
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb05
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb06
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb07
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb08
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb09
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb10
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb11
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb12
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb13
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb14
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xb15
private

Definition at line 691 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xd00
private

Definition at line 692 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xd01
private

Definition at line 692 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xd02
private

Definition at line 692 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xd03
private

Definition at line 692 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xd04
private

Definition at line 692 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xd05
private

Definition at line 692 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xd06
private

Definition at line 692 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xd07
private

Definition at line 692 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xi00
private

Definition at line 689 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xi01
private

Definition at line 689 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xi02
private

Definition at line 689 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xi03
private

Definition at line 689 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xm00
private

Definition at line 685 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xm01
private

Definition at line 685 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xm02
private

Definition at line 685 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xm03
private

Definition at line 685 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xm04
private

Definition at line 685 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xm05
private

Definition at line 685 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xm06
private

Definition at line 685 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xm07
private

Definition at line 685 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xm08
private

Definition at line 685 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs
private

Definition at line 694 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs00
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs01
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs02
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs03
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs04
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs05
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs06
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs07
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs08
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs09
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs10
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs11
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs12
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::xs13
private

Definition at line 687 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb00
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb01
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb02
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb03
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb04
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb05
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb06
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb07
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb08
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb09
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb10
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb11
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb12
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb13
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb14
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yb15
private

Definition at line 684 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yc00
private

Definition at line 683 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yc01
private

Definition at line 683 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yc02
private

Definition at line 683 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yc03
private

Definition at line 683 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yc04
private

Definition at line 683 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yc05
private

Definition at line 683 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yc06
private

Definition at line 683 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yc07
private

Definition at line 683 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yc08
private

Definition at line 683 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yc09
private

Definition at line 683 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yc10
private

Definition at line 683 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yc11
private

Definition at line 683 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yd00
private

Definition at line 693 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yd01
private

Definition at line 693 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yd02
private

Definition at line 693 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yd03
private

Definition at line 693 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yd04
private

Definition at line 693 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yd05
private

Definition at line 693 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yi00
private

Definition at line 690 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yi01
private

Definition at line 690 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ym00
private

Definition at line 686 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ym01
private

Definition at line 686 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ym02
private

Definition at line 686 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ym03
private

Definition at line 686 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ym04
private

Definition at line 686 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ym05
private

Definition at line 686 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ym06
private

Definition at line 686 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ym07
private

Definition at line 686 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ys00
private

Definition at line 688 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ys01
private

Definition at line 688 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ys02
private

Definition at line 688 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ys03
private

Definition at line 688 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ys04
private

Definition at line 688 of file skinlcars.c.

int cSkinLCARSDisplayMenu::ys05
private

Definition at line 688 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yt00
private

Definition at line 682 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yt01
private

Definition at line 682 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yt02
private

Definition at line 682 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yt03
private

Definition at line 682 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yt04
private

Definition at line 682 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yt05
private

Definition at line 682 of file skinlcars.c.

int cSkinLCARSDisplayMenu::yt06
private

Definition at line 682 of file skinlcars.c.


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