29 #ifndef DATATOOLS_CONFIGURATION_UI_VARIANT_REGISTRY_VIEWER_H 30 #define DATATOOLS_CONFIGURATION_UI_VARIANT_REGISTRY_VIEWER_H 60 namespace configuration {
62 class variant_registry;
67 class variant_registry_tree_model;
68 class parameter_item_delegate;
132 const QModelIndex & bottom_right_index_);
176 QLabel * _registry_name_title_label_;
177 QLabel * _registry_name_display_label_;
178 QLabel * _accomplished_label_;
180 QCheckBox * _read_only_cb_;
181 QTreeView * _tree_view_;
183 QPushButton * _expand_all_button_;
184 QPushButton * _expand_only_active_button_;
185 QPushButton * _collapse_all_button_;
186 QPushButton * _dump_button_;
187 QLabel * _logging_label_;
188 QComboBox * _logging_combo_;
198 #endif // DATATOOLS_CONFIGURATION_UI_VARIANT_REGISTRY_VIEWER_H
Utilities for logging information.