#include <UMPEditor.h>
Public Member Functions | |
UMPEditor (const std::string &umpName) | |
virtual | ~UMPEditor () |
void | show () |
Private Attributes | |
UMPDefinitionView | _view |
GtkWidget * | _dialog |
Definition at line 8 of file UMPEditor.h.
ui::UMPEditor::UMPEditor | ( | const std::string & | umpName | ) |
virtual ui::UMPEditor::~UMPEditor | ( | ) | [virtual] |
void ui::UMPEditor::show | ( | ) |
GtkWidget* ui::UMPEditor::_dialog [private] |
Definition at line 12 of file UMPEditor.h.
UMPDefinitionView ui::UMPEditor::_view [private] |
Definition at line 10 of file UMPEditor.h.