#include <wxbuild.h>
Public Member Functions | |
wxWidgetsBuild () | |
wxString | GetLocation () const |
wxVersion | GetVersion () const |
wxPortId | GetPortId () const |
wxPackageCompilerFormat | GetCompilerUsed () const |
bool | IsStaticBuild () const |
bool | IsDebugBuild () const |
bool | IsUnicodeBuild () const |
wxString | GetUserFriendlyName () const |
void | UpdateOptions (wxPackageCommandOptionArray &arr) const |
void | SetLocation (const wxString &str) |
void | SetVersion (const wxVersion &str) |
void | SetPortId (wxPortId n) |
void | SetCompilerUsed (wxPackageCompilerFormat n) |
void | SetBuildProp (bool staticbuild, bool debug, bool unicode) |
bool | IsOk () const |
bool | Load (wxConfigBase *, const wxString &path) |
void | Save (wxConfigBase *, const wxString &path) const |
Static Public Member Functions | |
static wxArrayString | GetSpecialOptionNames () |
Protected Attributes | |
wxString | m_strLocation |
wxVersion | m_version |
wxPortId | m_port |
wxPackageCompilerFormat | m_format |
bool | m_bStatic |
bool | m_bDebug |
bool | m_bUnicode |
Definition at line 34 of file wxbuild.h.