casa
5.7.0-16
|
#include <ViewerPreferences.qo.h>
Public Member Functions | |
ViewerPreferences (QWidget *parent=0) | |
~ViewerPreferences () | |
Protected Slots | |
void | reset_edits () |
void | cancel_edits () |
void | apply_edits () |
Protected Member Functions | |
void | showEvent (QShowEvent *) |
Private Types | |
typedef std::map< std::string, std::vector< std::string > > | tokenized_type |
typedef std::map< std::string, std::set< std::string > > | branch_count_type |
typedef std::map< std::string, QValidator * > | validate_map_type |
typedef std::map< std::string, std::string > | rcvalues_type |
typedef std::map< std::string, std::string > | tooltips_type |
typedef std::map< std::string, QLineEdit * > | rcedits_type |
Private Member Functions | |
void | init () |
int | tokenize (tokenized_type &) |
returns the number of configuration options... More... | |
int | countbranches (const tokenized_type &, branch_count_type &) |
returns the number of root nodes... More... | |
int | find_tree_depth (bool, const tokenized_type &, const branch_count_type &) |
calculate tree depth... More... | |
Private Attributes | |
QSignalMapper * | sigmap |
validate_map_type | validate_map |
tooltips_type | tips |
tool tips for leaves & nodes... More... | |
rcvalues_type | defaults |
initial viewer default values... More... | |
rcedits_type | edits |
rc values to edit boxes... More... | |
const int | init_fields |
const int | tip_offset |
const int | role_offset |
const int | default_offset |
const int | validate_offset |
casacore::Casarc & | rc |
connection to rc file More... | |
Static Private Attributes | |
static const char * | init_state [] |
Definition at line 41 of file ViewerPreferences.qo.h.
|
private |
Definition at line 57 of file ViewerPreferences.qo.h.
|
private |
Definition at line 75 of file ViewerPreferences.qo.h.
|
private |
Definition at line 73 of file ViewerPreferences.qo.h.
|
private |
Definition at line 56 of file ViewerPreferences.qo.h.
|
private |
Definition at line 74 of file ViewerPreferences.qo.h.
|
private |
Definition at line 70 of file ViewerPreferences.qo.h.
casa::viewer::ViewerPreferences::ViewerPreferences | ( | QWidget * | parent = 0 | ) |
casa::viewer::ViewerPreferences::~ViewerPreferences | ( | ) |
|
protectedslot |
|
protectedslot |
|
private |
returns the number of root nodes...
|
private |
calculate tree depth...
|
private |
|
protectedslot |
|
protected |
|
private |
returns the number of configuration options...
|
private |
Definition at line 86 of file ViewerPreferences.qo.h.
|
private |
initial viewer default values...
Definition at line 79 of file ViewerPreferences.qo.h.
|
private |
rc values to edit boxes...
Definition at line 81 of file ViewerPreferences.qo.h.
|
private |
Definition at line 83 of file ViewerPreferences.qo.h.
|
staticprivate |
Definition at line 67 of file ViewerPreferences.qo.h.
|
private |
connection to rc file
Definition at line 90 of file ViewerPreferences.qo.h.
|
private |
Definition at line 85 of file ViewerPreferences.qo.h.
|
private |
Definition at line 69 of file ViewerPreferences.qo.h.
|
private |
Definition at line 84 of file ViewerPreferences.qo.h.
|
private |
tool tips for leaves & nodes...
Definition at line 77 of file ViewerPreferences.qo.h.
|
private |
Definition at line 71 of file ViewerPreferences.qo.h.
|
private |
Definition at line 87 of file ViewerPreferences.qo.h.