#include <Computer_logs.h>
Inheritance diagram for Computer_Logs:

Public Member Functions | |
| Computer_Logs (String MeshFile, String DescriptionFile, SceneNode *ParentNode, SceneManager *SceneMgr) | |
| Construction. | |
| virtual | ~Computer_Logs () |
| Destruction. | |
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) |
| void | showDynamicListbox (CEGUI::Listbox *pListbox, String Order) |
| void | showDynamicPushButton (CEGUI::PushButton *pPushButton, String Order) |
| void | showDynamicProgressBar (CEGUI::ProgressBar *pProgressBar, String Order) |
| void | executeOrder (String Order) |
| Executer l'instruction "call=" recus de l'interface GUI. | |
| void | createInterface () |
| Polymorphe de la fonction de creation d'interface, avec en plus, l'apparition d'une fenetre de login. | |
| String | formatLogEntry (String LogEntry, String LogDate, CEGUI::StaticText *pText) |
| Affiche les informations pour un element de type "LogBook". | |
| void | refreshGUIWindow () |
| Rafraichit les textes de la fenetre GUI. | |
Protected Attributes | |
| String | mNewLogTitle |
| String | mNewLogText |
|
||||||||||||||||||||
|
Construction.
|
|
|
Destruction.
|
|
|
Polymorphe de la fonction de creation d'interface, avec en plus, l'apparition d'une fenetre de login.
Reimplemented from Interface. |
|
|
Executer l'instruction "call=" recus de l'interface GUI.
Implements Interface. |
|
||||||||||||||||
|
Affiche les informations pour un element de type "LogBook".
|
|
|
Rafraichit les textes de la fenetre GUI.
|
|
||||||||||||
|
Implements Interface. |
|
||||||||||||
|
Implements Interface. |
|
||||||||||||
|
Implements Interface. |
|
||||||||||||
|
Implements Interface. |
|
||||||||||||
|
On affiche le texte demandé (soit directement, soit via une fonction).
Implements Interface. |
|
|
|
|
|
|
1.4.6-NO