bpp-phyl3
3.0.0
|
Event class used by TreeDrawing classes. More...
#include <Bpp/Phyl/Graphics/TreeDrawing.h>
Public Member Functions | |
DrawNodeEvent (const TreeDrawing *source, GraphicDevice *gd, int nodeId, const Cursor &cursor) | |
DrawNodeEvent (const DrawNodeEvent &dne) | |
DrawNodeEvent & | operator= (const DrawNodeEvent &dne) |
virtual | ~DrawNodeEvent () |
virtual const TreeDrawing * | getTreeDrawing () const |
virtual GraphicDevice * | getGraphicDevice () const |
virtual int | getNodeId () const |
virtual const Cursor & | getCursor () const |
Private Attributes | |
const TreeDrawing * | td_ |
GraphicDevice * | gd_ |
int | id_ |
Cursor | cursor_ |
Event class used by TreeDrawing classes.
Definition at line 87 of file TreeDrawing.h.
|
inline |
Definition at line 96 of file TreeDrawing.h.
|
inline |
Definition at line 100 of file TreeDrawing.h.
|
inlinevirtual |
Definition at line 113 of file TreeDrawing.h.
|
inlinevirtual |
Definition at line 119 of file TreeDrawing.h.
References cursor_.
|
inlinevirtual |
Definition at line 117 of file TreeDrawing.h.
References gd_.
|
inlinevirtual |
Definition at line 118 of file TreeDrawing.h.
References id_.
Referenced by bpp::NodesIdTreeDrawingListener::afterDrawNode(), bpp::LeafNamesTreeDrawingListener::afterDrawNode(), bpp::LabelInnerNodesTreeDrawingListener::afterDrawNode(), and bpp::LabelCollapsedNodesTreeDrawingListener::afterDrawNode().
|
inlinevirtual |
Definition at line 116 of file TreeDrawing.h.
References td_.
|
inline |
Definition at line 104 of file TreeDrawing.h.
References cursor_, gd_, id_, and td_.
Referenced by bpp::DrawINodeEvent::operator=().
|
private |
Definition at line 93 of file TreeDrawing.h.
Referenced by getCursor(), and operator=().
|
private |
Definition at line 91 of file TreeDrawing.h.
Referenced by getGraphicDevice(), and operator=().
|
private |
Definition at line 92 of file TreeDrawing.h.
Referenced by getNodeId(), and operator=().
|
private |
Definition at line 90 of file TreeDrawing.h.
Referenced by getTreeDrawing(), and operator=().