Planeshift
|
#include <pawstree.h>
Public Member Functions | |
virtual void | GetTreeSize (int &width, int &height)=0 |
virtual void | SetHorizScroll (int horizScroll)=0 |
virtual void | SetLayout ()=0 |
virtual void | SetVertScroll (int vertScroll)=0 |
virtual | ~pawsITreeLayout () |
Definition at line 326 of file pawstree.h.
virtual pawsITreeLayout::~pawsITreeLayout | ( | ) | [inline, virtual] |
Definition at line 334 of file pawstree.h.
Implemented in pawsStdTreeLayout.
virtual void pawsITreeLayout::SetHorizScroll | ( | int | horizScroll | ) | [pure virtual] |
Implemented in pawsStdTreeLayout.
virtual void pawsITreeLayout::SetLayout | ( | ) | [pure virtual] |
Implemented in pawsStdTreeLayout.
virtual void pawsITreeLayout::SetVertScroll | ( | int | vertScroll | ) | [pure virtual] |
Implemented in pawsStdTreeLayout.