// 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 _Interface_SignLabel_HeaderFile #define _Interface_SignLabel_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Interface_SignLabel_HeaderFile #include #endif #ifndef _MoniTool_SignText_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif class TCollection_AsciiString; class Standard_Transient; //! Signature to give the Label from the Model
class Interface_SignLabel : public MoniTool_SignText { public: Standard_EXPORT Interface_SignLabel(); //! Returns "Entity Label"
Standard_EXPORT Standard_CString Name() const; //! Considers context as an InterfaceModel and returns the Label
//! computed by it
Standard_EXPORT TCollection_AsciiString Text(const Handle(Standard_Transient)& ent,const Handle(Standard_Transient)& context) const; DEFINE_STANDARD_RTTI(Interface_SignLabel) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif