|
bpp-phyl3 3.0.0
|
Event class used by TreeDrawing classes. More...
#include <Bpp/Phyl/Graphics/TreeDrawing.h>
Inheritance diagram for bpp::DrawNodeEvent:
Collaboration diagram for bpp::DrawNodeEvent: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 88 of file TreeDrawing.h.
|
inline |
Definition at line 97 of file TreeDrawing.h.
|
inline |
Definition at line 101 of file TreeDrawing.h.
|
inlinevirtual |
Definition at line 114 of file TreeDrawing.h.
|
inlinevirtual |
Definition at line 120 of file TreeDrawing.h.
References cursor_.
|
inlinevirtual |
Definition at line 118 of file TreeDrawing.h.
References gd_.
|
inlinevirtual |
Definition at line 119 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 117 of file TreeDrawing.h.
References td_.
|
inline |
Definition at line 105 of file TreeDrawing.h.
References cursor_, gd_, id_, and td_.
Referenced by bpp::DrawINodeEvent::operator=().
|
private |
Definition at line 94 of file TreeDrawing.h.
Referenced by getCursor(), and operator=().
|
private |
Definition at line 92 of file TreeDrawing.h.
Referenced by getGraphicDevice(), and operator=().
|
private |
Definition at line 93 of file TreeDrawing.h.
Referenced by getNodeId(), and operator=().
|
private |
Definition at line 91 of file TreeDrawing.h.
Referenced by getTreeDrawing(), and operator=().