Open CASCADE Technology
6.5.4
|
#include <WNT_FontTable.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | WNT_FontTable (const Standard_Integer Low, const Standard_Integer Up) |
WNT_FontTable (const Handle< WNT_FontMapEntry > &Item, const Standard_Integer Low, const Standard_Integer Up) | |
void | Init (const Handle< WNT_FontMapEntry > &V) |
void | Destroy () |
~WNT_FontTable () | |
Standard_Boolean | IsAllocated () const |
const WNT_FontTable & | Assign (const WNT_FontTable &Other) |
const WNT_FontTable & | operator= (const WNT_FontTable &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const Handle< WNT_FontMapEntry > &Value) |
const Handle_WNT_FontMapEntry & | Value (const Standard_Integer Index) const |
const Handle_WNT_FontMapEntry & | operator() (const Standard_Integer Index) const |
Handle_WNT_FontMapEntry & | ChangeValue (const Standard_Integer Index) |
Handle_WNT_FontMapEntry & | operator() (const Standard_Integer Index) |
DEFINE_STANDARD_ALLOC WNT_FontTable::WNT_FontTable | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
WNT_FontTable::WNT_FontTable | ( | const Handle< WNT_FontMapEntry > & | Item, |
const Standard_Integer | Low, | ||
const Standard_Integer | Up | ||
) |
WNT_FontTable::~WNT_FontTable | ( | ) | [inline] |
const WNT_FontTable& WNT_FontTable::Assign | ( | const WNT_FontTable & | Other | ) |
Handle_WNT_FontMapEntry& WNT_FontTable::ChangeValue | ( | const Standard_Integer | Index | ) |
void WNT_FontTable::Init | ( | const Handle< WNT_FontMapEntry > & | V | ) |
Standard_Boolean WNT_FontTable::IsAllocated | ( | ) | const |
Standard_Integer WNT_FontTable::Length | ( | ) | const |
Standard_Integer WNT_FontTable::Lower | ( | ) | const |
const Handle_WNT_FontMapEntry& WNT_FontTable::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
Handle_WNT_FontMapEntry& WNT_FontTable::operator() | ( | const Standard_Integer | Index | ) | [inline] |
const WNT_FontTable& WNT_FontTable::operator= | ( | const WNT_FontTable & | Other | ) | [inline] |
void WNT_FontTable::SetValue | ( | const Standard_Integer | Index, |
const Handle< WNT_FontMapEntry > & | Value | ||
) |
Standard_Integer WNT_FontTable::Upper | ( | ) | const |
const Handle_WNT_FontMapEntry& WNT_FontTable::Value | ( | const Standard_Integer | Index | ) | const |