29 #ifndef DATATOOLS_CONFIGURATION_UI_VARIANT_REPOSITORY_VIEWER_H 30 #define DATATOOLS_CONFIGURATION_UI_VARIANT_REPOSITORY_VIEWER_H 39 #include <boost/cstdint.hpp> 61 namespace configuration {
64 class variant_registry;
65 class variant_repository;
70 class variant_registry_tree_model;
71 class variant_registry_viewer;
228 QLabel * _repository_name_title_label_;
229 QLabel * _repository_name_display_label_;
230 QLabel * _repository_org_title_label_;
231 QLabel * _repository_org_display_label_;
232 QLabel * _repository_app_title_label_;
233 QLabel * _repository_app_display_label_;
234 QLabel * _accomplished_label_;
236 QCheckBox * _read_only_cb_;
237 QTabWidget * _registry_tabs_;
238 std::map<std::string, int> _tab_indexes_;
239 QPushButton * _dump_button_;
240 QLabel * _logging_label_;
241 QComboBox * _logging_combo_;
242 QIcon * _unaccomplished_icon_;
244 std::unique_ptr<std::string> _restore_buffer_;
254 #endif // DATATOOLS_CONFIGURATION_UI_VARIANT_REPOSITORY_VIEWER_H
Utilities for logging information.