casa
5.7.0-16
|
Public Member Functions | |
data_desc (int idx, const std::string &pathx, const std::string &typex, QtDisplayData *ddx, QtDisplayPanelGui *dpx) | |
data_desc (int idx) | |
data_desc () | |
int & | id () |
int | id () const |
std::string & | path () |
const std::string & | path () const |
std::string & | type () |
const std::string & | type () const |
QtDisplayData *& | data () |
const QtDisplayData * | data () const |
QtDisplayPanelGui *& | panel () |
const QtDisplayPanelGui * | panel () const |
Private Member Functions | |
data_desc (const data_desc &other) | |
QtDisplayData does not have a copy constructor... More... | |
data_desc & | operator= (const data_desc &) |
Private Attributes | |
int | id_ |
std::string | path_ |
std::string | type_ |
QtDisplayData * | dd_ |
QtDisplayPanelGui * | dp_ |
Definition at line 67 of file grpcViewerAdaptor.qo.h.
|
inline |
Definition at line 69 of file grpcViewerAdaptor.qo.h.
|
inline |
Definition at line 73 of file grpcViewerAdaptor.qo.h.
|
inline |
Definition at line 74 of file grpcViewerAdaptor.qo.h.
|
private |
QtDisplayData does not have a copy constructor...
wonder if we'll need to copy our descriptor...
|
inline |
Definition at line 94 of file grpcViewerAdaptor.qo.h.
References dd_.
|
inline |
Definition at line 97 of file grpcViewerAdaptor.qo.h.
References dd_.
|
inline |
Definition at line 76 of file grpcViewerAdaptor.qo.h.
References id_.
|
inline |
Definition at line 79 of file grpcViewerAdaptor.qo.h.
References id_.
|
inline |
Definition at line 100 of file grpcViewerAdaptor.qo.h.
References dp_.
|
inline |
Definition at line 103 of file grpcViewerAdaptor.qo.h.
References dp_.
|
inline |
Definition at line 82 of file grpcViewerAdaptor.qo.h.
References path_.
|
inline |
Definition at line 85 of file grpcViewerAdaptor.qo.h.
References path_.
|
inline |
Definition at line 88 of file grpcViewerAdaptor.qo.h.
References type_.
|
inline |
Definition at line 91 of file grpcViewerAdaptor.qo.h.
References type_.
|
private |
Definition at line 111 of file grpcViewerAdaptor.qo.h.
Referenced by data().
|
private |
Definition at line 112 of file grpcViewerAdaptor.qo.h.
Referenced by panel().
|
private |
Definition at line 108 of file grpcViewerAdaptor.qo.h.
Referenced by id().
|
private |
Definition at line 109 of file grpcViewerAdaptor.qo.h.
Referenced by path().
|
private |
Definition at line 110 of file grpcViewerAdaptor.qo.h.
Referenced by type().