casa
5.7.0-16
|
#include <QtDisplayPanel.qo.h>
Classes | |
class | colormap_state |
Public Types | |
typedef std::pair < casacore::Vector< double > , casacore::Vector< double > > | zoom_state |
typedef std::map< std::string, colormap_state > | colormap_map |
Public Member Functions | |
panel_state (const panel_state &other) | |
const casacore::Vector< double > & | blc () const |
const casacore::Vector< double > & | trc () const |
const colormap_state * | colormap (const std::string &s) const |
Private Member Functions | |
panel_state (const zoom_state &z_, const colormap_map &cm) | |
Private Attributes | |
zoom_state | zoom_ |
colormap_map | colormaps_ |
Friends | |
class | QtDisplayPanel |
Definition at line 93 of file QtDisplayPanel.qo.h.
typedef std::map<std::string,colormap_state> casa::QtDisplayPanel::panel_state::colormap_map |
Definition at line 119 of file QtDisplayPanel.qo.h.
typedef std::pair<casacore::Vector<double>,casacore::Vector<double> > casa::QtDisplayPanel::panel_state::zoom_state |
Definition at line 118 of file QtDisplayPanel.qo.h.
|
inline |
Definition at line 121 of file QtDisplayPanel.qo.h.
|
inlineprivate |
Definition at line 131 of file QtDisplayPanel.qo.h.
|
inline |
Definition at line 122 of file QtDisplayPanel.qo.h.
References zoom_.
const colormap_state* casa::QtDisplayPanel::panel_state::colormap | ( | const std::string & | s | ) | const |
|
inline |
Definition at line 125 of file QtDisplayPanel.qo.h.
References zoom_.
|
friend |
Definition at line 136 of file QtDisplayPanel.qo.h.
|
private |
Definition at line 134 of file QtDisplayPanel.qo.h.
|
private |
Definition at line 133 of file QtDisplayPanel.qo.h.