#include <uitypes.h>

Definition at line 229 of file uitypes.h.
Public Types | |
| enum | FillType { Alpha = 10, Dense, Eco, Solid } |
Public Member Functions | |
| UIGuideType (const QString &name, int order) | |
| ~UIGuideType () | |
| void | Draw (QPainter *dr, int drawlayer, int context) |
| void | SetJustification (int jst) |
| void | SetCutDown (bool state) |
| void | SetFont (fontProp *font) |
| void | SetFillType (int type) |
| void | SetShowCategoryColors (bool state) |
| void | SetShowCategoryText (bool state) |
| void | SetSelectorType (int type) |
| void | SetNumRows (int numRows) |
| void | SetWindow (MythDialog *win) |
| void | SetRecordingColors (const QString &reccol, const QString &concol) |
| void | SetSelectorColor (const QString &col) |
| void | SetSolidColor (const QString &col) |
| void | SetCategoryColors (const QMap< QString, QString > &catColors) |
| void | SetArea (const QRect &area) |
| void | SetScreenLocation (const QPoint &sl) |
| void | SetTextOffset (const QPoint &to) |
| void | SetArrow (int, const QString &file) |
| void | LoadImage (int, const QString &file) |
| void | SetProgramInfo (int row, int col, const QRect &area, const QString &title, const QString &category, int arrow, int recType, int recStat, bool selected) |
| void | ResetData () |
| void | ResetRow (int row) |
| void | SetProgPast (int ppast) |
Private Member Functions | |
| void | drawBackground (QPainter *dr, UIGTCon *data) |
| void | drawBox (QPainter *dr, UIGTCon *data, const QColor &color) |
| void | drawText (QPainter *dr, UIGTCon *data) |
| void | drawRecType (QPainter *dr, UIGTCon *data) |
| void | drawCurrent (QPainter *dr, UIGTCon *data) |
Private Attributes | |
| QPtrList< UIGTCon > * | allData |
| UIGTCon | selectedItem |
| QPixmap | recImages [15] |
| QPixmap | arrowImages [15] |
| int | maxRows |
| int | numRows |
| MythDialog * | window |
| QRect | area |
| QPoint | textoffset |
| QPoint | screenloc |
| int | justification |
| bool | multilineText |
| fontProp * | font |
| QColor | solidcolor |
| QColor | selcolor |
| int | seltype |
| QColor | reccolor |
| QColor | concolor |
| int | filltype |
| bool | cutdown |
| bool | drawCategoryColors |
| bool | drawCategoryText |
| QMap< QString, QColor > | categoryColors |
| AlphaBlender | alphaBlender |
| int | prog_past_col |
Classes | |
| class | UIGTCon |
| UIGuideType::UIGuideType | ( | const QString & | name, | |
| int | order | |||
| ) |
Definition at line 583 of file uitypes.cpp.
| UIGuideType::~UIGuideType | ( | ) |
Definition at line 612 of file uitypes.cpp.
| void UIGuideType::Draw | ( | QPainter * | dr, | |
| int | drawlayer, | |||
| int | context | |||
| ) | [virtual] |
| void UIGuideType::SetJustification | ( | int | jst | ) |
Definition at line 617 of file uitypes.cpp.
Referenced by XMLParse::parseGuideGrid(), and UIGuideType().
| void UIGuideType::SetCutDown | ( | bool | state | ) | [inline] |
| void UIGuideType::SetFont | ( | fontProp * | font | ) | [inline] |
| void UIGuideType::SetFillType | ( | int | type | ) | [inline] |
| void UIGuideType::SetShowCategoryColors | ( | bool | state | ) | [inline] |
| void UIGuideType::SetShowCategoryText | ( | bool | state | ) | [inline] |
| void UIGuideType::SetSelectorType | ( | int | type | ) | [inline] |
| void UIGuideType::SetNumRows | ( | int | numRows | ) | [inline] |
| void UIGuideType::SetWindow | ( | MythDialog * | win | ) | [inline] |
| void UIGuideType::SetRecordingColors | ( | const QString & | reccol, | |
| const QString & | concol | |||
| ) | [inline] |
| void UIGuideType::SetSelectorColor | ( | const QString & | col | ) | [inline] |
| void UIGuideType::SetSolidColor | ( | const QString & | col | ) | [inline] |
| void UIGuideType::SetCategoryColors | ( | const QMap< QString, QString > & | catColors | ) |
| void UIGuideType::SetArea | ( | const QRect & | area | ) | [inline] |
| void UIGuideType::SetScreenLocation | ( | const QPoint & | sl | ) | [inline] |
| void UIGuideType::SetTextOffset | ( | const QPoint & | to | ) | [inline] |
| void UIGuideType::SetArrow | ( | int | direction, | |
| const QString & | file | |||
| ) |
| void UIGuideType::LoadImage | ( | int | recType, | |
| const QString & | file | |||
| ) |
| void UIGuideType::SetProgramInfo | ( | int | row, | |
| int | col, | |||
| const QRect & | area, | |||
| const QString & | title, | |||
| const QString & | category, | |||
| int | arrow, | |||
| int | recType, | |||
| int | recStat, | |||
| bool | selected | |||
| ) |
| void UIGuideType::ResetData | ( | ) |
| void UIGuideType::ResetRow | ( | int | row | ) |
| void UIGuideType::SetProgPast | ( | int | ppast | ) |
| void UIGuideType::drawBackground | ( | QPainter * | dr, | |
| UIGTCon * | data | |||
| ) | [private] |
| void UIGuideType::drawBox | ( | QPainter * | dr, | |
| UIGTCon * | data, | |||
| const QColor & | color | |||
| ) | [private] |
| void UIGuideType::drawText | ( | QPainter * | dr, | |
| UIGTCon * | data | |||
| ) | [private] |
| void UIGuideType::drawRecType | ( | QPainter * | dr, | |
| UIGTCon * | data | |||
| ) | [private] |
| void UIGuideType::drawCurrent | ( | QPainter * | dr, | |
| UIGTCon * | data | |||
| ) | [private] |
QPtrList<UIGTCon>* UIGuideType::allData [private] |
Definition at line 310 of file uitypes.h.
Referenced by Draw(), ResetData(), ResetRow(), SetProgramInfo(), UIGuideType(), and ~UIGuideType().
UIGTCon UIGuideType::selectedItem [private] |
QPixmap UIGuideType::recImages[15] [private] |
QPixmap UIGuideType::arrowImages[15] [private] |
int UIGuideType::maxRows [private] |
int UIGuideType::numRows [private] |
MythDialog* UIGuideType::window [private] |
Definition at line 319 of file uitypes.h.
Referenced by drawBackground(), drawBox(), and UIGuideType().
QRect UIGuideType::area [private] |
Definition at line 320 of file uitypes.h.
Referenced by drawBackground(), drawBox(), drawCurrent(), drawRecType(), drawText(), and SetProgPast().
QPoint UIGuideType::textoffset [private] |
QPoint UIGuideType::screenloc [private] |
int UIGuideType::justification [private] |
bool UIGuideType::multilineText [private] |
fontProp* UIGuideType::font [private] |
QColor UIGuideType::solidcolor [private] |
QColor UIGuideType::selcolor [private] |
int UIGuideType::seltype [private] |
QColor UIGuideType::reccolor [private] |
QColor UIGuideType::concolor [private] |
int UIGuideType::filltype [private] |
Definition at line 335 of file uitypes.h.
Referenced by drawBackground(), drawBox(), and UIGuideType().
bool UIGuideType::cutdown [private] |
bool UIGuideType::drawCategoryColors [private] |
Definition at line 337 of file uitypes.h.
Referenced by drawBackground(), SetProgramInfo(), and UIGuideType().
bool UIGuideType::drawCategoryText [private] |
QMap<QString, QColor> UIGuideType::categoryColors [private] |
AlphaBlender UIGuideType::alphaBlender [private] |
Definition at line 341 of file uitypes.h.
Referenced by drawBackground(), drawBox(), and UIGuideType().
int UIGuideType::prog_past_col [private] |
Definition at line 343 of file uitypes.h.
Referenced by drawBackground(), SetProgPast(), and UIGuideType().
1.5.5