26 #ifndef _PARSEIMAGEVARIABLEDIALOG_H
27 #define _PARSEIMAGEVARIABLEDIALOG_H
44 void OnOk(wxCommandEvent & e);
46 void OnLoad(wxCommandEvent & e);
48 void OnSave(wxCommandEvent & e);
52 void OnTest(wxCommandEvent & e);
66 #endif //_PARSEIMAGEVARIABLEDIALOG_H
void OnOk(wxCommandEvent &e)
Saves current expression when closing dialog with Ok.
void OnLoad(wxCommandEvent &e)
loads the selected preset into control
include file for the hugin project
ImageVariablesExpressionDialog(wxWindow *parent, HuginBase::Panorama *pano)
Constructor, read from xrc ressource; restore last uses settings and position.
void OnTextChange(wxCommandEvent &e)
text change event, used to format text
~ImageVariablesExpressionDialog()
destructor, saves position
std::string GetExpression()
void SetExpression(const wxString &s)
Dialog for editing expression to change image variables.
include file for the hugin project
void OnDelete(wxCommandEvent &e)
deletes the seletected preset
void OnSave(wxCommandEvent &e)
saves the current expression as preset
wxTextAttr m_textAttrInactive
HuginBase::Panorama * m_pano
void OnTest(wxCommandEvent &e)
tests the current expression
wxTextAttr m_textAttrDefault