cumbia-qtcontrols 1.x
Qt widgets on top of the cumbia C++ library
|
Interface for cumbia classes delegating to CuContext the communication link creation and management. More...
#include <cucontexti.h>
Public Member Functions | |
virtual | ~CuContextI () |
virtual CuContext * | getContext () const =0 |
Return a reference to the CuContext in use. | |
Interface for cumbia classes delegating to CuContext the communication link creation and management.
It is suggested that classes using a CuContext to create and manage the connection with the underlying engine implement this interface, so that clients can rely on the getContext method to get a reference to CuContext.
|
inlinevirtual |
|
pure virtual |
Return a reference to the CuContext in use.
Implemented in QmlChartBackend, QmlReaderBackend, QmlWriterBackend, QuApplyNumeric, QuButton, QuCheckBox, QuCircularGauge, QuComboBox, QuDoubleSpinBox, QuInputOutput, QuLabel, QuLed, QuLinearGauge, QuLineEdit, QuSpectrumPlot, QuSpinBox, QuTable, QuTrendPlot, and QuWatcher.