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

#include <Video.h>

+
+Inheritance diagram for VideoPrivateData:
+
+
+ + +VideoDX9SegmentData +VideoDX9SurfaceData + +
+ +

List of all members.

+ + + + + + + + +

+Public Member Functions

 VideoPrivateData ()
virtual ~VideoPrivateData ()
virtual int GetType () const
virtual bool IsValid () const
virtual void Invalidate ()
virtual void Validate ()
+ + +

+Protected Attributes

bool valid
+

Detailed Description

+
+

Definition at line 223 of file Video.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
VideoPrivateData::VideoPrivateData ()
+
+inline
+
+ +

Definition at line 226 of file Video.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual VideoPrivateData::~VideoPrivateData ()
+
+inlinevirtual
+
+ +

Definition at line 227 of file Video.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
virtual int VideoPrivateData::GetType () const
+
+inlinevirtual
+
+ +

Reimplemented in VideoDX9SegmentData, and VideoDX9SurfaceData.

+ +

Definition at line 229 of file Video.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual void VideoPrivateData::Invalidate ()
+
+inlinevirtual
+
+ +

Definition at line 232 of file Video.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual bool VideoPrivateData::IsValid () const
+
+inlinevirtual
+
+ +

Definition at line 231 of file Video.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual void VideoPrivateData::Validate ()
+
+inlinevirtual
+
+ +

Definition at line 233 of file Video.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
bool VideoPrivateData::valid
+
+protected
+
+ +

Definition at line 236 of file Video.h.

+ +
+
+
The documentation for this class was generated from the following file:
    +
  • D:/SRC/StarshatterSVN/nGenEx/Video.h
  • +
+
+
+ + + + -- cgit v1.1