37 #include <QtCore/QString> undocument this line if you encounter any issues!
Definition: Any.h:37
void render()
Definition: FPSHandle.h:60
Utility class to avoid Qt warning when accesing QLabels from differnt Threads.
Definition: CompabilityLabel.h:49
utils::FPSEstimator m_oFpsEstimator
Definition: FPSHandle.h:69
Abstract base class for Handle classes.
Definition: GUIHandle.h:40
CompabilityLabel * lab()
utitlity function
Definition: FPSHandle.h:67
FPSHandle()
Definition: FPSHandle.h:53
FPSHandle(int fpsEstimatorFrames, CompabilityLabel *l, GUIWidget *w)
Create a new LabelHandle.
Definition: FPSHandle.h:56
virtual std::string getFPSString(const std::string &fmt="%3.4f fps", int bufferSize=30) const
applies tic() and returns current fps estimate as formated string
Class for Frames-per-second GUI-Label.
Definition: FPSHandle.h:49
void setText(const QString &text)
make the lable show a given string
Utility clas for online FPS estimation.
Definition: FPSEstimator.h:41