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_view.html | 596 ------------------------------- 1 file changed, 596 deletions(-) delete mode 100644 Doc/doxygen/html/class_display_view.html (limited to 'Doc/doxygen/html/class_display_view.html') diff --git a/Doc/doxygen/html/class_display_view.html b/Doc/doxygen/html/class_display_view.html deleted file mode 100644 index 5abdd6c..0000000 --- a/Doc/doxygen/html/class_display_view.html +++ /dev/null @@ -1,596 +0,0 @@ - - - - - -Starshatter_Open: DisplayView Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- - -
- -

#include <DisplayView.h>

-
-Inheritance diagram for DisplayView:
-
-
- - -View - -
- -

List of all members.

- - - - - - - - - - - - - - - - - - -

-Public Member Functions

 DisplayView (Window *c)
virtual ~DisplayView ()
virtual void Refresh ()
virtual void OnWindowMove ()
virtual void ExecFrame ()
virtual void ClearDisplay ()
virtual void AddText (const char *txt, Font *font, Color color, const Rect &rect, double hold=1e9, double fade_in=0, double fade_out=0)
virtual void AddImage (Bitmap *bmp, Color color, int blend, const Rect &rect, double hold=1e9, double fade_in=0, double fade_out=0)
- Public Member Functions inherited from View
 View (Window *c)
virtual ~View ()
int operator== (const View &that) const
virtual void OnShow ()
virtual void OnHide ()
virtual void SetWindow (Window *w)
virtual WindowGetWindow ()
- - - - -

-Static Public Member Functions

static DisplayViewGetInstance ()
- Static Public Member Functions inherited from View
static const char * TYPENAME ()
- - - - - - - - -

-Protected Attributes

int width
int height
double xcenter
double ycenter
List< DisplayElementelements
- Protected Attributes inherited from View
Windowwindow
-

Detailed Description

-
-

Definition at line 32 of file DisplayView.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - - -
DisplayView::DisplayView (Windowc)
-
- -

Definition at line 62 of file DisplayView.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
DisplayView::~DisplayView ()
-
-virtual
-
- -

Definition at line 69 of file DisplayView.cpp.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void DisplayView::AddImage (Bitmapbmp,
Color color,
int blend,
const Rectrect,
double hold = 1e9,
double fade_in = 0,
double fade_out = 0 
)
-
-virtual
-
- -

Definition at line 217 of file DisplayView.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void DisplayView::AddText (const char * txt,
Fontfont,
Color color,
const Rectrect,
double hold = 1e9,
double fade_in = 0,
double fade_out = 0 
)
-
-virtual
-
- -

Definition at line 192 of file DisplayView.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
void DisplayView::ClearDisplay ()
-
-virtual
-
- -

Definition at line 184 of file DisplayView.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
void DisplayView::ExecFrame ()
-
-virtual
-
- -

Definition at line 159 of file DisplayView.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
DisplayView * DisplayView::GetInstance ()
-
-static
-
- -

Definition at line 78 of file DisplayView.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
void DisplayView::OnWindowMove ()
-
-virtual
-
- -

Reimplemented from View.

- -

Definition at line 87 of file DisplayView.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
void DisplayView::Refresh ()
-
-virtual
-
- -

Reimplemented from View.

- -

Definition at line 100 of file DisplayView.cpp.

- -
-
-

Member Data Documentation

- -
-
- - - - - -
- - - - -
List<DisplayElement> DisplayView::elements
-
-protected
-
- -

Definition at line 67 of file DisplayView.h.

- -
-
- -
-
- - - - - -
- - - - -
int DisplayView::height
-
-protected
-
- -

Definition at line 63 of file DisplayView.h.

- -
-
- -
-
- - - - - -
- - - - -
int DisplayView::width
-
-protected
-
- -

Definition at line 63 of file DisplayView.h.

- -
-
- -
-
- - - - - -
- - - - -
double DisplayView::xcenter
-
-protected
-
- -

Definition at line 64 of file DisplayView.h.

- -
-
- -
-
- - - - - -
- - - - -
double DisplayView::ycenter
-
-protected
-
- -

Definition at line 64 of file DisplayView.h.

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