#include <Hibernation_Interface.h>
Inheritance diagram for Hibernation_Interface:

Public Member Functions | |
| Hibernation_Interface (void *pFriend, String InterfaceFile) | |
| Construction. | |
| virtual | ~Hibernation_Interface () |
| Destruction. | |
| void | swapFlash () |
| Gere un signal de cligotement pour certains textes. | |
Protected Member Functions | |
| void | showDynamicText (CEGUI::StaticText *pText, String Order) |
| On affiche le texte demandé (soit directement, soit via une fonction). | |
| void | showDynamicImage (CEGUI::StaticImage *pImage, String Order) |
| On affiche l'image demandée (soit directement, soit via une fonction). | |
| void | showDynamicListbox (CEGUI::Listbox *pListbox, String Order) |
| void | showDynamicPushButton (CEGUI::PushButton *pPushButton, String Order) |
| void | showDynamicProgressBar (CEGUI::ProgressBar *pProgressBar, String Order) |
| Gestion des ProgressBar de la GUI. | |
| void | showScrollingImage (CEGUI::ScrollablePane *pPane, int scroll) |
| On fait scroller l'image demandée. | |
| void | executeOrder (String Order) |
| Executer l'instruction "call=" recus de l'interface GUI. | |
Protected Attributes | |
| void * | mHibernation |
| Real | mFlash |
| bool | mFlash_fast |
| bool | mFlash_slow |
| int | mDurationValue |
| String | mScanType |
| Real | mDurationAdjustValue |
|
||||||||||||
|
Construction.
|
|
|
Destruction.
|
|
|
Executer l'instruction "call=" recus de l'interface GUI.
Implements Interface. |
|
||||||||||||
|
On affiche l'image demandée (soit directement, soit via une fonction).
Implements Interface. |
|
||||||||||||
|
Implements Interface. |
|
||||||||||||
|
Gestion des ProgressBar de la GUI.
Implements Interface. |
|
||||||||||||
|
Implements Interface. |
|
||||||||||||
|
On affiche le texte demandé (soit directement, soit via une fonction).
Implements Interface. |
|
||||||||||||
|
On fait scroller l'image demandée.
|
|
|
Gere un signal de cligotement pour certains textes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6-NO