creaImageIO_lib
|
#include <creaImageIOWxEditFieldsPanel.h>
Public Member Functions | |
WxEditFieldsPanel () | |
WxEditFieldsPanel (wxWindow *parent, wxDialog *dial, WxGimmickView *view, tree::Node *nod, const std::vector< std::string > name, const std::vector< std::string > key) | |
~WxEditFieldsPanel () | |
Destructor. More... | |
void | OnEdit (wxCommandEvent &event) |
Saves the configuration. More... | |
void | OnComboChange (wxCommandEvent &event) |
Private Attributes | |
tree::Node * | node |
std::vector< std::string > | names |
std::vector< std::string > | keys |
wxDialog * | dialog |
WxGimmickView * | mView |
wxComboBox * | attributes |
wxStaticText * | actualVal |
wxTextCtrl * | newVal |
Definition at line 44 of file creaImageIOWxEditFieldsPanel.h.
creaImageIO::WxEditFieldsPanel::WxEditFieldsPanel | ( | ) |
creaImageIO::WxEditFieldsPanel::WxEditFieldsPanel | ( | wxWindow * | parent, |
wxDialog * | dial, | ||
WxGimmickView * | view, | ||
tree::Node * | nod, | ||
const std::vector< std::string > | name, | ||
const std::vector< std::string > | key | ||
) |
fix warning: unused variable cp
fix warning: unused variable av
fix warning: unused variable nv
Definition at line 38 of file creaImageIOWxEditFieldsPanel.cpp.
References actualVal, attributes, creaImageIO::tree::Node::GetAttribute(), GimmickDebugMessage, creaImageIO::ID_COMBO, keys, names, newVal, node, and OnEdit().
creaImageIO::WxEditFieldsPanel::~WxEditFieldsPanel | ( | ) |
Destructor.
Definition at line 86 of file creaImageIOWxEditFieldsPanel.cpp.
References GimmickDebugMessage.
void creaImageIO::WxEditFieldsPanel::OnComboChange | ( | wxCommandEvent & | event | ) |
Definition at line 104 of file creaImageIOWxEditFieldsPanel.cpp.
References actualVal, attributes, creaImageIO::tree::Node::GetAttribute(), keys, newVal, and node.
void creaImageIO::WxEditFieldsPanel::OnEdit | ( | wxCommandEvent & | event | ) |
Saves the configuration.
Definition at line 92 of file creaImageIOWxEditFieldsPanel.cpp.
References attributes, dialog, keys, mView, names, newVal, node, and creaImageIO::WxGimmickView::OnFieldsEdited().
Referenced by WxEditFieldsPanel().
|
private |
Definition at line 67 of file creaImageIOWxEditFieldsPanel.h.
Referenced by OnComboChange(), and WxEditFieldsPanel().
|
private |
Definition at line 66 of file creaImageIOWxEditFieldsPanel.h.
Referenced by OnComboChange(), OnEdit(), and WxEditFieldsPanel().
|
private |
Definition at line 64 of file creaImageIOWxEditFieldsPanel.h.
Referenced by OnEdit().
|
private |
Definition at line 63 of file creaImageIOWxEditFieldsPanel.h.
Referenced by OnComboChange(), OnEdit(), and WxEditFieldsPanel().
|
private |
Definition at line 65 of file creaImageIOWxEditFieldsPanel.h.
Referenced by OnEdit().
|
private |
Definition at line 62 of file creaImageIOWxEditFieldsPanel.h.
Referenced by OnEdit(), and WxEditFieldsPanel().
|
private |
Definition at line 68 of file creaImageIOWxEditFieldsPanel.h.
Referenced by OnComboChange(), OnEdit(), and WxEditFieldsPanel().
|
private |
Definition at line 61 of file creaImageIOWxEditFieldsPanel.h.
Referenced by OnComboChange(), OnEdit(), and WxEditFieldsPanel().