33 #ifndef CXTOOLCONFIGUREWIDGET_H_
34 #define CXTOOLCONFIGUREWIDGET_H_
36 #include "cxGuiExport.h"
53 class SelectionGroupBox;
54 class ConfigToolListWidget;
79 void setCurrentlySelectedCofiguration(QString configAbsoluteFilePath);
80 QString getCurrenctlySelectedConfiguration()
const;
84 void toolSelected(QString absoluteFilePath);
87 QString requestSaveConfigurationSlot();
90 void configChangedSlot();
91 void configEditedSlot();
92 void toolsChangedSlot();
93 void filterToolsSlot();
94 void onApplicationStateChanged();
97 void createTrackingSystemSelector();
98 void populateConfigurations();
99 int addConfigurationToComboBox(QString displayName, QString absoluteFilePath);
101 void populateReference();
102 int addRefrenceToComboBox(QString absoluteRefereneFilePath);
104 QComboBox* mConfigFilesComboBox;
105 QLineEdit* mConfigFileLineEdit;
106 QComboBox* mReferenceComboBox;
boost::shared_ptr< class StringProperty > StringPropertyPtr
boost::shared_ptr< class StringPropertyBase > StringPropertyBasePtr