bpp-qt  2.1.0
bpp::TreeStatisticsBox Class Reference

Panel that display a few statistics on a tree. More...

#include <Bpp/Qt/Tree/TreeStatisticsBox.h>

+ Collaboration diagram for bpp::TreeStatisticsBox:

List of all members.

Public Member Functions

 TreeStatisticsBox (QWidget *parent=0)
virtual ~TreeStatisticsBox ()
virtual void updateTree (const Tree &tree)

Protected Attributes

PhyloStatistics stats_
QLabel leavesNumber_
QLabel ancestorsNumber_
QLabel maxFurcation_
QLabel depth_
QLabel height_

Detailed Description

Panel that display a few statistics on a tree.

Definition at line 58 of file TreeStatisticsBox.h.


Constructor & Destructor Documentation

TreeStatisticsBox::TreeStatisticsBox ( QWidget *  parent = 0)

Definition at line 50 of file TreeStatisticsBox.cpp.

References ancestorsNumber_, depth_, height_, leavesNumber_, and maxFurcation_.

virtual bpp::TreeStatisticsBox::~TreeStatisticsBox ( ) [inline, virtual]

Definition at line 73 of file TreeStatisticsBox.h.


Member Function Documentation


Member Data Documentation

Definition at line 66 of file TreeStatisticsBox.h.

Referenced by TreeStatisticsBox(), and updateTree().

QLabel bpp::TreeStatisticsBox::depth_ [protected]

Definition at line 68 of file TreeStatisticsBox.h.

Referenced by TreeStatisticsBox(), and updateTree().

QLabel bpp::TreeStatisticsBox::height_ [protected]

Definition at line 69 of file TreeStatisticsBox.h.

Referenced by TreeStatisticsBox(), and updateTree().

Definition at line 65 of file TreeStatisticsBox.h.

Referenced by TreeStatisticsBox(), and updateTree().

Definition at line 67 of file TreeStatisticsBox.h.

Referenced by TreeStatisticsBox(), and updateTree().

Definition at line 64 of file TreeStatisticsBox.h.

Referenced by updateTree().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Friends