|
SPH
|
Public Member Functions | |
| AddParamProc (wxArrayString &items, Array< std::string > &keys) | |
| virtual void | onCategory (const std::string &UNUSED(name)) const override |
| virtual void | onEntry (const std::string &key, IVirtualEntry &entry) const override |
| Called for every entry in the current category. More... | |
Public Member Functions inherited from VirtualSettings::IEntryProc | |
| virtual void | onCategory (const std::string &name) const =0 |
| Called for every category in the settings. More... | |
Public Member Functions inherited from Polymorphic | |
| virtual | ~Polymorphic () |
Definition at line 159 of file BatchDialog.cpp.
|
inline |
Definition at line 165 of file BatchDialog.cpp.
|
inlineoverridevirtual |
Definition at line 171 of file BatchDialog.cpp.
|
inlineoverridevirtual |
Called for every entry in the current category.
| key | Identifier of the entry |
| entry | Stored entry |
Implements VirtualSettings::IEntryProc.
Definition at line 173 of file BatchDialog.cpp.