Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | 모든 멤버 목록
HEPREP::HepRepAttributeListener 클래스 참조abstract

#include <HepRepAttributeListener.h>

Public 멤버 함수

virtual ~HepRepAttributeListener ()
 Destructor. 더 자세히 ...
 
virtual void setAttribute (HepRepInstance *instance, std::string key, std::string value, std::string lowerCaseValue, int showLabel)=0
 
virtual void setAttribute (HepRepInstance *instance, std::string key, std::vector< double > value, int showLabel)=0
 
virtual void setAttribute (HepRepInstance *instance, std::string key, long value, int showLabel)=0
 
virtual void setAttribute (HepRepInstance *instance, std::string key, int value, int showLabel)=0
 
virtual void setAttribute (HepRepInstance *instance, std::string key, double value, int showLabel)=0
 
virtual void setAttribute (HepRepInstance *instance, std::string key, bool value, int showLabel)=0
 
virtual void removeAttribute (HepRepInstance *instance, std::string key)=0
 

상세한 설명

HepRepAttributeListener interface. The implementor is called back for changes of attributes while using the HepRepIterator to iterate over all the HepRepInstances.

All names are lowercased.

작성자
Mark Donszelmann

HepRepAttributeListener.h 파일의 27 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

virtual HEPREP::HepRepAttributeListener::~HepRepAttributeListener ( )
inlinevirtual

Destructor.

HepRepAttributeListener.h 파일의 31 번째 라인에서 정의되었습니다.

멤버 함수 문서화

virtual void HEPREP::HepRepAttributeListener::removeAttribute ( HepRepInstance instance,
std::string  key 
)
pure virtual

Called if attribute key is removed from the attribute set.

매개변수
instanceinstance for which this attribute is set.
keyname of the removed attribute.
virtual void HEPREP::HepRepAttributeListener::setAttribute ( HepRepInstance instance,
std::string  key,
std::string  value,
std::string  lowerCaseValue,
int  showLabel 
)
pure virtual

Called if attribute key changes its value.

매개변수
instanceinstance for which this attribute is set.
keyname of the changed attribute.
valuevalue of the changed attribute.
lowerCaseValuelower case value of the changed attribute.
showLabelvalue of showLabel.
virtual void HEPREP::HepRepAttributeListener::setAttribute ( HepRepInstance instance,
std::string  key,
std::vector< double >  value,
int  showLabel 
)
pure virtual

Called if attribute key changes its value.

매개변수
instanceinstance for which this attribute is set.
keyname of the changed attribute.
valuevalue of the changed attribute.
showLabelvalue of showLabel.
virtual void HEPREP::HepRepAttributeListener::setAttribute ( HepRepInstance instance,
std::string  key,
long  value,
int  showLabel 
)
pure virtual

Called if attribute key changes its value.

매개변수
instanceinstance for which this attribute is set.
keyname of the changed attribute.
valuevalue of the changed attribute.
showLabelvalue of showLabel.
virtual void HEPREP::HepRepAttributeListener::setAttribute ( HepRepInstance instance,
std::string  key,
int  value,
int  showLabel 
)
pure virtual

Called if attribute key changes its value.

매개변수
instanceinstance for which this attribute is set.
keyname of the changed attribute.
valuevalue of the changed attribute.
showLabelvalue of showLabel.
virtual void HEPREP::HepRepAttributeListener::setAttribute ( HepRepInstance instance,
std::string  key,
double  value,
int  showLabel 
)
pure virtual

Called if attribute key changes its value.

매개변수
instanceinstance for which this attribute is set.
keyname of the changed attribute.
valuevalue of the changed attribute.
showLabelvalue of showLabel.
virtual void HEPREP::HepRepAttributeListener::setAttribute ( HepRepInstance instance,
std::string  key,
bool  value,
int  showLabel 
)
pure virtual

Called if attribute key changes its value.

매개변수
instanceinstance for which this attribute is set.
keyname of the changed attribute.
valuevalue of the changed attribute.
showLabelvalue of showLabel.

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: