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_display_element.html | 331 ---------------------------- 1 file changed, 331 deletions(-) delete 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 deleted file mode 100644 index a5e0ce3..0000000 --- a/Doc/doxygen/html/class_display_element.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - - -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