#include <PlotMgt_ListOfMFTFonts.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | PlotMgt_ListOfMFTFonts (const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT | PlotMgt_ListOfMFTFonts (const Handle(MFT_FontManager)&Item, const Standard_Integer Low, const Standard_Integer Up) |
Standard_EXPORT void | Init (const Handle(MFT_FontManager)&V) |
Standard_EXPORT void | Destroy () |
~PlotMgt_ListOfMFTFonts () | |
Standard_Boolean | IsAllocated () const |
Standard_EXPORT const PlotMgt_ListOfMFTFonts & | Assign (const PlotMgt_ListOfMFTFonts &Other) |
const PlotMgt_ListOfMFTFonts & | operator= (const PlotMgt_ListOfMFTFonts &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Handle(MFT_FontManager)&Value) |
const Handle_MFT_FontManager & | Value (const Standard_Integer Index) const |
const Handle_MFT_FontManager & | operator() (const Standard_Integer Index) const |
Handle_MFT_FontManager & | ChangeValue (const Standard_Integer Index) |
Handle_MFT_FontManager & | operator() (const Standard_Integer Index) |
Private Member Functions | |
Standard_EXPORT | PlotMgt_ListOfMFTFonts (const PlotMgt_ListOfMFTFonts &AnArray) |
Private Attributes | |
Standard_Integer | myLowerBound |
Standard_Integer | myUpperBound |
Standard_Address | myStart |
Standard_Boolean | isAllocated |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|