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_img_view.html | 522 +++++++++++++++++++++++++++++++++++ 1 file changed, 522 insertions(+) create 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 new file mode 100644 index 0000000..4e54067 --- /dev/null +++ b/Doc/doxygen/html/class_img_view.html @@ -0,0 +1,522 @@ + + + + + +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