vdr  1.7.31
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)
 cSkinDisplayMenu (void)
eMenuCategory MenuCategory (void) const
virtual void SetTabs (int Tab1, int Tab2=0, int Tab3=0, int Tab4=0, int Tab5=0)
- Public Member Functions inherited from cSkinDisplay
 cSkinDisplay (void)
virtual ~cSkinDisplay ()
int EditableWidth (void)
void SetEditableWidth (int Width)
 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 }
enum  { MaxTabs = 6 }
- Static Public Member Functions inherited from cSkinDisplay
static int AvgCharWidth (void)
static cSkinDisplayCurrent (void)
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)
int Tab (int n)
const char * GetTabbedText (const char *s, int Tab)
- Protected Attributes inherited from cSkinDisplayMenu
cTextScroller textScroller

Detailed Description

Definition at line 602 of file skinlcars.c.

Member Enumeration Documentation

Enumerator:
cmUnknown 
cmLive 
cmPlay 

Definition at line 631 of file skinlcars.c.

Constructor & Destructor Documentation

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

Definition at line 868 of file skinlcars.c.

References osd, tallFont, and tinyFont.

Member Function Documentation

void cSkinLCARSDisplayMenu::Clear ( void  )
virtual

Clears the entire central area of the menu.

Implements cSkinDisplayMenu.

Definition at line 1444 of file skinlcars.c.

References clrBackground, cTheme::Color(), cOsd::DrawRectangle(), osd, cTextScroller::Reset(), cSkinDisplayMenu::textScroller, xi00, xi03, yi00, and yi01.

void cSkinLCARSDisplayMenu::DrawDate ( void  )
private
void cSkinLCARSDisplayMenu::DrawDevice ( const cDevice Device)
private
void cSkinLCARSDisplayMenu::DrawDevices ( void  )
private

Definition at line 1259 of file skinlcars.c.

References DrawDevice(), cDevice::GetDevice(), and cDevice::NumDevices().

Referenced by Flush().

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

Definition at line 1035 of file skinlcars.c.

References cTheme::Color(), cOsd::DrawEllipse(), cOsd::DrawRectangle(), osd, xm00, xm01, xm02, xm06, xm07, xm08, ym00, ym01, ym02, ym03, ym04, ym05, ym06, and ym07.

Referenced by SetMenuCategory().

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

Definition at line 943 of file skinlcars.c.

References cOsd::DrawEllipse(), cOsd::DrawText(), osd, taBottom, and taRight.

Referenced by SetButtons().

void cSkinLCARSDisplayMenu::DrawMainFrameLower ( void  )
private
void cSkinLCARSDisplayMenu::DrawMainFrameUpper ( tColor  Color)
private

Definition at line 905 of file skinlcars.c.

References cOsd::DrawEllipse(), cOsd::DrawRectangle(), Gap, lineHeight, osd, xa00, xa01, xa02, xa04, xa05, xa06, xa07, xa08, xa09, xm08, xs00, xs05, xs06, yc00, yc01, yc02, yc04, yc05, yt00, yt02, yt04, and yt06.

Referenced by DrawLive(), and DrawPlay().

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
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 1627 of file skinlcars.c.

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

Referenced by SetText().

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 1622 of file skinlcars.c.

References xi00, and xi01.

Referenced by SetText().

int cSkinLCARSDisplayMenu::MaxItems ( void  )
virtual

Returns the maximum number of items the menu can display.

Implements cSkinDisplayMenu.

Definition at line 1436 of file skinlcars.c.

References lineHeight, mcMain, cSkinDisplayMenu::MenuCategory(), yb13, ym03, ym04, and yt02.

Referenced by SetScrollbar().

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 1430 of file skinlcars.c.

References DrawTextScrollbar().

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 1460 of file skinlcars.c.

References cTheme::Color(), cSetup::ColorKey0, cSetup::ColorKey1, cSetup::ColorKey2, cSetup::ColorKey3, DrawMainButton(), cOsd::DrawText(), cFont::GetFont(), mcMain, cSkinDisplayMenu::MenuCategory(), osd, Setup, taBorder, taLeft, xb02, xb03, xb06, xb07, xb10, xb11, xb14, xb15, xd00, xd01, xd02, xd03, xd04, xd05, xd06, xd07, yb14, yb15, yd02, yd03, yd04, and yd05.

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 (''), 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 1491 of file skinlcars.c.

References clrBackground, cTheme::Color(), currentIndex, cOsd::DrawEllipse(), cOsd::DrawRectangle(), cOsd::DrawText(), fontOsd, cFont::GetFont(), cSkinDisplayMenu::GetTabbedText(), lineHeight, cSkinDisplayMenu::MaxTabs, osd, cSkinDisplay::SetEditableWidth(), cSkinDisplayMenu::Tab(), TextSpacing, xi00, xi01, xi02, xi03, and yi00.

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 875 of file skinlcars.c.

References clrBackground, cTheme::Color(), DrawMainBracket(), DrawMainFrameLower(), DrawMenuFrame(), cOsd::DrawRectangle(), DrawStatusElbows(), initial, lastTimersState, mcMain, cSkinDisplayMenu::MenuCategory(), osd, xa00, xa03, xa07, xa08, xa09, xi00, xi01, xi02, xi03, xm00, xm03, xm04, xm05, yb13, yb15, yi00, yi01, ym03, ym04, yt00, and yt02.

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 1481 of file skinlcars.c.

References cTheme::Color(), cOsd::DrawText(), cFont::GetFont(), osd, cOsd::RestoreRegion(), cOsd::SaveRegion(), taCenter, xb00, xb15, yb14, and yb15.

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 1522 of file skinlcars.c.

References DrawScrollbar(), and MaxItems().

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 1616 of file skinlcars.c.

References clrBackground, cTheme::Color(), DrawTextScrollbar(), GetTextAreaFont(), GetTextAreaWidth(), osd, cTextScroller::Set(), cSkinDisplayMenu::textScroller, xi00, yi00, and yi01.

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

Member Data Documentation

cBitmap cSkinLCARSDisplayMenu::bmArrowDown
staticprivate

Definition at line 646 of file skinlcars.c.

Referenced by DrawScrollbar().

cBitmap cSkinLCARSDisplayMenu::bmArrowUp
staticprivate

Definition at line 646 of file skinlcars.c.

Referenced by DrawScrollbar().

cBitmap cSkinLCARSDisplayMenu::bmTransferMode
staticprivate

Definition at line 646 of file skinlcars.c.

Referenced by DrawLiveIndicator().

int cSkinLCARSDisplayMenu::currentIndex
private

Definition at line 623 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetItem().

cVector<int> cSkinLCARSDisplayMenu::deviceOffset
private

Definition at line 624 of file skinlcars.c.

Referenced by DrawDevice(), DrawLiveIndicator(), DrawSignals(), and DrawTimers().

cVector<bool> cSkinLCARSDisplayMenu::deviceRecording
private

Definition at line 625 of file skinlcars.c.

Referenced by DrawDevice(), and DrawTimers().

tColor cSkinLCARSDisplayMenu::frameColor
private
bool cSkinLCARSDisplayMenu::initial
private
cVector<cCamSlot *> cSkinLCARSDisplayMenu::lastCamSlot
private

Definition at line 627 of file skinlcars.c.

Referenced by DrawDevice().

const cChannel* cSkinLCARSDisplayMenu::lastChannel
private

Definition at line 641 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawLive().

cString cSkinLCARSDisplayMenu::lastDate
private

Definition at line 633 of file skinlcars.c.

Referenced by DrawDate().

cString cSkinLCARSDisplayMenu::lastDeviceType[MAXDEVICES]
private

Definition at line 626 of file skinlcars.c.

Referenced by DrawDevice().

bool cSkinLCARSDisplayMenu::lastDiskAlert
private

Definition at line 635 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawDisk().

int cSkinLCARSDisplayMenu::lastDiskUsageState
private

Definition at line 634 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawDisk().

const cEvent* cSkinLCARSDisplayMenu::lastEvent
private

Definition at line 642 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawLive().

cString cSkinLCARSDisplayMenu::lastHeader
private

Definition at line 644 of file skinlcars.c.

Referenced by DrawPlay().

bool cSkinLCARSDisplayMenu::lastLiveIndicatorTransferring
private

Definition at line 640 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawLiveIndicator().

int cSkinLCARSDisplayMenu::lastLiveIndicatorY
private

Definition at line 639 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawLiveIndicator().

eCurrentMode cSkinLCARSDisplayMenu::lastMode
private

Definition at line 632 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawLive(), and DrawPlay().

const cRecording* cSkinLCARSDisplayMenu::lastRecording
private

Definition at line 643 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawPlay().

int cSkinLCARSDisplayMenu::lastSeen
private

Definition at line 645 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawLive(), and DrawSeen().

time_t cSkinLCARSDisplayMenu::lastSignalDisplay
private

Definition at line 638 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawDevice(), DrawSignals(), and DrawTimers().

cVector<int> cSkinLCARSDisplayMenu::lastSignalQuality
private

Definition at line 629 of file skinlcars.c.

Referenced by DrawDevice(), and DrawSignals().

cVector<int> cSkinLCARSDisplayMenu::lastSignalStrength
private

Definition at line 628 of file skinlcars.c.

Referenced by DrawDevice(), and DrawSignals().

double cSkinLCARSDisplayMenu::lastSystemLoad
private

Definition at line 636 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawLoad().

int cSkinLCARSDisplayMenu::lastTimersState
private

Definition at line 637 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawTimers(), and SetMenuCategory().

int cSkinLCARSDisplayMenu::lineHeight
private
cOsd* cSkinLCARSDisplayMenu::osd
private
cFont* cSkinLCARSDisplayMenu::tallFont
private
cFont* cSkinLCARSDisplayMenu::tinyFont
private
int cSkinLCARSDisplayMenu::xa00
private
int cSkinLCARSDisplayMenu::xa01
private
int cSkinLCARSDisplayMenu::xa02
private
int cSkinLCARSDisplayMenu::xa03
private

Definition at line 605 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawInfo(), DrawLive(), DrawPlay(), and SetMenuCategory().

int cSkinLCARSDisplayMenu::xa04
private
int cSkinLCARSDisplayMenu::xa05
private
int cSkinLCARSDisplayMenu::xa06
private
int cSkinLCARSDisplayMenu::xa07
private
int cSkinLCARSDisplayMenu::xa08
private
int cSkinLCARSDisplayMenu::xa09
private
int cSkinLCARSDisplayMenu::xb00
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawMenuFrame(), and SetMessage().

int cSkinLCARSDisplayMenu::xb01
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMenuFrame().

int cSkinLCARSDisplayMenu::xb02
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xb03
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xb04
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMenuFrame().

int cSkinLCARSDisplayMenu::xb05
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMenuFrame().

int cSkinLCARSDisplayMenu::xb06
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xb07
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xb08
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMenuFrame().

int cSkinLCARSDisplayMenu::xb09
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMenuFrame().

int cSkinLCARSDisplayMenu::xb10
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xb11
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xb12
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMenuFrame().

int cSkinLCARSDisplayMenu::xb13
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMenuFrame().

int cSkinLCARSDisplayMenu::xb14
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xb15
private

Definition at line 615 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), SetButtons(), and SetMessage().

int cSkinLCARSDisplayMenu::xd00
private

Definition at line 616 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawInfo(), DrawLive(), DrawPlay(), and SetButtons().

int cSkinLCARSDisplayMenu::xd01
private

Definition at line 616 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xd02
private

Definition at line 616 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xd03
private

Definition at line 616 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xd04
private

Definition at line 616 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xd05
private

Definition at line 616 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xd06
private

Definition at line 616 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::xd07
private

Definition at line 616 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawLive(), DrawPlay(), and SetButtons().

int cSkinLCARSDisplayMenu::xi00
private
int cSkinLCARSDisplayMenu::xi01
private

Definition at line 613 of file skinlcars.c.

Referenced by GetTextAreaWidth(), SetEvent(), SetItem(), SetMenuCategory(), and SetRecording().

int cSkinLCARSDisplayMenu::xi02
private

Definition at line 613 of file skinlcars.c.

Referenced by SetEvent(), SetItem(), SetMenuCategory(), and SetRecording().

int cSkinLCARSDisplayMenu::xi03
private

Definition at line 613 of file skinlcars.c.

Referenced by Clear(), SetEvent(), SetItem(), SetMenuCategory(), and SetRecording().

int cSkinLCARSDisplayMenu::xm00
private

Definition at line 609 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawMainBracket(), and SetMenuCategory().

int cSkinLCARSDisplayMenu::xm01
private

Definition at line 609 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainBracket().

int cSkinLCARSDisplayMenu::xm02
private

Definition at line 609 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawMainBracket(), and DrawSeen().

int cSkinLCARSDisplayMenu::xm03
private

Definition at line 609 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetMenuCategory().

int cSkinLCARSDisplayMenu::xm04
private

Definition at line 609 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetMenuCategory().

int cSkinLCARSDisplayMenu::xm05
private

Definition at line 609 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetMenuCategory().

int cSkinLCARSDisplayMenu::xm06
private

Definition at line 609 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainBracket().

int cSkinLCARSDisplayMenu::xm07
private

Definition at line 609 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawMainBracket(), and DrawScrollbar().

int cSkinLCARSDisplayMenu::xm08
private
int cSkinLCARSDisplayMenu::xs
private

Definition at line 618 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawDevice(), and DrawSignals().

int cSkinLCARSDisplayMenu::xs00
private
int cSkinLCARSDisplayMenu::xs01
private

Definition at line 611 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawStatusElbows().

int cSkinLCARSDisplayMenu::xs02
private

Definition at line 611 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawStatusElbows(), and DrawTimers().

int cSkinLCARSDisplayMenu::xs03
private

Definition at line 611 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawStatusElbows(), DrawTimer(), and DrawTimers().

int cSkinLCARSDisplayMenu::xs04
private

Definition at line 611 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawStatusElbows(), DrawTimer(), and DrawTimers().

int cSkinLCARSDisplayMenu::xs05
private

Definition at line 611 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawMainFrameUpper(), and DrawStatusElbows().

int cSkinLCARSDisplayMenu::xs06
private

Definition at line 611 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawMainFrameUpper(), and DrawStatusElbows().

int cSkinLCARSDisplayMenu::xs07
private

Definition at line 611 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawDevice(), DrawStatusElbows(), and DrawTimers().

int cSkinLCARSDisplayMenu::xs08
private

Definition at line 611 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawDevice(), DrawStatusElbows(), and DrawTimers().

int cSkinLCARSDisplayMenu::xs09
private

Definition at line 611 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawStatusElbows(), and DrawTimers().

int cSkinLCARSDisplayMenu::xs10
private

Definition at line 611 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawStatusElbows().

int cSkinLCARSDisplayMenu::xs11
private

Definition at line 611 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawDevice(), DrawSignals(), and DrawStatusElbows().

int cSkinLCARSDisplayMenu::xs12
private

Definition at line 611 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawLiveIndicator(), and DrawStatusElbows().

int cSkinLCARSDisplayMenu::xs13
private
int cSkinLCARSDisplayMenu::yb00
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawDate().

int cSkinLCARSDisplayMenu::yb01
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawDate().

int cSkinLCARSDisplayMenu::yb02
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawDisk().

int cSkinLCARSDisplayMenu::yb03
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawDisk().

int cSkinLCARSDisplayMenu::yb04
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawLoad().

int cSkinLCARSDisplayMenu::yb05
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawLoad().

int cSkinLCARSDisplayMenu::yb06
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawFrameDisplay().

int cSkinLCARSDisplayMenu::yb07
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawFrameDisplay().

int cSkinLCARSDisplayMenu::yb08
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawFrameDisplay().

int cSkinLCARSDisplayMenu::yb09
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawFrameDisplay().

int cSkinLCARSDisplayMenu::yb10
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawMainFrameLower(), and DrawMenuFrame().

int cSkinLCARSDisplayMenu::yb11
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawMainFrameLower(), and DrawMenuFrame().

int cSkinLCARSDisplayMenu::yb12
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMenuFrame().

int cSkinLCARSDisplayMenu::yb13
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), MaxItems(), and SetMenuCategory().

int cSkinLCARSDisplayMenu::yb14
private

Definition at line 608 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawMenuFrame(), SetButtons(), and SetMessage().

int cSkinLCARSDisplayMenu::yb15
private
int cSkinLCARSDisplayMenu::yc00
private
int cSkinLCARSDisplayMenu::yc01
private

Definition at line 607 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainFrameUpper().

int cSkinLCARSDisplayMenu::yc02
private

Definition at line 607 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainFrameUpper().

int cSkinLCARSDisplayMenu::yc03
private

Definition at line 607 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu().

int cSkinLCARSDisplayMenu::yc04
private

Definition at line 607 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawMainFrameUpper(), and DrawSeen().

int cSkinLCARSDisplayMenu::yc05
private

Definition at line 607 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainFrameUpper().

int cSkinLCARSDisplayMenu::yc06
private

Definition at line 607 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainFrameLower().

int cSkinLCARSDisplayMenu::yc07
private

Definition at line 607 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainFrameLower().

int cSkinLCARSDisplayMenu::yc08
private

Definition at line 607 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu().

int cSkinLCARSDisplayMenu::yc09
private

Definition at line 607 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainFrameLower().

int cSkinLCARSDisplayMenu::yc10
private

Definition at line 607 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainFrameLower().

int cSkinLCARSDisplayMenu::yc11
private
int cSkinLCARSDisplayMenu::yd00
private

Definition at line 617 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawLive(), and DrawPlay().

int cSkinLCARSDisplayMenu::yd01
private

Definition at line 617 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawLive(), and DrawPlay().

int cSkinLCARSDisplayMenu::yd02
private

Definition at line 617 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::yd03
private

Definition at line 617 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::yd04
private

Definition at line 617 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::yd05
private

Definition at line 617 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and SetButtons().

int cSkinLCARSDisplayMenu::yi00
private

Definition at line 614 of file skinlcars.c.

Referenced by Clear(), SetEvent(), SetItem(), SetMenuCategory(), SetRecording(), and SetText().

int cSkinLCARSDisplayMenu::yi01
private

Definition at line 614 of file skinlcars.c.

Referenced by Clear(), SetEvent(), SetMenuCategory(), SetRecording(), and SetText().

int cSkinLCARSDisplayMenu::ym00
private

Definition at line 610 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainBracket().

int cSkinLCARSDisplayMenu::ym01
private

Definition at line 610 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainBracket().

int cSkinLCARSDisplayMenu::ym02
private

Definition at line 610 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainBracket().

int cSkinLCARSDisplayMenu::ym03
private
int cSkinLCARSDisplayMenu::ym04
private
int cSkinLCARSDisplayMenu::ym05
private

Definition at line 610 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainBracket().

int cSkinLCARSDisplayMenu::ym06
private

Definition at line 610 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainBracket().

int cSkinLCARSDisplayMenu::ym07
private

Definition at line 610 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMainBracket().

int cSkinLCARSDisplayMenu::ys00
private

Definition at line 612 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawStatusElbows(), and DrawTimers().

int cSkinLCARSDisplayMenu::ys01
private

Definition at line 612 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawStatusElbows(), and DrawTimers().

int cSkinLCARSDisplayMenu::ys02
private

Definition at line 612 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawStatusElbows().

int cSkinLCARSDisplayMenu::ys03
private

Definition at line 612 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawStatusElbows().

int cSkinLCARSDisplayMenu::ys04
private

Definition at line 612 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawStatusElbows(), and DrawTimers().

int cSkinLCARSDisplayMenu::ys05
private

Definition at line 612 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawDevice(), DrawStatusElbows(), and DrawTimers().

int cSkinLCARSDisplayMenu::yt00
private
int cSkinLCARSDisplayMenu::yt01
private

Definition at line 606 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawMenuFrame(), and SetTitle().

int cSkinLCARSDisplayMenu::yt02
private
int cSkinLCARSDisplayMenu::yt03
private

Definition at line 606 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMenuFrame().

int cSkinLCARSDisplayMenu::yt04
private

Definition at line 606 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), DrawInfo(), DrawMainFrameUpper(), and DrawPlay().

int cSkinLCARSDisplayMenu::yt05
private

Definition at line 606 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMenu(), and DrawMenuFrame().

int cSkinLCARSDisplayMenu::yt06
private

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