casa
$Rev:20696$
|
#include <QtDisplayPanel.qo.h>
Classes | |
class | colormap_state |
Public Types | |
typedef std::pair< Vector < Double >, Vector< Double > > | zoom_state |
typedef std::map< std::string, colormap_state > | colormap_map |
Public Member Functions | |
panel_state (const panel_state &other) | |
const Vector< Double > & | blc () const |
const 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 91 of file QtDisplayPanel.qo.h.
typedef std::map<std::string,colormap_state> casa::QtDisplayPanel::panel_state::colormap_map |
Definition at line 109 of file QtDisplayPanel.qo.h.
typedef std::pair<Vector<Double>,Vector<Double> > casa::QtDisplayPanel::panel_state::zoom_state |
Definition at line 108 of file QtDisplayPanel.qo.h.
casa::QtDisplayPanel::panel_state::panel_state | ( | const panel_state & | other | ) | [inline] |
Definition at line 111 of file QtDisplayPanel.qo.h.
casa::QtDisplayPanel::panel_state::panel_state | ( | const zoom_state & | z_, |
const colormap_map & | cm | ||
) | [inline, private] |
Definition at line 117 of file QtDisplayPanel.qo.h.
const Vector<Double>& casa::QtDisplayPanel::panel_state::blc | ( | ) | const [inline] |
Definition at line 112 of file QtDisplayPanel.qo.h.
References zoom_.
const colormap_state* casa::QtDisplayPanel::panel_state::colormap | ( | const std::string & | s | ) | const |
const Vector<Double>& casa::QtDisplayPanel::panel_state::trc | ( | ) | const [inline] |
Definition at line 113 of file QtDisplayPanel.qo.h.
References zoom_.
friend class QtDisplayPanel [friend] |
Definition at line 122 of file QtDisplayPanel.qo.h.
Definition at line 120 of file QtDisplayPanel.qo.h.
Definition at line 119 of file QtDisplayPanel.qo.h.