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_display_element.html | 331 ++++++++++++++++++++++++++++ 1 file changed, 331 insertions(+) create mode 100644 Doc/doxygen/html/class_display_element.html (limited to 'Doc/doxygen/html/class_display_element.html') diff --git a/Doc/doxygen/html/class_display_element.html b/Doc/doxygen/html/class_display_element.html new file mode 100644 index 0000000..fc57f57 --- /dev/null +++ b/Doc/doxygen/html/class_display_element.html @@ -0,0 +1,331 @@ + + + + + +Starshatter_Open: DisplayElement Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
DisplayElement Class Reference
+
+
+ +

List of all members.

+ + + +

+Public Member Functions

 DisplayElement ()
+ + +

+Static Public Member Functions

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

+Public Attributes

Text text
Bitmapimage
Fontfont
Color color
Rect rect
int blend
double hold
double fade_in
double fade_out
+

Detailed Description

+
+

Definition at line 40 of file DisplayView.cpp.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
DisplayElement::DisplayElement ()
+
+inline
+
+ +

Definition at line 45 of file DisplayView.cpp.

+ +
+
+

Member Function Documentation

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

Definition at line 43 of file DisplayView.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int DisplayElement::blend
+
+ +

Definition at line 52 of file DisplayView.cpp.

+ +
+
+ +
+
+ + + + +
Color DisplayElement::color
+
+ +

Definition at line 50 of file DisplayView.cpp.

+ +
+
+ +
+
+ + + + +
double DisplayElement::fade_in
+
+ +

Definition at line 54 of file DisplayView.cpp.

+ +
+
+ +
+
+ + + + +
double DisplayElement::fade_out
+
+ +

Definition at line 55 of file DisplayView.cpp.

+ +
+
+ +
+
+ + + + +
Font* DisplayElement::font
+
+ +

Definition at line 49 of file DisplayView.cpp.

+ +
+
+ +
+
+ + + + +
double DisplayElement::hold
+
+ +

Definition at line 53 of file DisplayView.cpp.

+ +
+
+ +
+
+ + + + +
Bitmap* DisplayElement::image
+
+ +

Definition at line 48 of file DisplayView.cpp.

+ +
+
+ +
+
+ + + + +
Rect DisplayElement::rect
+
+ +

Definition at line 51 of file DisplayView.cpp.

+ +
+
+ +
+
+ + + + +
Text DisplayElement::text
+
+ +

Definition at line 47 of file DisplayView.cpp.

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