summaryrefslogtreecommitdiff
path: root/LiteEditor/compileradvancepage.h
blob: 49799e203697db02d4ab19dbe682c930d8e2a1a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef __compileradvancepage__
#define __compileradvancepage__

/**
@file
Subclass of CompilerAdvanceBase, which is generated by wxFormBuilder.
*/

#include "compiler_pages.h"
#include "advanced_settings.h"
#include "compiler.h"

/** Implementing CompilerAdvanceBase */
class CompilerAdvancePage : public CompilerAdvanceBase, public ICompilerSubPage
{
	wxString m_cmpname;
public:
	/** Constructor */
	CompilerAdvancePage( wxWindow* parent, const wxString &cmpname );
	virtual void Save(CompilerPtr cmp);
};

#endif // __compileradvancepage__