![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cGraphCfg.h>
Public Member Functions | |
| virtual void | Serialize (CArchive &ar) override |
| const CGraphDataSource & | operator= (const CGraphDataSource &src) |
| CGraphDataSource () | |
| CGraphDataSource (CGraphDataSource &src) | |
| ~CGraphDataSource () | |
Public Member Functions inherited from Gray::CObject | |
| virtual | ~CObject () |
| virtual bool | isValidCheck () const noexcept |
| < memory allocation and structure definitions are valid. More... | |
| virtual void | AssertValid () const |
| < memory allocation and structure definitions are valid. More... | |
Public Attributes | |
| CString | m_sURL |
| Full URL path for the data object. ("protocol://hostname.com/dataname") More... | |
| INT_PTR | m_objId |
| User defined value. When we resolve this m_sURL to real data. More... | |
Static Public Attributes | |
| static const INT_PTR | k_EMPTY_OBJECT_ID = 0 |
| We can not resolve the URL. More... | |
describe a source of data for a graph pen. Poll or PubSub this data if possible in protocol.
| GrayGraph::CGraphDataSource::CGraphDataSource | ( | ) |
|
inline |
| GrayGraph::CGraphDataSource::~CGraphDataSource | ( | ) |
|
inline |
|
overridevirtual |
Reimplemented from Gray::CObject.
|
static |
We can not resolve the URL.
| INT_PTR GrayGraph::CGraphDataSource::m_objId |
User defined value. When we resolve this m_sURL to real data.
| CString GrayGraph::CGraphDataSource::m_sURL |
Full URL path for the data object. ("protocol://hostname.com/dataname")