Index: doc/singletons.dox |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/doc/singletons.dox |
@@ -0,0 +1,33 @@ |
+/*! |
+ |
+\page Singletons Singletons |
+ |
+Other functions to investigate: FindInstance, CreateInstance, GetModuleInstance, GetMimeFilterClientInstance, ReleaseMimeFilterClientInstance |
+ |
+ |
+\section singleton_cadblockplusclient CAdblockPlusClient |
+ |
+The \ref CAdblockPlusClient class (also called \ref CPluginClient) ... |
+ |
+Instance accessor is called \ref CPluginClient::GetInstance "GetInstance". |
+ |
+\section singleton_cpluginsettings CPluginSettings |
+ |
+The \ref CPluginSettings class ... |
+ |
+Instance accessor is called \ref CPluginSettings::GetInstance "GetInstance". |
+ |
+\section singleton_cpluginsystem CPluginSystem |
+ |
+The \ref CPluginSystem class ... |
+ |
+Instance accessor is called \ref CPluginSystem::GetInstance "GetInstance". |
+ |
+\section singleton_dictionary Dictionary |
+ |
+The \ref Dictionary class uses locale-specific translation files on disk. |
+ |
+Instance accessor is called \ref Dictionary::GetInstance "GetInstance". |
+ |
+ |
+*/ |