![]() |
Classes | |
class | libnebular::MgrForPicHandler< CurrPictureHandler > |
Implementation of PicHandlerMgr for CurrPictureHandler to be parametrized and inherited in each plugin implementation file. More... | |
class | libnebular::ThrowableError |
Error class that can be thrown by plugins (Error is intended only for being catched) More... | |
class | libnebular::Log |
Logging facilities. More... | |
class | libnebular::NumberedStrings |
Easy conversion between indexed string values and their indices. More... | |
class | libnebular::PicHandlerMgr |
Used to determine Picture file type and create appropriate PicHandler . More... | |
class | libnebular::PictureHandler |
"Plugin". More... | |
class | libnebular::PluginIterator |
C++ iterator, ForwardIterator , iterates through registered PicHandlerMgr classes. More... | |
class | libnebular::RawCExceptionLongJmp |
Assists when you need to "throw" C++ exception from below code compiled by C compiler. More... | |
Namespaces | |
namespace | libnebular |
All ⟨libnebular⟩ identifiers which are exposed to public. | |
Files | |
file | libnebular-plugin.hpp |
LibNebular, additional API for plugin makers. | |
Functions | |
void | libnebular::setDefault (PicturePropContainer &p, const String &key, const String &value) |
Sets value to property key of PicturePropContainer p as default. |
void libnebular::setDefault | ( | PicturePropContainer & | p, | |
const String & | key, | |||
const String & | value | |||
) |
Sets value
to property key
of PicturePropContainer
p
as default.
Not in PicturePropContainer
because public interface of that class is almost entirely should be in User API.
Definition at line 452 of file picture-prop-container.cpp.