cumbia-qtcontrols 1.x
Qt widgets on top of the cumbia C++ library
Public Member Functions | List of all members
CuContextI Class Referenceabstract

Interface for cumbia classes delegating to CuContext the communication link creation and management. More...

#include <cucontexti.h>

Inheritance diagram for CuContextI:
Inheritance graph
[legend]

Public Member Functions

virtual ~CuContextI ()
 
virtual CuContextgetContext () const =0
 Return a reference to the CuContext in use. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~CuContextI()

virtual CuContextI::~CuContextI ( )
inlinevirtual

Member Function Documentation

◆ getContext()

virtual CuContext * CuContextI::getContext ( ) const
pure virtual

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