// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Viewer_Viewer_HeaderFile #define _Viewer_Viewer_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Viewer_Viewer_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _TCollection_AsciiString_HeaderFile #include #endif #ifndef _TCollection_ExtendedString_HeaderFile #include #endif #ifndef _Handle_Aspect_GraphicDevice_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_ExtString_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif class Aspect_GraphicDevice; class Viewer_Viewer : public MMgt_TShared { public: Standard_EXPORT virtual void Update() = 0; Standard_EXPORT Handle_Aspect_GraphicDevice Device() const; Standard_EXPORT Standard_ExtString NextName() const; Standard_EXPORT Standard_CString Domain() const; DEFINE_STANDARD_RTTI(Viewer_Viewer) protected: Standard_EXPORT Viewer_Viewer(const Handle(Aspect_GraphicDevice)& aDevice,const Standard_ExtString aName,const Standard_CString aDomain,const Standard_Integer aNextCount); Standard_EXPORT void IncrCount() ; private: Standard_Integer myNextCount; TCollection_AsciiString myDomain; TCollection_ExtendedString myName; Handle_Aspect_GraphicDevice myDevice; }; // other Inline functions and methods (like "C++: function call" methods) #endif