From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_content_bundle.html | 675 +++++++++++++++++++++++++++++ 1 file changed, 675 insertions(+) create mode 100644 Doc/doxygen/html/class_content_bundle.html (limited to 'Doc/doxygen/html/class_content_bundle.html') diff --git a/Doc/doxygen/html/class_content_bundle.html b/Doc/doxygen/html/class_content_bundle.html new file mode 100644 index 0000000..1786a59 --- /dev/null +++ b/Doc/doxygen/html/class_content_bundle.html @@ -0,0 +1,675 @@ + + + + + +Starshatter_Open: ContentBundle Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <ContentBundle.h>

+ +

List of all members.

+ + + + + + + + + + + + + + +

+Public Member Functions

 ContentBundle (const char *bundle, Locale *locale)
virtual ~ContentBundle ()
int operator== (const ContentBundle &that) const
const TextGetName () const
Text GetText (const char *key) const
bool IsLoaded () const
 ContentBundle (const char *bundle, Locale *locale)
virtual ~ContentBundle ()
int operator== (const ContentBundle &that) const
const TextGetName () const
Text GetText (const char *key) const
bool IsLoaded () const
+ + + +

+Static Public Member Functions

static const char * TYPENAME ()
static const char * TYPENAME ()
+ + + + + +

+Protected Member Functions

void LoadBundle (const char *filename)
Text FindFile (const char *bundle, Locale *locale)
void LoadBundle (const char *filename)
Text FindFile (const char *bundle, Locale *locale)
+ + + +

+Protected Attributes

Text name
Dictionary< Textvalues
+

Detailed Description

+
+

Definition at line 25 of file ContentBundle.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
ContentBundle::ContentBundle (const char * bundle,
Localelocale 
)
+
+ +

Definition at line 23 of file ContentBundle.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
ContentBundle::~ContentBundle ()
+
+virtual
+
+ +

Definition at line 33 of file ContentBundle.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
ContentBundle::ContentBundle (const char * bundle,
Localelocale 
)
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual ContentBundle::~ContentBundle ()
+
+virtual
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
Text ContentBundle::FindFile (const char * bundle,
Localelocale 
)
+
+protected
+
+ +

Definition at line 48 of file ContentBundle.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
Text ContentBundle::FindFile (const char * bundle,
Localelocale 
)
+
+protected
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
const Text& ContentBundle::GetName () const
+
+inline
+
+ +

Definition at line 35 of file ContentBundle.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
const Text& ContentBundle::GetName () const
+
+inline
+
+ +

Definition at line 35 of file ContentBundle.h.

+ +
+
+ +
+
+ + + + + + + + +
Text ContentBundle::GetText (const char * key) const
+
+ +

Definition at line 40 of file ContentBundle.cpp.

+ +
+
+ +
+
+ + + + + + + + +
Text ContentBundle::GetText (const char * key) const
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
bool ContentBundle::IsLoaded () const
+
+inline
+
+ +

Definition at line 37 of file ContentBundle.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
bool ContentBundle::IsLoaded () const
+
+inline
+
+ +

Definition at line 37 of file ContentBundle.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void ContentBundle::LoadBundle (const char * filename)
+
+protected
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void ContentBundle::LoadBundle (const char * filename)
+
+protected
+
+ +

Definition at line 79 of file ContentBundle.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int ContentBundle::operator== (const ContentBundlethat) const
+
+inline
+
+ +

Definition at line 33 of file ContentBundle.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int ContentBundle::operator== (const ContentBundlethat) const
+
+inline
+
+ +

Definition at line 33 of file ContentBundle.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* ContentBundle::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 28 of file ContentBundle.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* ContentBundle::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 28 of file ContentBundle.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
Text ContentBundle::name
+
+protected
+
+ +

Definition at line 43 of file ContentBundle.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
Dictionary< Text > ContentBundle::values
+
+protected
+
+ +

Definition at line 44 of file ContentBundle.h.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.1