26 for (
unsigned int i = 0; i < other.
m_Options.GetCount(); ++i)
41 for (
unsigned int i = 0; i <
m_Options.GetCount(); ++i)
73 listboxname += additionalLibs;
75 listboxname += option;
76 listboxname += _T(
"]");
78 coption->
name = listboxname;
99 for (
unsigned int i = 0; i <
m_Options.GetCount(); ++i)
102 if (coption->
name == name)
110 if (option.
IsEmpty())
return nullptr;
112 for (
unsigned int i = 0; i <
m_Options.GetCount(); ++i)
115 if (coption->
option == option)
123 if (libs.
IsEmpty())
return nullptr;
125 for (
unsigned int i = 0; i <
m_Options.GetCount(); ++i)
CompilerOptions & operator=(const CompilerOptions &other)
CompOption * GetOptionByName(const wxString &name)
void AddOption(CompOption *coption, int index=-1)
CompOption * GetOptionByAdditionalLibs(const wxString &libs)
void RemoveOption(int index)
CompOption * GetOptionByOption(const wxString &option)