Version: 8.3.0
SALOMEDS_ClientAttributes.hxx File Reference
#include <CORBA_SERVER_HEADER(SALOMEDS_Attributes)>
#include "SALOMEDSImpl_GenericAttribute.hxx"
#include "SALOMEDSImpl_AttributeName.hxx"
#include "SALOMEDSImpl_AttributeComment.hxx"
#include "SALOMEDSImpl_AttributeInteger.hxx"
#include "SALOMEDSImpl_AttributeReal.hxx"
#include "SALOMEDSImpl_AttributeTreeNode.hxx"
#include "SALOMEDSImpl_AttributeUserID.hxx"
#include "SALOMEDSImpl_AttributeSequenceOfReal.hxx"
#include "SALOMEDSImpl_AttributeSequenceOfInteger.hxx"
#include "SALOMEDSImpl_AttributeIOR.hxx"
#include "SALOMEDSImpl_AttributePersistentRef.hxx"
#include "SALOMEDSImpl_AttributeDrawable.hxx"
#include "SALOMEDSImpl_AttributeSelectable.hxx"
#include "SALOMEDSImpl_AttributeExpandable.hxx"
#include "SALOMEDSImpl_AttributeOpened.hxx"
#include "SALOMEDSImpl_AttributeTextColor.hxx"
#include "SALOMEDSImpl_AttributeTextHighlightColor.hxx"
#include "SALOMEDSImpl_AttributePixMap.hxx"
#include "SALOMEDSImpl_AttributeLocalID.hxx"
#include "SALOMEDSImpl_AttributeTarget.hxx"
#include "SALOMEDSImpl_AttributeTableOfInteger.hxx"
#include "SALOMEDSImpl_AttributeTableOfReal.hxx"
#include "SALOMEDSImpl_AttributeTableOfString.hxx"
#include "SALOMEDSImpl_AttributeStudyProperties.hxx"
#include "SALOMEDSImpl_AttributePythonObject.hxx"
#include "SALOMEDSImpl_AttributeExternalFileDef.hxx"
#include "SALOMEDSImpl_AttributeFileType.hxx"
#include "SALOMEDSImpl_AttributeFlags.hxx"
#include "SALOMEDSImpl_AttributeGraphic.hxx"
#include "SALOMEDSImpl_AttributeParameter.hxx"
#include "SALOMEDSImpl_AttributeString.hxx"
#include "SALOMEDS_GenericAttribute.hxx"
#include "SALOMEDS_AttributeName.hxx"
#include "SALOMEDS_AttributeComment.hxx"
#include "SALOMEDS_AttributeInteger.hxx"
#include "SALOMEDS_AttributeReal.hxx"
#include "SALOMEDS_AttributeTreeNode.hxx"
#include "SALOMEDS_AttributeUserID.hxx"
#include "SALOMEDS_AttributeSequenceOfReal.hxx"
#include "SALOMEDS_AttributeSequenceOfInteger.hxx"
#include "SALOMEDS_AttributeIOR.hxx"
#include "SALOMEDS_AttributePersistentRef.hxx"
#include "SALOMEDS_AttributeDrawable.hxx"
#include "SALOMEDS_AttributeSelectable.hxx"
#include "SALOMEDS_AttributeExpandable.hxx"
#include "SALOMEDS_AttributeOpened.hxx"
#include "SALOMEDS_AttributeTextColor.hxx"
#include "SALOMEDS_AttributeTextHighlightColor.hxx"
#include "SALOMEDS_AttributePixMap.hxx"
#include "SALOMEDS_AttributeLocalID.hxx"
#include "SALOMEDS_AttributeTarget.hxx"
#include "SALOMEDS_AttributeTableOfInteger.hxx"
#include "SALOMEDS_AttributeTableOfReal.hxx"
#include "SALOMEDS_AttributeTableOfString.hxx"
#include "SALOMEDS_AttributeStudyProperties.hxx"
#include "SALOMEDS_AttributePythonObject.hxx"
#include "SALOMEDS_AttributeExternalFileDef.hxx"
#include "SALOMEDS_AttributeFileType.hxx"
#include "SALOMEDS_AttributeFlags.hxx"
#include "SALOMEDS_AttributeGraphic.hxx"
#include "SALOMEDS_AttributeParameter.hxx"
#include "SALOMEDS_AttributeString.hxx"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __CreateClientAttributeLocal(CORBA_Name)
 
#define __CreateClientAttributeCORBA(CORBA_Name)
 
#define __CreateGenericClientAttributeLocal
 
#define __CreateGenericClientAttributeCORBA
 

Macro Definition Documentation

#define __CreateClientAttributeCORBA (   CORBA_Name)
Value:
if (strcmp(aTypeOfAttribute.c_str(), #CORBA_Name) == 0) { \
SALOMEDS::CORBA_Name##_var A = SALOMEDS::CORBA_Name::_narrow(theGA); \
aGA = new SALOMEDS_##CORBA_Name(A); \
}
#define __CreateClientAttributeLocal (   CORBA_Name)
Value:
if (strcmp(aTypeOfAttribute.c_str(), #CORBA_Name) == 0) { \
SALOMEDSImpl_##CORBA_Name* A = dynamic_cast<SALOMEDSImpl_##CORBA_Name*>(theGA); \
aGA = new SALOMEDS_##CORBA_Name(A); \
}
#define __CreateGenericClientAttributeCORBA
#define __CreateGenericClientAttributeLocal