#include <window.h>
Inheritance diagram for Window:

Public Member Functions | |
| Window () | |
| ~Window () | |
| virtual void | Create () | 
| void | Create (double depth) | 
| Creation de l'aspect graphique.   | |
| void | ToString (MyString &str) | 
| Pour le debugage.   | |
| int | OnMouseWheel (StateMouse *mouse, int face) | 
| int | OnClose () | 
| int | OnOver (StateMouse *mouse, int face) | 
| int | OnLMRButton (StateMouse *, int) | 
Public Attributes | |
| DockPos | titleDock | 
| Ou est placé le titre: haut,bas, gauche, droit ?   | |
| Title | title | 
| Container | client | 
Definition at line 71 of file window.h.
      
  | 
  
| 
 
 Definition at line 29 of file window.cpp. References EventTitle::close, EventMouseButton::down, EventMouse::left, EventMouse::mid, EventControl::mouse, OnLMRButton(), Title::onTitle, EventMouse::right, titleDock, and top.  | 
  
      
  | 
  
| 
 
 Definition at line 45 of file window.cpp.  | 
  
      
  | 
  
| 
 Creation de l'aspect graphique. Ex.: Definition at line 68 of file window.cpp. References Primitive::AddBox(), bottom, ce, client, Container::Create(), Title::Create(), MyTreeNode< T >::elem, FACE_FRONT, Control::faceNode, Primitive::GoTo(), ControlEngine::Pop(), ControlEngine::primitive, ControlEngine::Push(), Control::SetParent(), titleDock, and top.  | 
  
      
  | 
  
| 
 
 Reimplemented from Control. Reimplemented in Tutorial, Calculator, MsgBox, and TaskWindow. Definition at line 80 of file window.h. References DEFAULT_DEPTH_WINDOW. Referenced by Tutorial::ApplicationDemo::ApplicationDemo(), Tutorial::BaseDemo::BaseDemo(), TaskWindow::Create(), MsgBox::Create(), Calculator::Create(), Tutorial::Create(), Tutorial::LayoutDemo::LayoutDemo(), and Tutorial::WindowDemo::WindowDemo().  | 
  
      
  | 
  
| 
 
 Reimplemented in MsgBox. Definition at line 138 of file window.cpp. References Debug0Param, and Control::Delete(). Referenced by MsgBox::OnClose(), and Calculator::OnOk().  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 145 of file window.cpp. References DebugMouse2, and Title::GotFocus(). Referenced by Window().  | 
  
      
  | 
  ||||||||||||
| 
 
 Reimplemented from Control.  | 
  
      
  | 
  ||||||||||||
| 
 
  | 
  
      
  | 
  
| 
 Pour le debugage. 
 Reimplemented from Control. Definition at line 152 of file window.cpp. References MyString::AddFormat().  | 
  
      
  | 
  
| 
 
 Definition at line 76 of file window.h. Referenced by Tutorial::ApplicationDemo::ApplicationDemo(), Tutorial::BaseDemo::BaseDemo(), Create(), Tutorial::LayoutDemo::LayoutDemo(), Tutorial::BaseDemo::OnWinMove(), Tutorial::BaseDemo::OnWinOut(), and Tutorial::WindowDemo::WindowDemo().  | 
  
      
  | 
  
      
  | 
  
| 
 Ou est placé le titre: haut,bas, gauche, droit ? 
 Definition at line 74 of file window.h. Referenced by Create(), Window(), and Tutorial::WindowDemo::WindowDemo().  | 
  
 
1.3.6