// 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 _StepVisual_TextStyleForDefinedFont_HeaderFile #define _StepVisual_TextStyleForDefinedFont_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepVisual_TextStyleForDefinedFont_HeaderFile #include #endif #ifndef _Handle_StepVisual_Colour_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepVisual_Colour; class StepVisual_TextStyleForDefinedFont : public MMgt_TShared { public: //! Returns a TextStyleForDefinedFont
Standard_EXPORT StepVisual_TextStyleForDefinedFont(); Standard_EXPORT virtual void Init(const Handle(StepVisual_Colour)& aTextColour) ; Standard_EXPORT void SetTextColour(const Handle(StepVisual_Colour)& aTextColour) ; Standard_EXPORT Handle_StepVisual_Colour TextColour() const; DEFINE_STANDARD_RTTI(StepVisual_TextStyleForDefinedFont) protected: private: Handle_StepVisual_Colour textColour; }; // other Inline functions and methods (like "C++: function call" methods) #endif