bpp-phyl3
3.0.0
|
Event class used by TreeDrawing classes. More...
#include <Bpp/Phyl/Graphics/TreeDrawing.h>
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 126 of file TreeDrawing.h.
|
inline |
Definition at line 135 of file TreeDrawing.h.
|
inline |
Definition at line 139 of file TreeDrawing.h.
|
inlinevirtual |
Definition at line 152 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::PhylogramDrawBranchEvent, and bpp::CladogramDrawBranchEvent.
|
inlinevirtual |
Definition at line 158 of file TreeDrawing.h.
References cursor_.
Referenced by bpp::CladogramDrawBranchEvent::getBranchCursor(), and bpp::PhylogramDrawBranchEvent::getBranchCursor().
|
inlinevirtual |
Definition at line 156 of file TreeDrawing.h.
References gd_.
|
inlinevirtual |
Definition at line 157 of file TreeDrawing.h.
References id_.
Referenced by bpp::BranchLengthsTreeDrawingListener::afterDrawBranch(), and bpp::BootstrapValuesTreeDrawingListener::afterDrawBranch().
|
inlinevirtual |
Definition at line 155 of file TreeDrawing.h.
References td_.
Referenced by bpp::PhylogramDrawBranchEvent::getBranchCursor().
|
inline |
Definition at line 143 of file TreeDrawing.h.
References cursor_, gd_, id_, and td_.
Referenced by bpp::DrawIBranchEvent::operator=().
|
private |
Definition at line 132 of file TreeDrawing.h.
Referenced by getCursor(), and operator=().
|
private |
Definition at line 130 of file TreeDrawing.h.
Referenced by getGraphicDevice(), and operator=().
|
private |
Definition at line 131 of file TreeDrawing.h.
Referenced by getNodeId(), and operator=().
|
private |
Definition at line 129 of file TreeDrawing.h.
Referenced by getTreeDrawing(), and operator=().