|
bpp-phyl
2.2.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 165 of file TreeDrawing.h.
|
inline |
Definition at line 174 of file TreeDrawing.h.
|
inline |
Definition at line 178 of file TreeDrawing.h.
|
inlinevirtual |
Definition at line 191 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 197 of file TreeDrawing.h.
References cursor_.
Referenced by bpp::PhylogramDrawBranchEvent::getBranchCursor(), and bpp::CladogramDrawBranchEvent::getBranchCursor().
|
inlinevirtual |
Definition at line 195 of file TreeDrawing.h.
References gd_.
|
inlinevirtual |
Definition at line 196 of file TreeDrawing.h.
References id_.
Referenced by bpp::BranchLengthsTreeDrawingListener::afterDrawBranch(), and bpp::BootstrapValuesTreeDrawingListener::afterDrawBranch().
|
inlinevirtual |
Definition at line 194 of file TreeDrawing.h.
References td_.
Referenced by bpp::PhylogramDrawBranchEvent::getBranchCursor().
|
inline |
Definition at line 182 of file TreeDrawing.h.
References cursor_, gd_, id_, and td_.
Referenced by bpp::DrawIBranchEvent::operator=().
|
private |
Definition at line 171 of file TreeDrawing.h.
Referenced by getCursor(), and operator=().
|
private |
Definition at line 169 of file TreeDrawing.h.
Referenced by getGraphicDevice(), and operator=().
|
private |
Definition at line 170 of file TreeDrawing.h.
Referenced by getNodeId(), and operator=().
|
private |
Definition at line 168 of file TreeDrawing.h.
Referenced by getTreeDrawing(), and operator=().