vdr
2.2.0
|
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 cFont * | GetTextAreaFont (bool FixedFont) const |
virtual void | Flush (void) |
![]() | |
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) |
![]() | |
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) |
Static Private Attributes | |
static cBitmap | bmArrowUp |
static cBitmap | bmArrowDown |
static cBitmap | bmTransferMode |
Additional Inherited Members | |
![]() | |
enum | { MaxTabs = 6 } |
![]() | |
static int | AvgCharWidth (void) |
static cSkinDisplay * | Current (void) |
![]() | |
int | Tab (int n) |
const char * | GetTabbedText (const char *s, int Tab) |
![]() | |
cTextScroller | textScroller |
Definition at line 678 of file skinlcars.c.
|
private |
Enumerator | |
---|---|
cmUnknown | |
cmLive | |
cmPlay |
Definition at line 707 of file skinlcars.c.
cSkinLCARSDisplayMenu::cSkinLCARSDisplayMenu | ( | void | ) |
Definition at line 769 of file skinlcars.c.
References cTheme::Color(), cFont::CreateFont(), CreateOsd(), CreateTinyFont(), fontOsd, cSetup::FontOsd, cSetup::FontOsdSize, cSkinLCARSDisplayChannel::frameColor, Gap, cFont::GetFont(), cFont::Height(), cSkinLCARSDisplayChannel::initial, cSkinLCARSDisplayChannel::lastSeen, cSkinLCARSDisplayChannel::lastSignalDisplay, cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, cOsd::OsdHeight(), cOsd::OsdLeft(), cOsd::OsdTop(), cOsd::OsdWidth(), Setup, cSkinLCARSDisplayChannel::tallFont, cSkinLCARSDisplayChannel::tinyFont, cSkinLCARSDisplayChannel::xs, cSkinLCARSDisplayChannel::yc00, cSkinLCARSDisplayChannel::yc01, cSkinLCARSDisplayChannel::yc02, cSkinLCARSDisplayChannel::yc03, cSkinLCARSDisplayChannel::yc04, cSkinLCARSDisplayChannel::yc05, cSkinLCARSDisplayChannel::yc06, cSkinLCARSDisplayChannel::yc07, cSkinLCARSDisplayChannel::yc08, cSkinLCARSDisplayChannel::yc09, cSkinLCARSDisplayChannel::yc10, and cSkinLCARSDisplayChannel::yc11.
|
virtual |
Definition at line 953 of file skinlcars.c.
References cSkinLCARSDisplayChannel::osd, cSkinLCARSDisplayChannel::tallFont, and cSkinLCARSDisplayChannel::tinyFont.
|
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.
|
private |
Definition at line 1070 of file skinlcars.c.
References cTheme::Color(), DayDateTime(), cOsd::DrawText(), fontOsd, cFont::GetFont(), cSkinLCARSDisplayChannel::initial, cSkinLCARSDisplayChannel::lastDate, cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, taBorder, taBottom, taRight, taTop, and cString::Truncate().
|
private |
Definition at line 1327 of file skinlcars.c.
References cTheme::Color(), cDevice::DeviceNumber(), DrawDeviceData(), cOsd::DrawRectangle(), Gap, cSkinLCARSDisplayChannel::initial, cSkinLCARSDisplayChannel::lastCamSlot, cSkinLCARSDisplayChannel::lastDeviceType, cSkinLCARSDisplayChannel::lastSignalDisplay, cSkinLCARSDisplayChannel::lastSignalQuality, cSkinLCARSDisplayChannel::lastSignalStrength, cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, cSkinLCARSDisplayChannel::tinyFont, and cSkinLCARSDisplayChannel::xs.
|
private |
Definition at line 1344 of file skinlcars.c.
References cSkinLCARSDisplayChannel::DrawDevice(), cDevice::GetDevice(), and cDevice::NumDevices().
|
private |
Definition at line 1085 of file skinlcars.c.
References cTheme::Color(), DISKUSAGEALERTLIMIT, cOsd::DrawText(), fontOsd, cSkinLCARSDisplayChannel::frameColor, cVideoDiskUsage::FreeMinutes(), cFont::GetFont(), cVideoDiskUsage::HasChanged(), cSkinLCARSDisplayChannel::initial, itoa(), cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, cString::sprintf(), taBorder, taBottom, taLeft, taRight, taTop, cSkinLCARSDisplayChannel::tinyFont, tr, and cVideoDiskUsage::UsedPercent().
|
private |
Definition at line 1152 of file skinlcars.c.
References cTheme::Color(), cSkinLCARSDisplayChannel::DrawDate(), cOsd::DrawRectangle(), cOsd::DrawText(), fontOsd, cSkinLCARSDisplayChannel::frameColor, cFont::GetFont(), cSkinLCARSDisplayChannel::initial, cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, taBorder, taBottom, and taRight.
|
private |
Definition at line 1487 of file skinlcars.c.
References clrBackground, cTheme::Color(), cOsd::DrawText(), fontOsd, cEvent::GetEndTimeString(), cFont::GetFont(), cEvent::GetTimeString(), cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, cEvent::ShortText(), cString::sprintf(), taBorder, taBottom, taLeft, taRight, taTop, and cEvent::Title().
|
private |
Definition at line 1405 of file skinlcars.c.
References clrBackground, cTheme::Color(), cSkinDisplay::Current(), cSkinLCARSDisplayChannel::DrawSeen(), cOsd::DrawText(), cEvent::Duration(), fontOsd, cFont::GetFont(), cSkinLCARSDisplayChannel::initial, itoa(), cSkinLCARSDisplayChannel::lastSeen, cChannel::Name(), cChannel::Number(), cSkinLCARSDisplayChannel::osd, cSchedules::Schedules(), cChannel::Source(), cEvent::StartTime(), taBorder, taLeft, cSkinLCARSDisplayChannel::tallFont, taRight, taTop, cSource::ToString(), tr, cSkinLCARSDisplayChannel::yc00, cSkinLCARSDisplayChannel::yc02, and cSkinLCARSDisplayChannel::yc03.
|
private |
Definition at line 1354 of file skinlcars.c.
References cDevice::ActualDevice(), clrBackground, cTheme::Color(), cDevice::DeviceNumber(), cOsd::DrawBitmap(), cOsd::DrawEllipse(), cOsd::DrawRectangle(), cBitmap::Height(), cSkinLCARSDisplayChannel::initial, cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, cDevice::PrimaryDevice(), cDevice::Replaying(), cBitmap::Scaled(), cDevice::Transferring(), and cBitmap::Width().
|
private |
Definition at line 1103 of file skinlcars.c.
References cTheme::Color(), cOsd::DrawText(), fontOsd, cSkinLCARSDisplayChannel::frameColor, cFont::GetFont(), cSkinLCARSDisplayChannel::initial, cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, cString::sprintf(), taBorder, taBottom, taLeft, taRight, taTop, cSkinLCARSDisplayChannel::tinyFont, and tr.
|
private |
Definition at line 1120 of file skinlcars.c.
References cTheme::Color(), cOsd::DrawEllipse(), cOsd::DrawRectangle(), and cSkinLCARSDisplayChannel::osd.
|
private |
Definition at line 1028 of file skinlcars.c.
References cOsd::DrawEllipse(), cOsd::DrawText(), cSkinLCARSDisplayChannel::osd, taBottom, and taRight.
|
private |
Definition at line 1009 of file skinlcars.c.
References cTheme::Color(), cOsd::DrawEllipse(), cOsd::DrawRectangle(), cOsd::DrawText(), fontOsd, cSkinLCARSDisplayChannel::frameColor, Gap, cFont::GetFont(), cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, taBorder, taBottom, cSkinLCARSDisplayChannel::tallFont, taRight, taTop, VDRVERSION, cSkinLCARSDisplayChannel::yc06, cSkinLCARSDisplayChannel::yc07, cSkinLCARSDisplayChannel::yc09, cSkinLCARSDisplayChannel::yc10, and cSkinLCARSDisplayChannel::yc11.
|
private |
Definition at line 990 of file skinlcars.c.
References cOsd::DrawEllipse(), cOsd::DrawRectangle(), Gap, cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, cSkinLCARSDisplayChannel::yc00, cSkinLCARSDisplayChannel::yc01, cSkinLCARSDisplayChannel::yc02, cSkinLCARSDisplayChannel::yc04, and cSkinLCARSDisplayChannel::yc05.
|
private |
Definition at line 1036 of file skinlcars.c.
References clrTransparent, cTheme::Color(), cSetup::ColorKey0, cSetup::ColorKey1, cSetup::ColorKey2, cSetup::ColorKey3, cOsd::DrawEllipse(), cOsd::DrawRectangle(), cOsd::DrawText(), cSkinLCARSDisplayChannel::frameColor, cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, Setup, taBorder, cSkinLCARSDisplayChannel::tallFont, taRight, taTop, cSkinLCARSDisplayChannel::yc00, and cSkinLCARSDisplayChannel::yc11.
|
private |
Definition at line 1448 of file skinlcars.c.
References clrBackground, cTheme::Color(), cSkinDisplay::Current(), cSkinLCARSDisplayChannel::DrawSeen(), cOsd::DrawText(), fontOsd, cFont::GetFont(), cControl::GetHeader(), cControl::GetIndex(), cControl::GetRecording(), cSkinLCARSDisplayChannel::initial, cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, ShortDateString(), taBorder, taBottom, taLeft, cSkinLCARSDisplayChannel::tallFont, taRight, taTop, TimeString(), and tr.
|
private |
Definition at line 1168 of file skinlcars.c.
References clrBackground, cTheme::Color(), cOsd::DrawBitmap(), cOsd::DrawRectangle(), cSkinLCARSDisplayChannel::frameColor, Gap, cSkinLCARSDisplayChannel::lineHeight, max(), mcMain, min(), cSkinLCARSDisplayChannel::osd, TextFrame, cSkinLCARSDisplayChannel::yc00, and cSkinLCARSDisplayChannel::yc11.
|
private |
Definition at line 1502 of file skinlcars.c.
References clrBackground, cTheme::Color(), cOsd::DrawRectangle(), Gap, cSkinLCARSDisplayChannel::initial, cSkinLCARSDisplayChannel::lastSeen, cSkinLCARSDisplayChannel::lineHeight, min(), cSkinLCARSDisplayChannel::osd, ShowSeenExtent, and cSkinLCARSDisplayChannel::yc04.
|
private |
Definition at line 1389 of file skinlcars.c.
References DrawDeviceSignal(), cDevice::GetDevice(), cSkinLCARSDisplayChannel::initial, cSkinLCARSDisplayChannel::lastSignalDisplay, cSkinLCARSDisplayChannel::lastSignalQuality, cSkinLCARSDisplayChannel::lastSignalStrength, cSkinLCARSDisplayChannel::lineHeight, cDevice::NumDevices(), cSkinLCARSDisplayChannel::osd, SIGNALDISPLAYDELTA, and cSkinLCARSDisplayChannel::xs.
|
private |
Definition at line 1134 of file skinlcars.c.
References cTheme::Color(), cOsd::DrawEllipse(), cOsd::DrawRectangle(), cOsd::DrawText(), fontOsd, cSkinLCARSDisplayChannel::frameColor, cFont::GetFont(), cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, taBorder, taBottom, taLeft, taRight, and tr.
|
private |
Definition at line 1514 of file skinlcars.c.
|
private |
Definition at line 1207 of file skinlcars.c.
References cTimer::Channel(), cTheme::Color(), DayDateTime(), cOsd::DrawRectangle(), cOsd::DrawText(), cTimer::Event(), cTimer::Flags(), Gap, cFont::Height(), cSkinLCARSDisplayChannel::lineHeight, max(), cChannel::Name(), cSkinLCARSDisplayChannel::osd, cTimer::Pending(), cTimer::Recording(), SECSINDAY, cString::sprintf(), cTimer::StartTime(), cTimer::StopTime(), TextFrame, tfVps, TimeString(), cSkinLCARSDisplayChannel::tinyFont, cEvent::Title(), and WeekDayName().
|
private |
Definition at line 1245 of file skinlcars.c.
References cVector< T >::Append(), clrBackground, cTheme::Color(), cDevice::DeviceNumber(), cOsd::DrawRectangle(), cOsd::DrawText(), cList< T >::First(), fontOsd, cSkinLCARSDisplayChannel::frameColor, Gap, cDevice::GetDevice(), cFont::GetFont(), cRecordControls::GetRecordControl(), cSkinLCARSDisplayChannel::initial, itoa(), cSkinLCARSDisplayChannel::lastSignalDisplay, cSkinLCARSDisplayChannel::lineHeight, cTimers::Modified(), cList< T >::Next(), cDevice::NumDevices(), cSkinLCARSDisplayChannel::osd, cVector< T >::Size(), taBorder, taBottom, taLeft, taRight, tfActive, and Timers.
|
virtual |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 1729 of file skinlcars.c.
References Channels, cControl::Control(), cOsd::Flush(), cChannels::GetByNumber(), cSkinLCARSDisplayChannel::initial, mcMain, cSkinLCARSDisplayChannel::osd, cDevice::PrimaryDevice(), cDevice::Replaying(), and cDevice::Transferring().
|
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().
|
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.
|
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.
|
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().
|
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.
|
virtual |
Sets the Event that shall be displayed, using the entire central area of the menu.
The Event's 'description' 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 1623 of file skinlcars.c.
References clrBackground, cTheme::Color(), cEvent::Description(), cOsd::DrawEllipse(), cOsd::DrawRectangle(), cOsd::DrawText(), fontOsd, cSkinLCARSDisplayChannel::frameColor, cEvent::GetDateString(), cEvent::GetEndTimeString(), cFont::GetFont(), cEvent::GetParentalRatingString(), cEvent::GetTimeString(), cEvent::GetVpsString(), cFont::Height(), cTextScroller::Height(), isempty(), cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, cEvent::ParentalRating(), cTextScroller::Set(), cEvent::ShortText(), cString::sprintf(), cEvent::StartTime(), cEvent::Title(), and cEvent::Vps().
|
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.
|
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().
|
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.
|
virtual |
Sets the Recording that shall be displayed, using the entire central area of the menu.
The Recording's 'description' 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 1670 of file skinlcars.c.
References cRecordingInfo::ChannelName(), clrBackground, cTheme::Color(), DateString(), cRecordingInfo::Description(), cOsd::DrawEllipse(), cOsd::DrawRectangle(), cOsd::DrawText(), fontOsd, cSkinLCARSDisplayChannel::frameColor, cRecordingInfo::GetEvent(), cFont::GetFont(), cEvent::GetParentalRatingString(), cFont::Height(), cTextScroller::Height(), cRecording::Info(), isempty(), cSkinLCARSDisplayChannel::lineHeight, cRecording::Name(), cSkinLCARSDisplayChannel::osd, cEvent::ParentalRating(), cTextScroller::Set(), cRecordingInfo::ShortText(), cString::sprintf(), cRecording::Start(), TimeString(), and cRecordingInfo::Title().
|
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.
|
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.
|
virtual |
Sets the title of this menu to Title.
Implements cSkinDisplayMenu.
Definition at line 1540 of file skinlcars.c.
References clrBackground, cTheme::Color(), cOsd::DrawRectangle(), cOsd::DrawText(), fontOsd, cSkinLCARSDisplayChannel::frameColor, Gap, cFont::GetFont(), mcMain, cSkinLCARSDisplayChannel::osd, taRight, and cFont::Width().
|
staticprivate |
Definition at line 722 of file skinlcars.c.
|
staticprivate |
Definition at line 722 of file skinlcars.c.
|
staticprivate |
Definition at line 722 of file skinlcars.c.
|
private |
Definition at line 699 of file skinlcars.c.
|
private |
Definition at line 700 of file skinlcars.c.
|
private |
Definition at line 701 of file skinlcars.c.
|
private |
Definition at line 698 of file skinlcars.c.
|
private |
Definition at line 706 of file skinlcars.c.
Definition at line 703 of file skinlcars.c.
|
private |
Definition at line 717 of file skinlcars.c.
|
private |
Definition at line 709 of file skinlcars.c.
|
private |
Definition at line 702 of file skinlcars.c.
|
private |
Definition at line 711 of file skinlcars.c.
|
private |
Definition at line 710 of file skinlcars.c.
|
private |
Definition at line 718 of file skinlcars.c.
|
private |
Definition at line 720 of file skinlcars.c.
|
private |
Definition at line 716 of file skinlcars.c.
|
private |
Definition at line 715 of file skinlcars.c.
|
private |
Definition at line 708 of file skinlcars.c.
|
private |
Definition at line 719 of file skinlcars.c.
|
private |
Definition at line 721 of file skinlcars.c.
|
private |
Definition at line 714 of file skinlcars.c.
|
private |
Definition at line 705 of file skinlcars.c.
|
private |
Definition at line 704 of file skinlcars.c.
|
private |
Definition at line 712 of file skinlcars.c.
|
private |
Definition at line 713 of file skinlcars.c.
|
private |
Definition at line 695 of file skinlcars.c.
|
private |
Definition at line 680 of file skinlcars.c.
|
private |
Definition at line 697 of file skinlcars.c.
|
private |
Definition at line 696 of file skinlcars.c.
|
private |
Definition at line 681 of file skinlcars.c.
|
private |
Definition at line 681 of file skinlcars.c.
|
private |
Definition at line 681 of file skinlcars.c.
|
private |
Definition at line 681 of file skinlcars.c.
|
private |
Definition at line 681 of file skinlcars.c.
|
private |
Definition at line 681 of file skinlcars.c.
|
private |
Definition at line 681 of file skinlcars.c.
|
private |
Definition at line 681 of file skinlcars.c.
|
private |
Definition at line 681 of file skinlcars.c.
|
private |
Definition at line 681 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 691 of file skinlcars.c.
|
private |
Definition at line 692 of file skinlcars.c.
|
private |
Definition at line 692 of file skinlcars.c.
|
private |
Definition at line 692 of file skinlcars.c.
|
private |
Definition at line 692 of file skinlcars.c.
|
private |
Definition at line 692 of file skinlcars.c.
|
private |
Definition at line 692 of file skinlcars.c.
|
private |
Definition at line 692 of file skinlcars.c.
|
private |
Definition at line 692 of file skinlcars.c.
|
private |
Definition at line 689 of file skinlcars.c.
|
private |
Definition at line 689 of file skinlcars.c.
|
private |
Definition at line 689 of file skinlcars.c.
|
private |
Definition at line 689 of file skinlcars.c.
|
private |
Definition at line 685 of file skinlcars.c.
|
private |
Definition at line 685 of file skinlcars.c.
|
private |
Definition at line 685 of file skinlcars.c.
|
private |
Definition at line 685 of file skinlcars.c.
|
private |
Definition at line 685 of file skinlcars.c.
|
private |
Definition at line 685 of file skinlcars.c.
|
private |
Definition at line 685 of file skinlcars.c.
|
private |
Definition at line 685 of file skinlcars.c.
|
private |
Definition at line 685 of file skinlcars.c.
|
private |
Definition at line 694 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 687 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 684 of file skinlcars.c.
|
private |
Definition at line 683 of file skinlcars.c.
|
private |
Definition at line 683 of file skinlcars.c.
|
private |
Definition at line 683 of file skinlcars.c.
|
private |
Definition at line 683 of file skinlcars.c.
|
private |
Definition at line 683 of file skinlcars.c.
|
private |
Definition at line 683 of file skinlcars.c.
|
private |
Definition at line 683 of file skinlcars.c.
|
private |
Definition at line 683 of file skinlcars.c.
|
private |
Definition at line 683 of file skinlcars.c.
|
private |
Definition at line 683 of file skinlcars.c.
|
private |
Definition at line 683 of file skinlcars.c.
|
private |
Definition at line 683 of file skinlcars.c.
|
private |
Definition at line 693 of file skinlcars.c.
|
private |
Definition at line 693 of file skinlcars.c.
|
private |
Definition at line 693 of file skinlcars.c.
|
private |
Definition at line 693 of file skinlcars.c.
|
private |
Definition at line 693 of file skinlcars.c.
|
private |
Definition at line 693 of file skinlcars.c.
|
private |
Definition at line 690 of file skinlcars.c.
|
private |
Definition at line 690 of file skinlcars.c.
|
private |
Definition at line 686 of file skinlcars.c.
|
private |
Definition at line 686 of file skinlcars.c.
|
private |
Definition at line 686 of file skinlcars.c.
|
private |
Definition at line 686 of file skinlcars.c.
|
private |
Definition at line 686 of file skinlcars.c.
|
private |
Definition at line 686 of file skinlcars.c.
|
private |
Definition at line 686 of file skinlcars.c.
|
private |
Definition at line 686 of file skinlcars.c.
|
private |
Definition at line 688 of file skinlcars.c.
|
private |
Definition at line 688 of file skinlcars.c.
|
private |
Definition at line 688 of file skinlcars.c.
|
private |
Definition at line 688 of file skinlcars.c.
|
private |
Definition at line 688 of file skinlcars.c.
|
private |
Definition at line 688 of file skinlcars.c.
|
private |
Definition at line 682 of file skinlcars.c.
|
private |
Definition at line 682 of file skinlcars.c.
|
private |
Definition at line 682 of file skinlcars.c.
|
private |
Definition at line 682 of file skinlcars.c.
|
private |
Definition at line 682 of file skinlcars.c.
|
private |
Definition at line 682 of file skinlcars.c.
|
private |
Definition at line 682 of file skinlcars.c.