MythTV  0.26-pre
Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | Friends
ScannerEvent Class Reference

#include <scanmonitor.h>

List of all members.

Public Member Functions

 ScannerEvent (QEvent::Type t)
QString strValue () const
void strValue (const QString &_str)
int intValue () const
void intValue (int _intvalue)
ConfigurableConfigurableValue () const
void ConfigurableValue (Configurable *_cfg_ptr)

Static Public Attributes

static Type ScanComplete
static Type ScanShutdown
static Type AppendTextToLog
static Type SetStatusText
static Type SetStatusTitleText
static Type SetPercentComplete
static Type SetStatusRotorPosition
static Type SetStatusSignalToNoise
static Type SetStatusSignalStrength
static Type SetStatusSignalLock
static Type SetStatusChannelTuned

Private Member Functions

 ~ScannerEvent ()

Private Attributes

QString str
int intvalue
Configurablecfg_ptr

Friends

class QObject

Detailed Description

Definition at line 85 of file scanmonitor.h.


Constructor & Destructor Documentation

ScannerEvent::ScannerEvent ( QEvent::Type  t) [inline]

Definition at line 91 of file scanmonitor.h.

ScannerEvent::~ScannerEvent ( ) [inline, private]

Definition at line 117 of file scanmonitor.h.


Member Function Documentation

QString ScannerEvent::strValue ( ) const [inline]
void ScannerEvent::strValue ( const QString &  _str) [inline]

Definition at line 95 of file scanmonitor.h.

int ScannerEvent::intValue ( void  ) const [inline]
void ScannerEvent::intValue ( int  _intvalue) [inline]

Definition at line 98 of file scanmonitor.h.

Definition at line 100 of file scanmonitor.h.

Referenced by ChannelScannerGUI::HandleEvent(), and post_event().

Definition at line 101 of file scanmonitor.h.


Friends And Related Function Documentation

friend class QObject [friend]

Definition at line 87 of file scanmonitor.h.


Member Data Documentation

QEvent::Type ScannerEvent::ScanComplete [static]
Initial value:
    (QEvent::Type) QEvent::registerEventType()

Definition at line 104 of file scanmonitor.h.

Referenced by ChannelScannerGUI::HandleEvent(), ChannelScannerCLI::InformUser(), and ScanMonitor::ScanComplete().

QEvent::Type ScannerEvent::ScanShutdown [static]
Initial value:
    (QEvent::Type) QEvent::registerEventType()

Definition at line 105 of file scanmonitor.h.

Referenced by ChannelScannerCLI::HandleEvent(), ChannelScannerGUI::HandleEvent(), ChannelScannerGUI::quitScanning(), and ChannelScannerGUI::~ChannelScannerGUI().

QEvent::Type ScannerEvent::AppendTextToLog [static]
Initial value:
    (QEvent::Type) QEvent::registerEventType()

Definition at line 106 of file scanmonitor.h.

Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().

QEvent::Type ScannerEvent::SetStatusText [static]
Initial value:
    (QEvent::Type) QEvent::registerEventType()

Definition at line 107 of file scanmonitor.h.

Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().

QEvent::Type ScannerEvent::SetStatusTitleText [static]
Initial value:
    (QEvent::Type) QEvent::registerEventType()

Definition at line 108 of file scanmonitor.h.

Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().

QEvent::Type ScannerEvent::SetPercentComplete [static]
Initial value:
    (QEvent::Type) QEvent::registerEventType()

Definition at line 109 of file scanmonitor.h.

Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().

QEvent::Type ScannerEvent::SetStatusRotorPosition [static]
Initial value:
    (QEvent::Type) QEvent::registerEventType()

Definition at line 110 of file scanmonitor.h.

Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().

QEvent::Type ScannerEvent::SetStatusSignalToNoise [static]
Initial value:
    (QEvent::Type) QEvent::registerEventType()

Definition at line 111 of file scanmonitor.h.

Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().

Initial value:
    (QEvent::Type) QEvent::registerEventType()

Definition at line 112 of file scanmonitor.h.

Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().

QEvent::Type ScannerEvent::SetStatusSignalLock [static]
Initial value:
    (QEvent::Type) QEvent::registerEventType()

Definition at line 113 of file scanmonitor.h.

Referenced by ChannelScannerCLI::HandleEvent(), and ChannelScannerGUI::HandleEvent().

QEvent::Type ScannerEvent::SetStatusChannelTuned [static]
Initial value:
    (QEvent::Type) QEvent::registerEventType()

Definition at line 114 of file scanmonitor.h.

QString ScannerEvent::str [private]

Definition at line 120 of file scanmonitor.h.

Referenced by strValue().

Definition at line 121 of file scanmonitor.h.

Referenced by intValue().

Definition at line 122 of file scanmonitor.h.

Referenced by ConfigurableValue().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends