MMSWindowAction Class Reference

#include <mmswindowaction.h>

Inheritance diagram for MMSWindowAction:

List of all members.


Public Member Functions

 MMSWindowAction (class MMSWindow *destination)
virtual ~MMSWindowAction ()
void threadMain ()
 Virtual main method for the thread.
void setAction (MMSWACTION action)
MMSWACTION getAction ()
void cancelCleanup ()
void onCancelBroadcast (int windowtype)

Static Public Attributes

static sigc::signal< void, int > cancelBroadcast

Private Attributes

class MMSWindowwindow
MMSIdFactory idFactory
int id
 id of the thread, valid for the running state
MMSWACTION action
bool stopaction

Detailed Description

Definition at line 46 of file mmswindowaction.h.


Constructor & Destructor Documentation

MMSWindowAction::MMSWindowAction ( class MMSWindow destination  ) 

Definition at line 35 of file mmswindowaction.cpp.

MMSWindowAction::~MMSWindowAction (  )  [virtual]

Definition at line 43 of file mmswindowaction.cpp.


Member Function Documentation

void MMSWindowAction::threadMain (  )  [virtual]

Virtual main method for the thread.

This virtual method is empty and have to be setup with code by a derived class. The MMSThread class is only the base class and cannot be constructed.

Implements MMSThread.

Definition at line 48 of file mmswindowaction.cpp.

void MMSWindowAction::setAction ( MMSWACTION  action  ) 

Definition at line 102 of file mmswindowaction.cpp.

MMSWACTION MMSWindowAction::getAction (  ) 

Definition at line 106 of file mmswindowaction.cpp.

void MMSWindowAction::cancelCleanup (  ) 

Definition at line 76 of file mmswindowaction.cpp.

void MMSWindowAction::onCancelBroadcast ( int  windowtype  ) 

Definition at line 80 of file mmswindowaction.cpp.


Member Data Documentation

Definition at line 49 of file mmswindowaction.h.

Definition at line 50 of file mmswindowaction.h.

int MMSWindowAction::id [private]

id of the thread, valid for the running state

Reimplemented from MMSThread.

Definition at line 51 of file mmswindowaction.h.

Definition at line 52 of file mmswindowaction.h.

Definition at line 53 of file mmswindowaction.h.

sigc::signal< void, int > MMSWindowAction::cancelBroadcast [static]

Definition at line 67 of file mmswindowaction.h.


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