SPH
|
Public Member Functions | |
SaveProc (ConfigNode &out) | |
virtual void | onCategory (const std::string &UNUSED(name)) const override |
virtual void | onEntry (const std::string &name, IVirtualEntry &entry) const override |
Called for every entry in the current category. More... | |
![]() | |
virtual void | onCategory (const std::string &name) const =0 |
Called for every category in the settings. More... | |
![]() | |
virtual | ~Polymorphic () |
Definition at line 232 of file NodePage.cpp.
|
inlineexplicit |
Definition at line 237 of file NodePage.cpp.
|
inlineoverridevirtual |
Definition at line 240 of file NodePage.cpp.
|
inlineoverridevirtual |
Called for every entry in the current category.
key | Identifier of the entry |
entry | Stored entry |
Implements VirtualSettings::IEntryProc.
Definition at line 244 of file NodePage.cpp.