Planeshift
|
#include <pawstree.h>
Public Member Functions | |
virtual void | Decorate ()=0 |
virtual bool | OnMouseDown (int button, int modifiers, int x, int y)=0 |
virtual | ~pawsITreeDecorator () |
Definition at line 374 of file pawstree.h.
virtual pawsITreeDecorator::~pawsITreeDecorator | ( | ) | [inline, virtual] |
Definition at line 377 of file pawstree.h.
virtual void pawsITreeDecorator::Decorate | ( | ) | [pure virtual] |
Implemented in pawsStdTreeDecorator.
virtual bool pawsITreeDecorator::OnMouseDown | ( | int | button, |
int | modifiers, | ||
int | x, | ||
int | y | ||
) | [pure virtual] |
Implemented in pawsStdTreeDecorator.