Planeshift
pawsITreeDecorator Class Referenceabstract

#include <pawstree.h>

Public Member Functions

virtual void Decorate ()=0
 
virtual bool OnMouseDown (int button, int modifiers, int x, int y)=0
 
virtual ~pawsITreeDecorator ()
 

Detailed Description

Definition at line 374 of file pawstree.h.

Constructor & Destructor Documentation

virtual pawsITreeDecorator::~pawsITreeDecorator ( )
inlinevirtual

Definition at line 377 of file pawstree.h.

Member Function Documentation

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.


The documentation for this class was generated from the following file: