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_img_view.html | 522 ----------------------------------- 1 file changed, 522 deletions(-) delete mode 100644 Doc/doxygen/html/class_img_view.html (limited to 'Doc/doxygen/html/class_img_view.html') diff --git a/Doc/doxygen/html/class_img_view.html b/Doc/doxygen/html/class_img_view.html deleted file mode 100644 index 19ec630..0000000 --- a/Doc/doxygen/html/class_img_view.html +++ /dev/null @@ -1,522 +0,0 @@ - - - - - -Starshatter_Open: ImgView Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- - -
- -

#include <ImgView.h>

-
-Inheritance diagram for ImgView:
-
-
- - -View - -
- -

List of all members.

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

-Public Member Functions

 ImgView (Window *c, Bitmap *bmp)
virtual ~ImgView ()
virtual void Refresh ()
virtual BitmapGetPicture () const
virtual void SetPicture (Bitmap *bmp)
virtual int GetBlend () const
virtual void SetBlend (int b)
- Public Member Functions inherited from View
 View (Window *c)
virtual ~View ()
int operator== (const View &that) const
virtual void OnWindowMove ()
virtual void OnShow ()
virtual void OnHide ()
virtual void SetWindow (Window *w)
virtual WindowGetWindow ()
- - -

-Static Public Member Functions

static const char * TYPENAME ()
- - - - - - - - - -

-Protected Attributes

Bitmapimg
int x_offset
int y_offset
int width
int height
int blend
- Protected Attributes inherited from View
Windowwindow
-

Detailed Description

-
-

Definition at line 27 of file ImgView.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
ImgView::ImgView (Windowc,
Bitmapbmp 
)
-
- -

Definition at line 25 of file ImgView.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
ImgView::~ImgView ()
-
-virtual
-
- -

Definition at line 41 of file ImgView.cpp.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
virtual int ImgView::GetBlend () const
-
-inlinevirtual
-
- -

Definition at line 40 of file ImgView.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual Bitmap* ImgView::GetPicture () const
-
-inlinevirtual
-
- -

Definition at line 38 of file ImgView.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
void ImgView::Refresh ()
-
-virtual
-
- -

Reimplemented from View.

- -

Definition at line 48 of file ImgView.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - -
virtual void ImgView::SetBlend (int b)
-
-inlinevirtual
-
- -

Definition at line 41 of file ImgView.h.

- -
-
- -
-
- - - - - -
- - - - - - - - -
void ImgView::SetPicture (Bitmapbmp)
-
-virtual
-
- -

Definition at line 62 of file ImgView.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
static const char* ImgView::TYPENAME ()
-
-inlinestatic
-
- -

Reimplemented from View.

- -

Definition at line 30 of file ImgView.h.

- -
-
-

Member Data Documentation

- -
-
- - - - - -
- - - - -
int ImgView::blend
-
-protected
-
- -

Definition at line 47 of file ImgView.h.

- -
-
- -
-
- - - - - -
- - - - -
int ImgView::height
-
-protected
-
- -

Definition at line 46 of file ImgView.h.

- -
-
- -
-
- - - - - -
- - - - -
Bitmap* ImgView::img
-
-protected
-
- -

Definition at line 44 of file ImgView.h.

- -
-
- -
-
- - - - - -
- - - - -
int ImgView::width
-
-protected
-
- -

Definition at line 46 of file ImgView.h.

- -
-
- -
-
- - - - - -
- - - - -
int ImgView::x_offset
-
-protected
-
- -

Definition at line 45 of file ImgView.h.

- -
-
- -
-
- - - - - -
- - - - -
int ImgView::y_offset
-
-protected
-
- -

Definition at line 45 of file ImgView.h.

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