#include <ShortDisplayOutputLanguage.h>
Inherits Language.
Inheritance diagram for ShortDisplayOutputLanguage:


Public Slots | |
| void | Show (QImage *pMessage) |
| Slot TODO doit disparaitre. | |
| void | Show (QVariant *pMessage) |
| Slot. | |
| void | Show (QVariant pMessage) |
| Slot. | |
| void | Hide () |
| Slot. | |
Signals | |
| void | IsShown (QImage *pMessage) |
| emitted when outcoming value processed by the language changed. | |
| void | IsShown (QVariant *pMessage) |
| emitted when outcoming value processed by the language changed. | |
Public Member Functions | |
| ShortDisplayOutputLanguage () | |
| Constructor. | |
| ShortDisplayOutputLanguage (char *pName, int pInterval, QVariant::Type pType) | |
| Constructor. | |
| ~ShortDisplayOutputLanguage () | |
| Destructor. | |
| QImage * | GetMessage () const |
| Getter TODO doit disparaitre. | |
| QVariant * | Get_Message () const |
| Getter TODO remove '_' in method's mame. | |
| QVariant::Type | GetType () const |
| Returns the value of the type. | |
| int | GetInterval () const |
| Returns the value of the interval. | |
| void | SetType (QVariant::Type pType) |
| Sets the value of the type. | |
| void | SetInterval (int) |
| Sets the value of the interval. | |
This class provides a output language for displaying a picture in a window during a certain time.
| ShortDisplayOutputLanguage::ShortDisplayOutputLanguage | ( | ) |
Constructor.
TODO doit disparaitre
| ShortDisplayOutputLanguage::ShortDisplayOutputLanguage | ( | char * | pName, | |
| int | pInterval, | |||
| QVariant::Type | pType | |||
| ) |
Constructor.
TODO doit disparaitre
| void ShortDisplayOutputLanguage::IsShown | ( | QImage * | pMessage | ) | [signal] |
emitted when outcoming value processed by the language changed.
| pMessage | pointer to new value |
| void ShortDisplayOutputLanguage::IsShown | ( | QVariant * | pMessage | ) | [signal] |
emitted when outcoming value processed by the language changed.
| pMessage | pointer to new value |
1.5.2