Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

OmgTip Class Reference

#include <omgtip.h>

Collaboration diagram for OmgTip:

Collaboration graph
[legend]
List of all members.

Detailed Description

An OmgTip represents a tip generated by the OmgTipFactory factory class to serve up tips to the user. Tips can be generic, in which case they make no mention of gui dialogs etc, or gui-secific in which case they may allude to features of the graphical user interface.

See also:
also OmgTipOfTheDay, OmgTipFactory

Definition at line 36 of file omgtip.h.

Public Member Functions

 OmgTip ()
 ~OmgTip ()
QString title ()
QString content ()
void setTitle (QString theTitle)
void setContent (QString theContent)

Private Attributes

QString mTitle
QString mContent


Constructor & Destructor Documentation

OmgTip::OmgTip  )  [inline]
 

Constructor

Definition at line 40 of file omgtip.h.

OmgTip::~OmgTip  )  [inline]
 

Destructor

Definition at line 42 of file omgtip.h.


Member Function Documentation

QString OmgTip::content  )  [inline]
 

Get the tip content

Definition at line 49 of file omgtip.h.

Referenced by OmgTipTest::createAndTest(), and OmgMainWindow::showHelp().

void OmgTip::setContent QString  theContent  )  [inline]
 

Set the tip content

Definition at line 57 of file omgtip.h.

Referenced by OmgTipTest::createAndTest(), and OmgTipFactory::OmgTipFactory().

void OmgTip::setTitle QString  theTitle  )  [inline]
 

Set the tip title

Definition at line 55 of file omgtip.h.

Referenced by OmgTipTest::createAndTest(), and OmgTipFactory::OmgTipFactory().

QString OmgTip::title  )  [inline]
 

Get the tip title

Definition at line 47 of file omgtip.h.

Referenced by OmgTipTest::createAndTest(), and OmgMainWindow::showHelp().


Member Data Documentation

QString OmgTip::mContent [private]
 

Definition at line 60 of file omgtip.h.

QString OmgTip::mTitle [private]
 

Definition at line 57 of file omgtip.h.


The documentation for this class was generated from the following file:
Generated on Mon Apr 28 15:14:08 2008 for openModellerDesktop by  doxygen 1.4.1-20050210