summaryrefslogtreecommitdiff
path: root/LiteEditor/EditorOptionsGeneralEdit.h
blob: 93bfbeb36798d08ae8d55306a00a871054ae6601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef EDITOROPTIONSGENERALEDIT_H
#define EDITOROPTIONSGENERALEDIT_H

#include "editoroptionsgeneralguidespanelbase.h"
#include "treebooknodebase.h"
#include "optionsconfig.h"

class EditorOptionsGeneralEdit : public EditorOptionsGeneralEditBase,
                                 public TreeBookNode<EditorOptionsGeneralEdit>
{
public:
    EditorOptionsGeneralEdit(wxWindow* parent);
    virtual ~EditorOptionsGeneralEdit();
    void Save(OptionsConfigPtr options);
protected:
    virtual void OnValueChanged(wxPropertyGridEvent& event);
};
#endif // EDITOROPTIONSGENERALEDIT_H