UICheckBoxType Class Reference

#include <uitypes.h>

Inheritance diagram for UICheckBoxType:

UIType

List of all members.


Detailed Description

Definition at line 1251 of file uitypes.h.


Public Slots

void push ()
void setState (bool checked_or_not)
void toggle ()
void activate ()

Signals

void pushed (bool state)

Public Member Functions

 UICheckBoxType (const QString &name, QPixmap checkedp, QPixmap uncheckedp, QPixmap checked_highp, QPixmap unchecked_highp)
void Draw (QPainter *, int drawlayer, int context)
void setPosition (QPoint pos)
void calculateScreenArea ()
bool getState ()

Private Attributes

QPoint m_displaypos
QPixmap checked_pixmap
QPixmap unchecked_pixmap
QPixmap checked_pixmap_high
QPixmap unchecked_pixmap_high
bool checked
QString label

Constructor & Destructor Documentation

UICheckBoxType::UICheckBoxType ( const QString &  name,
QPixmap  checkedp,
QPixmap  uncheckedp,
QPixmap  checked_highp,
QPixmap  unchecked_highp 
)

Definition at line 5040 of file uitypes.cpp.


Member Function Documentation

void UICheckBoxType::Draw ( QPainter *  p,
int  drawlayer,
int  context 
) [virtual]

Reimplemented from UIType.

Definition at line 5054 of file uitypes.cpp.

void UICheckBoxType::setPosition ( QPoint  pos  )  [inline]

Definition at line 1268 of file uitypes.h.

Referenced by XMLParse::parseCheckBox().

void UICheckBoxType::calculateScreenArea ( void   )  [virtual]

Reimplemented from UIType.

Definition at line 5096 of file uitypes.cpp.

Referenced by XMLParse::parseCheckBox().

bool UICheckBoxType::getState (  )  [inline]

void UICheckBoxType::push (  )  [slot]

Definition at line 5138 of file uitypes.cpp.

Referenced by GlobalSetup::keyPressEvent().

void UICheckBoxType::setState ( bool  checked_or_not  )  [slot]

void UICheckBoxType::toggle (  )  [inline, slot]

Definition at line 1276 of file uitypes.h.

void UICheckBoxType::activate (  )  [inline, virtual, slot]

Reimplemented from UIType.

Definition at line 1277 of file uitypes.h.

void UICheckBoxType::pushed ( bool  state  )  [signal]

Referenced by push().


Member Data Documentation

QPoint UICheckBoxType::m_displaypos [private]

Definition at line 1285 of file uitypes.h.

Referenced by calculateScreenArea(), and Draw().

QPixmap UICheckBoxType::checked_pixmap [private]

Definition at line 1286 of file uitypes.h.

Referenced by calculateScreenArea(), Draw(), and UICheckBoxType().

Definition at line 1287 of file uitypes.h.

Referenced by calculateScreenArea(), Draw(), and UICheckBoxType().

Definition at line 1288 of file uitypes.h.

Referenced by calculateScreenArea(), Draw(), and UICheckBoxType().

Definition at line 1289 of file uitypes.h.

Referenced by calculateScreenArea(), Draw(), and UICheckBoxType().

Definition at line 1290 of file uitypes.h.

Referenced by Draw(), push(), setState(), and UICheckBoxType().

QString UICheckBoxType::label [private]

Definition at line 1291 of file uitypes.h.

Referenced by UICheckBoxType().


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

Generated on Sat Dec 18 05:16:12 2010 for MythTV by  doxygen 1.5.5