Go to the documentation of this file.
33 #ifndef TTA_OSED_INFO_VIEW_HH
34 #define TTA_OSED_INFO_VIEW_HH
37 #include <wx/listctrl.h>
55 void operationView(
const std::string& path,
const std::string& mod);
57 const std::string& opName,
58 const std::string& modName,
59 const std::string& pathName);
void operationView(const std::string &path, const std::string &mod)
std::string selectedPath()
@ MODE_OPERATION
Operation View.
int writeStaticPropertiesOfOperation(Operation *op)
std::string selectedModule()
void insertOperationPropertyColumns()
void moduleView(const std::string &name)
std::string selectedOperation()
InfoMode mode_
Mode of the info view.
void onDropDownMenu(wxMouseEvent &event)
OSEdInfoView(wxWindow *parent)
void operationPropertyView(const std::string &opName, const std::string &modName, const std::string &pathName)
void onSelection(wxListEvent &event)
@ MODE_NOMODE
Initial state.
@ MODE_PROPERTY
Operation property view.
@ MODE_MODULE
Module view.