| makVrf::DtPerformanceMonitorGraph::DtPerformanceMonitorGraph |
( |
makVrv::DtDe & |
de, |
|
|
QWidget * |
parent = 0, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
| virtual makVrf::DtPerformanceMonitorGraph::~DtPerformanceMonitorGraph |
( |
| ) |
|
|
overridevirtual |
| virtual void makVrf::DtPerformanceMonitorGraph::setBarHeight |
( |
double |
| ) |
|
|
virtual |
Height of all bars. Adjusts any bars that are currently created.
| double makVrf::DtPerformanceMonitorGraph::barHeight |
( |
| ) |
const |
|
inline |
| virtual void makVrf::DtPerformanceMonitorGraph::setBarSpacing |
( |
double |
d | ) |
|
|
virtual |
| double makVrf::DtPerformanceMonitorGraph::barSpacing |
( |
| ) |
const |
| virtual void makVrf::DtPerformanceMonitorGraph::addSectionInformation |
( |
int |
section, |
|
|
const QColor & |
color, |
|
|
const QString & |
title, |
|
|
const std::vector< int > & |
subtractOff = std::vector< int >(), |
|
|
bool |
hiddenSection = false |
|
) |
| |
|
virtual |
| virtual void makVrf::DtPerformanceMonitorGraph::setBarColor |
( |
int |
secion, |
|
|
const QColor & |
|
|
) |
| |
|
virtual |
| virtual void makVrf::DtPerformanceMonitorGraph::setBarUnits |
( |
const QString & |
| ) |
|
|
virtual |
| const QString& makVrf::DtPerformanceMonitorGraph::barUnits |
( |
| ) |
const |
|
inline |
| virtual DtPerformanceBar* makVrf::DtPerformanceMonitorGraph::addBar |
( |
const QString & |
| ) |
|
|
virtual |
| virtual void makVrf::DtPerformanceMonitorGraph::selectBar |
( |
const QString & |
| ) |
|
|
virtual |
| virtual void makVrf::DtPerformanceMonitorGraph::setLatencyStatus |
( |
const QString & |
, |
|
|
int |
|
|
) |
| |
|
virtual |
| virtual QString makVrf::DtPerformanceMonitorGraph::selectedBar |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtPerformanceMonitorGraph::removeBar |
( |
DtPerformanceBar * |
| ) |
|
|
virtual |
| virtual void makVrf::DtPerformanceMonitorGraph::removeAllBars |
( |
| ) |
|
|
virtual |
| virtual const QColor& makVrf::DtPerformanceMonitorGraph::colorForSection |
( |
int |
| ) |
const |
|
virtual |
| virtual const QString& makVrf::DtPerformanceMonitorGraph::titleForSection |
( |
int |
| ) |
const |
|
virtual |
| virtual void makVrf::DtPerformanceMonitorGraph::objectCountsChanged |
( |
| ) |
|
|
virtual |
| virtual void makVrf::DtPerformanceMonitorGraph::setPingingServer |
( |
const QString & |
| ) |
|
|
virtual |
| virtual int makVrf::DtPerformanceMonitorGraph::combine |
( |
const std::vector< int > & |
topSections, |
|
|
const std::vector< int > & |
bottomSections |
|
) |
| |
|
virtual |
Combines the two times, meaning will show times on same bar, with the greater time determing the length of the bar. Returns a key that can be used to remove this combine via split.
Returns the section this section is combined with, or -1 if not combined with any section.
| virtual void makVrf::DtPerformanceMonitorGraph::split |
( |
int |
key | ) |
|
|
virtual |
If combined, splits sections.
| virtual void makVrf::DtPerformanceMonitorGraph::selectBar |
( |
DtPerformanceBar * |
newBar | ) |
|
|
protectedvirtual |
| virtual void makVrf::DtPerformanceMonitorGraph::barSelected |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtPerformanceMonitorGraph::timeChanged |
( |
int |
section, |
|
|
double |
d |
|
) |
| |
|
protectedvirtualslot |
| virtual void makVrf::DtPerformanceMonitorGraph::numberOfCPUsChanged |
( |
short |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtPerformanceMonitorGraph::numberOfTickThreadsChanged |
( |
short |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtPerformanceMonitorGraph::maxFrameRateChanged |
( |
double |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtPerformanceMonitorGraph::minFrameRateChanged |
( |
double |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtPerformanceMonitorGraph::latencyChanged |
( |
double |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtPerformanceMonitorGraph::pingingServerChanged |
( |
bool |
| ) |
|
|
protectedvirtualslot |
| double makVrf::DtPerformanceMonitorGraph::myBarHeight |
|
protected |
| QString makVrf::DtPerformanceMonitorGraph::myBarUnits |
|
protected |
| std::vector<DtPerformanceBar*> makVrf::DtPerformanceMonitorGraph::myPerformanceBars |
|
protected |
| Combined makVrf::DtPerformanceMonitorGraph::myCombined |
|
protected |
| QVBoxLayout* makVrf::DtPerformanceMonitorGraph::myMainLayout |
| QScrollArea* makVrf::DtPerformanceMonitorGraph::myScrollArea |
| QWidget* makVrf::DtPerformanceMonitorGraph::myInsideWidget |
| QGridLayout* makVrf::DtPerformanceMonitorGraph::myInsideLayout |
| QFrame* makVrf::DtPerformanceMonitorGraph::mySeparatorLine |
The documentation for this class was generated from the following file: