From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_content_bundle.html | 675 ----------------------------- 1 file changed, 675 deletions(-) delete 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 deleted file mode 100644 index 6fe7d1e..0000000 --- a/Doc/doxygen/html/class_content_bundle.html +++ /dev/null @@ -1,675 +0,0 @@ - - - - - -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