Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | Protected Attributes
MAKLogger::DtLgrAppGui Class Reference

The specific interface for interacting with the default logger GUI. More...

+ Inheritance diagram for MAKLogger::DtLgrAppGui:
+ Collaboration diagram for MAKLogger::DtLgrAppGui:

List of all members.

Public Member Functions

virtual ~DtLgrAppGui ()
 DTOR.
virtual void launchHelp (const char *helpFile)
 Show the help file.
virtual void setTranslations (const char *translationFile)
 Set the translation file.
virtual void setProtocol (const char *protocol)
 Set the protocol information.
virtual void run ()
 Start the gui running.
virtual void stop ()
 Stop the gui running.
DtLgrGuiModelmodel ()
 Get the Application Gui object.
DtLgrMainWindowmainWindow ()
 Get the Main Window object.
QObjecteventHandler ()
 Get the event handler object.
virtual void postEvent (DtLgrAppGuiEvent *event)
 Posts an lgrAppGuiEvent to the mainWindow.
virtual const DtString & languageSelection () const
 Get access to the language to be used.
virtual const DtLgrFullInterfacefullInterface () const
 Get a full interface for the gui.

Static Public Member Functions

static DtLgrAppGuigetQtGui (DtLoggerApplication &)

Protected Types

typedef std::list
< DtLgrAppGuiEvent * > 
EventList

Protected Member Functions

void addDefaultComponents ()

Static Protected Member Functions

static void messageOutput (QtMsgType type, const char *msg)

Protected Attributes

DtLgrGuiModelmyModel
DtLgrMainWindowmyMainWindow
DtLgrSlotsmySlots
DtLoggerApplicationmyLoggerApp
DtString myLanguageSelection
DtString myProtocol
bool myRunningFlag
EventList myQueuedEvents

Detailed Description

The specific interface for interacting with the default logger GUI.


Member Function Documentation

virtual void MAKLogger::DtLgrAppGui::postEvent ( DtLgrAppGuiEvent event) [virtual]

Posts an lgrAppGuiEvent to the mainWindow.

If the application has not been run, the events will be queued until run() is called.


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

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)