|
bpp-phyl3 3.0.0
|
Event class used by TreeDrawing classes. More...
#include <Bpp/Phyl/Graphics/TreeDrawing.h>
Inheritance diagram for bpp::DrawBranchEvent:
Collaboration diagram for bpp::DrawBranchEvent:Public Member Functions | |
| DrawBranchEvent (const TreeDrawing *source, GraphicDevice *gd, int nodeId, const Cursor &cursor) | |
| DrawBranchEvent (const DrawBranchEvent &dne) | |
| DrawBranchEvent & | operator= (const DrawBranchEvent &dne) |
| virtual | ~DrawBranchEvent () |
| virtual const TreeDrawing * | getTreeDrawing () const |
| virtual GraphicDevice * | getGraphicDevice () const |
| virtual int | getNodeId () const |
| virtual const Cursor & | getCursor () const |
| virtual Cursor | getBranchCursor (double position) const =0 |
Private Attributes | |
| const TreeDrawing * | td_ |
| GraphicDevice * | gd_ |
| int | id_ |
| Cursor | cursor_ |
Event class used by TreeDrawing classes.
Definition at line 127 of file TreeDrawing.h.
|
inline |
Definition at line 136 of file TreeDrawing.h.
|
inline |
Definition at line 140 of file TreeDrawing.h.
|
inlinevirtual |
Definition at line 153 of file TreeDrawing.h.
|
pure virtual |
| position | The position of the point on the branch, as a proportion of the total branch length. |
Implemented in bpp::CladogramDrawBranchEvent, and bpp::PhylogramDrawBranchEvent.
|
inlinevirtual |
Definition at line 159 of file TreeDrawing.h.
References cursor_.
Referenced by bpp::CladogramDrawBranchEvent::getBranchCursor(), and bpp::PhylogramDrawBranchEvent::getBranchCursor().
|
inlinevirtual |
Definition at line 157 of file TreeDrawing.h.
References gd_.
|
inlinevirtual |
Definition at line 158 of file TreeDrawing.h.
References id_.
Referenced by bpp::BranchLengthsTreeDrawingListener::afterDrawBranch(), and bpp::BootstrapValuesTreeDrawingListener::afterDrawBranch().
|
inlinevirtual |
Definition at line 156 of file TreeDrawing.h.
References td_.
Referenced by bpp::PhylogramDrawBranchEvent::getBranchCursor().
|
inline |
Definition at line 144 of file TreeDrawing.h.
References cursor_, gd_, id_, and td_.
Referenced by bpp::DrawIBranchEvent::operator=().
|
private |
Definition at line 133 of file TreeDrawing.h.
Referenced by getCursor(), and operator=().
|
private |
Definition at line 131 of file TreeDrawing.h.
Referenced by getGraphicDevice(), and operator=().
|
private |
Definition at line 132 of file TreeDrawing.h.
Referenced by getNodeId(), and operator=().
|
private |
Definition at line 130 of file TreeDrawing.h.
Referenced by getTreeDrawing(), and operator=().