Inheritance diagram for wxPackageCommandSet:
Public Member Functions | |
wxPackageCommandSet () | |
wxArrayString | GetVars () const |
wxPackageBuildSystemType | GetBuildSystemType () const |
wxString | GetDescription () const |
Returns the description for this array of options, if any. | |
void | SetVars (const wxString &var) |
void | SetBuildSystemType (wxPackageBuildSystemType t) |
void | SetDescription (const wxString &str) |
bool | IsOk () const |
bool | IsUsedBy (const wxPackageCommandArray *arrays, wxStringHashMap &touse) const |
Protected Attributes | |
wxArrayString | m_vars |
wxPackageBuildSystemType | m_buildSystemType |
wxString | m_strDesc |
Definition at line 230 of file packagecmd.h.
bool wxPackageCommandSet::IsUsedBy | ( | const wxPackageCommandArray * | arrays, | |
wxStringHashMap & | touse | |||
) | const |
Returns true if this command preset is used by the given command array. When returning true, the given string hashmap is filled with the values and the names of the variables to use to obtain the given array from this command preset.
Definition at line 148 of file packagecmd.cpp.