#include <PlotMgt_HListOfPlotterParameter.hxx>
Public Member Functions | |
PlotMgt_HListOfPlotterParameter () | |
Standard_Boolean | IsEmpty () const |
Standard_Integer | Length () const |
Standard_EXPORT void | Clear () |
Standard_EXPORT void | Append (const Handle(PlotMgt_PlotterParameter)&anItem) |
Standard_EXPORT void | Append (const Handle(PlotMgt_HListOfPlotterParameter)&aSequence) |
Standard_EXPORT void | Prepend (const Handle(PlotMgt_PlotterParameter)&anItem) |
Standard_EXPORT void | Prepend (const Handle(PlotMgt_HListOfPlotterParameter)&aSequence) |
Standard_EXPORT void | Reverse () |
Standard_EXPORT void | InsertBefore (const Standard_Integer anIndex, const Handle(PlotMgt_PlotterParameter)&anItem) |
Standard_EXPORT void | InsertBefore (const Standard_Integer anIndex, const Handle(PlotMgt_HListOfPlotterParameter)&aSequence) |
Standard_EXPORT void | InsertAfter (const Standard_Integer anIndex, const Handle(PlotMgt_PlotterParameter)&anItem) |
Standard_EXPORT void | InsertAfter (const Standard_Integer anIndex, const Handle(PlotMgt_HListOfPlotterParameter)&aSequence) |
Standard_EXPORT void | Exchange (const Standard_Integer anIndex, const Standard_Integer anOtherIndex) |
Standard_EXPORT Handle_PlotMgt_HListOfPlotterParameter | Split (const Standard_Integer anIndex) |
Standard_EXPORT void | SetValue (const Standard_Integer anIndex, const Handle(PlotMgt_PlotterParameter)&anItem) |
Standard_EXPORT const Handle_PlotMgt_PlotterParameter & | Value (const Standard_Integer anIndex) const |
Standard_EXPORT Handle_PlotMgt_PlotterParameter & | ChangeValue (const Standard_Integer anIndex) |
Standard_EXPORT void | Remove (const Standard_Integer anIndex) |
Standard_EXPORT void | Remove (const Standard_Integer fromIndex, const Standard_Integer toIndex) |
const PlotMgt_ListOfPlotterParameter & | Sequence () const |
PlotMgt_ListOfPlotterParameter & | ChangeSequence () |
Standard_EXPORT Handle_PlotMgt_HListOfPlotterParameter | ShallowCopy () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
PlotMgt_ListOfPlotterParameter | mySequence |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|