#include <msgBox.h>
Inheritance diagram for MsgBox:
Public Member Functions | |
MsgBox () | |
~MsgBox () | |
virtual void | Create () |
int | OnClose () |
int | OnButtonOk () |
bouton Ok de la zone client clicker | |
Public Attributes | |
Button | btnOk |
Button | btnCancel |
TextBox | txtInfo |
TextBox | txtHelp |
TextBox | txtTranche |
BOOL | useCancel |
Composé d'une zone de text et de boutton "Ok" et "Cancel"
Definition at line 33 of file msgBox.h.
|
Definition at line 33 of file msgBox.cpp. References btnCancel, Title::btnClose, btnOk, EventButton::click, TextBox::isReadOnly, Control::name, Button::onButton, OnButtonOk(), OnClose(), txtHelp, txtInfo, txtTranche, useCancel, Title::useMax, and Title::useMin. |
|
Definition at line 60 of file msgBox.cpp. |
|
Reimplemented from Window. Definition at line 64 of file msgBox.cpp. References btnCancel, btnOk, ce, TextBox::Create(), Button::Create(), Window::Create(), MyTreeNode< T >::elem, FACE_BACK, FACE_FRONT, FACE_LEFT, Control::faceNode, FaceNode, Primitive::GoTo(), Primitive::GoToParent(), BasicText3D::material, ControlEngine::Pop(), ControlEngine::primitive, ControlEngine::Push(), BasicText3D::scale, Material::SetDS(), Control::Size(), TextBox::text, txtHelp, txtInfo, txtTranche, useCancel, Control::XDockCenter(), Control::YDockCenter(), and Control::YDockTop(). Referenced by Tutorial::BaseDemo::BaseDemo(), and Univers::ExitQuestion(). |
|
bouton Ok de la zone client clicker
Definition at line 119 of file msgBox.cpp. References Debug0Param, and OnClose(). Referenced by MsgBox(). |
|
Reimplemented from Window. Definition at line 127 of file msgBox.cpp. References Debug0Param, Control::Delete(), and Window::OnClose(). Referenced by MsgBox(), and OnButtonOk(). |
|
Definition at line 38 of file msgBox.h. Referenced by Create(), Univers::ExitQuestion(), and MsgBox(). |
|
Definition at line 37 of file msgBox.h. Referenced by Create(), Univers::ExitQuestion(), and MsgBox(). |
|
|
|
Definition at line 39 of file msgBox.h. Referenced by Tutorial::BaseDemo::BaseDemo(), Create(), Univers::ExitQuestion(), and MsgBox(). |
|
Definition at line 41 of file msgBox.h. Referenced by Tutorial::BaseDemo::BaseDemo(), Create(), and MsgBox(). |
|
|