|
Open CASCADE Technology 6.5.2
|
#include <PlotMgt_PlotterParameter.hxx>

Public Member Functions | |
| PlotMgt_PlotterParameter (const TCollection_AsciiString &aName) | |
| Create the class instance WITH undefined TYPE | |
| Standard_Boolean | Save (OSD_File &aFile) |
| void | SetState (const Standard_Boolean aState) |
| void | SetType (const PlotMgt_TypeOfPlotterParameter aType) |
| void | SValue (TCollection_AsciiString &aValue) const |
| Standard_Boolean | BValue () const |
| Standard_Integer | IValue () const |
| Standard_Real | RValue () const |
| void | LValues (Handle< TColStd_HSequenceOfAsciiString > &aList) const |
| Handle_TColStd_HSequenceOfAsciiString | MValue () const |
| TCollection_AsciiString | Name () const |
| TCollection_AsciiString | OldName () const |
| Standard_Boolean | NeedToBeSaved () const |
| void | Dump () const |
| void | PutCommandInfo (const Aspect_FStream &outStream) const |
| Used to put parameter's information in a cmd file used in PlotterDriver's Spool method. | |
| void | SetSValue (const TCollection_AsciiString &aValue) |
| void | SetBValue (const Standard_Boolean aValue) |
| void | SetIValue (const Standard_Integer aValue) |
| void | SetRValue (const Standard_Real aValue) |
| void | SetMValue (const Handle< TColStd_HSequenceOfAsciiString > &aMap) |
Protected Member Functions | |
| void | Normalize () |
| Handle_TColStd_HSequenceOfAsciiString & | Description () |
| PlotMgt_PlotterParameter::PlotMgt_PlotterParameter | ( | const TCollection_AsciiString & | aName | ) |
| Standard_Boolean PlotMgt_PlotterParameter::BValue | ( | ) | const |
| Handle_TColStd_HSequenceOfAsciiString& PlotMgt_PlotterParameter::Description | ( | ) | [protected] |
| void PlotMgt_PlotterParameter::Dump | ( | ) | const |
| Standard_Integer PlotMgt_PlotterParameter::IValue | ( | ) | const |
| void PlotMgt_PlotterParameter::LValues | ( | Handle< TColStd_HSequenceOfAsciiString > & | aList | ) | const |
| Handle_TColStd_HSequenceOfAsciiString PlotMgt_PlotterParameter::MValue | ( | ) | const |
| TCollection_AsciiString PlotMgt_PlotterParameter::Name | ( | ) | const |
| Standard_Boolean PlotMgt_PlotterParameter::NeedToBeSaved | ( | ) | const |
| void PlotMgt_PlotterParameter::Normalize | ( | ) | [protected] |
| TCollection_AsciiString PlotMgt_PlotterParameter::OldName | ( | ) | const |
| void PlotMgt_PlotterParameter::PutCommandInfo | ( | const Aspect_FStream & | outStream | ) | const |
| Standard_Real PlotMgt_PlotterParameter::RValue | ( | ) | const |
| Standard_Boolean PlotMgt_PlotterParameter::Save | ( | OSD_File & | aFile | ) |
| void PlotMgt_PlotterParameter::SetBValue | ( | const Standard_Boolean | aValue | ) |
| void PlotMgt_PlotterParameter::SetIValue | ( | const Standard_Integer | aValue | ) |
| void PlotMgt_PlotterParameter::SetMValue | ( | const Handle< TColStd_HSequenceOfAsciiString > & | aMap | ) |
| void PlotMgt_PlotterParameter::SetRValue | ( | const Standard_Real | aValue | ) |
| void PlotMgt_PlotterParameter::SetState | ( | const Standard_Boolean | aState | ) |
| void PlotMgt_PlotterParameter::SetSValue | ( | const TCollection_AsciiString & | aValue | ) |
| void PlotMgt_PlotterParameter::SetType | ( | const PlotMgt_TypeOfPlotterParameter | aType | ) |
| void PlotMgt_PlotterParameter::SValue | ( | TCollection_AsciiString & | aValue | ) | const |
1.7.4