Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

RotateDrawerCmd Class Reference

Inheritance diagram for RotateDrawerCmd:

Inheritance graph
[legend]
Collaboration diagram for RotateDrawerCmd:

Collaboration graph
[legend]
List of all members.

Public Methods

 RotateDrawerCmd (TreeView &atv)
void operator() ()

Constructor & Destructor Documentation

RotateDrawerCmd::RotateDrawerCmd TreeView   atv [inline]
 

01321       :
01322    rotate(atv), tv(atv)
01323    {}
   void operator()()


Member Function Documentation

void RotateDrawerCmd::operator()   [inline, virtual]
 

Implements Command.

01325    {
01326       rotate.visit(*tv.getDrawer());
01327       tv.draw_rect();
01328    }


The documentation for this class was generated from the following file:
Generated on Mon Apr 7 19:43:48 2003 for DuTree by doxygen1.2.18