#include <treeView.h>
Inheritance diagram for TreeView:

Public Member Functions | |
| TreeView () | |
| void | Create () | 
| void | Draw () | 
| TreeNode * | FindOnData (int idControl) | 
| Trouve le noeud data qui est utilisé dans un control donnée.   | |
| void | GetTreePath (TreeNode *treeNode, MyString &result, BOOL isFirst=TRUE) | 
| void | ConfigFacesPlus (Control *control, BOOL isCollaps) | 
| int | OnNextFrame (Timer *timer) | 
| int | OnClick () | 
Public Attributes | |
| MyTree< TreeViewItem > | data | 
| EventTreeView | onTreeView | 
Definition at line 59 of file treeView.h.
      
  | 
  
| 
 
 Definition at line 26 of file treeView.cpp.  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 169 of file treeView.cpp. References ce, MyTreeNode< T >::childs, Control::faceNode, MyListIterator< T >::GetElem(), Textures::minus, MyListIterator< T >::More(), Textures::plus, ControlEngine::texture, and Face::texture.  | 
  
      
  | 
  
| 
 
 Reimplemented from Control. Definition at line 31 of file treeView.cpp. References Primitive::AddBox(), ce, and ControlEngine::primitive. Referenced by Tutorial::ApplicationDemo::ApplicationDemo().  | 
  
      
  | 
  
| 
 
 Definition at line 36 of file treeView.cpp. References ce, Primitive::ComputeLayout(), data, MyTreeNode< T >::elem, FACE_FRONT, Primitive::GoTo(), ControlEngine::Pop(), ControlEngine::primitive, and ControlEngine::Push(). Referenced by Tutorial::ApplicationDemo::ApplicationDemo(), and OnNextFrame().  | 
  
      
  | 
  
| 
 Trouve le noeud data qui est utilisé dans un control donnée. 
 Definition at line 102 of file treeView.cpp.  | 
  
      
  | 
  ||||||||||||||||
| 
 
 Definition at line 148 of file treeView.cpp. References MyTreeNode< TreeViewItem >::elem, MyTreeNode< TreeViewItem >::parent, TreeViewItem::text, and TreeNode. Referenced by TreeDirectory::OnClickDirectory(), Tutorial::ApplicationDemo::OnSelectBkg(), and Tutorial::ApplicationDemo::OnSelectExplorer().  | 
  
      
  | 
  
| 
 
 Definition at line 121 of file treeView.cpp. References ce, Picking::controlHover, and ControlEngine::pickingCursor.  | 
  
      
  | 
  
| 
 
 Definition at line 160 of file treeView.cpp. References ce, Control::DeleteSub(), Draw(), Timer::onTimer, ControlEngine::pickingCursor, and Picking::ResetCurrent().  | 
  
      
  | 
  
| 
 
 Definition at line 70 of file treeView.h.  | 
  
      
  | 
  
| 
 
 Definition at line 71 of file treeView.h. Referenced by Tutorial::ApplicationDemo::ApplicationDemo().  | 
  
 
1.3.6