Image Component Library (ICL)
Public Member Functions | Private Member Functions | Private Attributes | List of all members
icl::qt::FPSHandle Class Reference

Class for Frames-per-second GUI-Label. More...

#include <FPSHandle.h>

Inheritance diagram for icl::qt::FPSHandle:
icl::qt::GUIHandle< CompabilityLabel > icl::qt::GUIHandleBase

Public Member Functions

 FPSHandle ()
 
 FPSHandle (int fpsEstimatorFrames, CompabilityLabel *l, GUIWidget *w)
 Create a new LabelHandle. More...
 
void render ()
 
- Public Member Functions inherited from icl::qt::GUIHandle< CompabilityLabel >
const CompabilityLabeloperator * () const
 use the *-oprator to get the wrapped component (const) More...
 
CompabilityLabel *& operator * ()
 use the *-oprator to get the wrapped component (unconst) More...
 
CompabilityLabeloperator-> ()
 this can be used for direct access to wrapped type More...
 
const CompabilityLabeloperator-> () const
 this can be used for direct access to wrapped type More...
 
bool isNull () const
 returns whether wrapped pointer is null or not More...
 
void enable ()
 enables the wrapped GUI component More...
 
void disable ()
 disables the wrapped GUI component More...
 
- Public Member Functions inherited from icl::qt::GUIHandleBase
virtual ~GUIHandleBase ()
 virtual destructor More...
 
GUIWidgetgetGUIWidget ()
 returns parent GUIWidget pointer More...
 
virtual void registerCallback (const GUI::Callback &cb, const std::string &events="all")
 registers a callback on this gui widget More...
 
virtual void registerCallback (const GUI::ComplexCallback &cb, const std::string &events="all")
 registers a complex callback on this gui component More...
 
virtual void removeCallbacks ()
 removes all callbacks from parent GUIWidget component More...
 
virtual void cb ()
 envokes all registered callbacks More...
 

Private Member Functions

CompabilityLabellab ()
 utitlity function More...
 

Private Attributes

utils::FPSEstimator m_oFpsEstimator
 

Additional Inherited Members

- Protected Member Functions inherited from icl::qt::GUIHandle< CompabilityLabel >
 GUIHandle ()
 as GUIHandle is just an interface, its base constructor is protected More...
 
 GUIHandle (CompabilityLabel *t, GUIWidget *w)
 as GUIHandle is just an interface, its base constructor is protected More...
 
- Protected Member Functions inherited from icl::qt::GUIHandleBase
 GUIHandleBase (GUIWidget *w=0)
 create a new GUIHandleBase More...
 

Detailed Description

Class for Frames-per-second GUI-Label.

FPSHandles are created by the GUI class. FPSHandles must be notified each step using its

See also
GUI

Constructor & Destructor Documentation

◆ FPSHandle() [1/2]

icl::qt::FPSHandle::FPSHandle ( )
inline

◆ FPSHandle() [2/2]

icl::qt::FPSHandle::FPSHandle ( int  fpsEstimatorFrames,
CompabilityLabel l,
GUIWidget w 
)
inline

Member Function Documentation

◆ lab()

CompabilityLabel* icl::qt::FPSHandle::lab ( )
inlineprivate

utitlity function

◆ render()

void icl::qt::FPSHandle::render ( )
inline

Member Data Documentation

◆ m_oFpsEstimator

utils::FPSEstimator icl::qt::FPSHandle::m_oFpsEstimator
private

The documentation for this class was generated from the following file: