Open CASCADE Technology
6.5.4
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_IFSelect_IntParam.hxx>
#include <Standard_Integer.hxx>
#include <TCollection_AsciiString.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_CString.hxx>
Data Structures | |
class | IFSelect_IntParam |
This class simply allows to access an Integer value through a Handle, as a String can be (by using HString). Hence, this value can be accessed : read and modified, without passing through the specific object which detains it. Thus, parameters of a Selection or a Dispatch (according its type) can be controlled directly from the ShareOut which contains them Additionnaly, an IntParam can be bound to a Static. Remember that for a String, binding is immediate, because the string value of a Static is a HAsciiString, it then suffices to get its Handle. For an Integer, an IntParam can designate (by its name) a Static : each time its value is required or set, the Static is aknowledged More... |