SPH
|
Public Member Functions | |
AddParamsProc (wxPropertyGrid *grid, PropertyEntryMap &propertyEntryMapping) | |
virtual void | onCategory (const std::string &name) const override |
Called for every category in the settings. More... | |
virtual void | onEntry (const std::string &UNUSED(key), IVirtualEntry &entry) const override |
![]() | |
virtual void | onEntry (const std::string &key, IVirtualEntry &entry) const =0 |
Called for every entry in the current category. More... | |
![]() | |
virtual | ~Polymorphic () |
Definition at line 1441 of file NodePage.cpp.
|
inlineexplicit |
Definition at line 1448 of file NodePage.cpp.
|
inlineoverridevirtual |
Called for every category in the settings.
Every subsequent call of onEntry corresponds to an entry belonging to this category.
name | Name of the category |
Implements VirtualSettings::IEntryProc.
Definition at line 1452 of file NodePage.cpp.
|
inlineoverridevirtual |
Definition at line 1456 of file NodePage.cpp.