casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
casa::grpcImageViewer::data_desc Class Reference

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 QtDisplayDatadata () const
 
QtDisplayPanelGui *& panel ()
 
const QtDisplayPanelGuipanel () const
 

Private Member Functions

 data_desc (const data_desc &other)
 QtDisplayData does not have a copy constructor... More...
 
data_descoperator= (const data_desc &)
 

Private Attributes

int id_
 
std::string path_
 
std::string type_
 
QtDisplayDatadd_
 
QtDisplayPanelGuidp_
 

Detailed Description

Definition at line 67 of file grpcViewerAdaptor.qo.h.

Constructor & Destructor Documentation

casa::grpcImageViewer::data_desc::data_desc ( int  idx,
const std::string &  pathx,
const std::string &  typex,
QtDisplayData ddx,
QtDisplayPanelGui dpx 
)
inline

Definition at line 69 of file grpcViewerAdaptor.qo.h.

casa::grpcImageViewer::data_desc::data_desc ( int  idx)
inline

Definition at line 73 of file grpcViewerAdaptor.qo.h.

casa::grpcImageViewer::data_desc::data_desc ( )
inline

Definition at line 74 of file grpcViewerAdaptor.qo.h.

casa::grpcImageViewer::data_desc::data_desc ( const data_desc other)
private

QtDisplayData does not have a copy constructor...

wonder if we'll need to copy our descriptor...

Member Function Documentation

QtDisplayData*& casa::grpcImageViewer::data_desc::data ( )
inline

Definition at line 94 of file grpcViewerAdaptor.qo.h.

References dd_.

const QtDisplayData* casa::grpcImageViewer::data_desc::data ( ) const
inline

Definition at line 97 of file grpcViewerAdaptor.qo.h.

References dd_.

int& casa::grpcImageViewer::data_desc::id ( )
inline

Definition at line 76 of file grpcViewerAdaptor.qo.h.

References id_.

int casa::grpcImageViewer::data_desc::id ( ) const
inline

Definition at line 79 of file grpcViewerAdaptor.qo.h.

References id_.

data_desc& casa::grpcImageViewer::data_desc::operator= ( const data_desc )
private
QtDisplayPanelGui*& casa::grpcImageViewer::data_desc::panel ( )
inline

Definition at line 100 of file grpcViewerAdaptor.qo.h.

References dp_.

const QtDisplayPanelGui* casa::grpcImageViewer::data_desc::panel ( ) const
inline

Definition at line 103 of file grpcViewerAdaptor.qo.h.

References dp_.

std::string& casa::grpcImageViewer::data_desc::path ( )
inline

Definition at line 82 of file grpcViewerAdaptor.qo.h.

References path_.

const std::string& casa::grpcImageViewer::data_desc::path ( ) const
inline

Definition at line 85 of file grpcViewerAdaptor.qo.h.

References path_.

std::string& casa::grpcImageViewer::data_desc::type ( )
inline

Definition at line 88 of file grpcViewerAdaptor.qo.h.

References type_.

const std::string& casa::grpcImageViewer::data_desc::type ( ) const
inline

Definition at line 91 of file grpcViewerAdaptor.qo.h.

References type_.

Member Data Documentation

QtDisplayData* casa::grpcImageViewer::data_desc::dd_
private

Definition at line 111 of file grpcViewerAdaptor.qo.h.

Referenced by data().

QtDisplayPanelGui* casa::grpcImageViewer::data_desc::dp_
private

Definition at line 112 of file grpcViewerAdaptor.qo.h.

Referenced by panel().

int casa::grpcImageViewer::data_desc::id_
private

Definition at line 108 of file grpcViewerAdaptor.qo.h.

Referenced by id().

std::string casa::grpcImageViewer::data_desc::path_
private

Definition at line 109 of file grpcViewerAdaptor.qo.h.

Referenced by path().

std::string casa::grpcImageViewer::data_desc::type_
private

Definition at line 110 of file grpcViewerAdaptor.qo.h.

Referenced by type().


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