#include <GUITranslator.h>
Inheritance diagram for CGUITranslator:
Public Member Functions | |
CGUITranslator (CMailbox *pMailbox, QWidget *pWidget) | |
CGUITranslator. | |
~CGUITranslator (void) | |
~CGUITranslator | |
Protected Member Functions | |
void | Run () |
Run. | |
void | ProcessMessage (const CMessage *) |
ProcessMessage. |
Description: This class acts as an intermediary between the Caffeine Framework and the Client GUI written in Qt.
Limitations: NONE
|
CGUITranslator. Description: Class constructor
|
|
~CGUITranslator Description: Class deconstructor
|
|
ProcessMessage. Description: Processes an incoming message from the client to the GUI.
|
|
Run. Description: This function checks for messages through the mailbox and processes them.
Implements CGenericTask. |