28 #ifndef QTVIEWER_PREFERENCES_H_
29 #define QTVIEWER_PREFERENCES_H_
33 #include <QSignalMapper>
35 #include <display/QtViewer/ViewerPreferences.ui.h>
int find_tree_depth(bool, const tokenized_type &, const branch_count_type &)
calculate tree depth...
std::map< std::string, std::vector< std::string > > tokenized_type
static const char * init_state[]
std::map< std::string, QLineEdit * > rcedits_type
int tokenize(tokenized_type &)
returns the number of configuration options...
std::map< std::string, QValidator * > validate_map_type
rcvalues_type defaults
initial viewer default values...
ViewerPreferences(QWidget *parent=0)
int countbranches(const tokenized_type &, branch_count_type &)
returns the number of root nodes...
std::map< std::string, std::set< std::string > > branch_count_type
const int validate_offset
tooltips_type tips
tool tips for leaves & nodes...
std::map< std::string, std::string > tooltips_type
casacore::Casarc & rc
connection to rc file
std::map< std::string, std::string > rcvalues_type
void showEvent(QShowEvent *)
rcedits_type edits
rc values to edit boxes...
validate_map_type validate_map