casa
$Rev:20696$
|
#include <SlicerGen.qo.h>
Public Member Functions | |
SlicerGen () | |
void | initialize (QFrame *) |
void | disable () |
void | enable (const std::string &path) |
bool | sliceReady () const |
std::string | getSliceRep () const |
Private Types | |
typedef std::map< QSpinBox *, int > | spin_map_t |
Private Slots | |
void | adjust_position (int) |
void | adjust_size (int) |
Private Member Functions | |
void | load_startgui () |
void | load_sizegui () |
Private Attributes | |
Vector< int > | shape |
std::vector< QSpinBox * > | startgui |
std::vector< QSpinBox * > | sizegui |
spin_map_t | axis_map |
Definition at line 38 of file SlicerGen.qo.h.
typedef std::map<QSpinBox*,int> casa::viewer::SlicerGen::spin_map_t [private] |
Definition at line 54 of file SlicerGen.qo.h.
void casa::viewer::SlicerGen::adjust_position | ( | int | ) | [private, slot] |
void casa::viewer::SlicerGen::adjust_size | ( | int | ) | [private, slot] |
void casa::viewer::SlicerGen::disable | ( | ) |
void casa::viewer::SlicerGen::enable | ( | const std::string & | path | ) |
std::string casa::viewer::SlicerGen::getSliceRep | ( | ) | const |
void casa::viewer::SlicerGen::initialize | ( | QFrame * | ) |
void casa::viewer::SlicerGen::load_sizegui | ( | ) | [private] |
void casa::viewer::SlicerGen::load_startgui | ( | ) | [private] |
bool casa::viewer::SlicerGen::sliceReady | ( | ) | const |
spin_map_t casa::viewer::SlicerGen::axis_map [private] |
Definition at line 55 of file SlicerGen.qo.h.
Vector<int> casa::viewer::SlicerGen::shape [private] |
Definition at line 49 of file SlicerGen.qo.h.
std::vector<QSpinBox*> casa::viewer::SlicerGen::sizegui [private] |
Definition at line 52 of file SlicerGen.qo.h.
std::vector<QSpinBox*> casa::viewer::SlicerGen::startgui [private] |
Definition at line 50 of file SlicerGen.qo.h.