cumbia-qtcontrols 1.x
Qt widgets on top of the cumbia C++ library
cucontexti.h
Go to the documentation of this file.
1#ifndef CUCONTEXTI_H
2#define CUCONTEXTI_H
3
4class CuContext;
5
13{
14public:
15 virtual ~CuContextI() {}
16
21 virtual CuContext *getContext() const = 0;
22};
23
24#endif // CUCONTEXTI_H
Interface for cumbia classes delegating to CuContext the communication link creation and management.
Definition cucontexti.h:13
virtual ~CuContextI()
Definition cucontexti.h:15
virtual CuContext * getContext() const =0
Return a reference to the CuContext in use.
CuLinkControl stores a small set of objects to help create readers and writers.
Definition cucontext.h:48