#include <HepRepAttributeListener.h>
|
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 |
virtual void HEPREP::HepRepAttributeListener::removeAttribute |
( |
HepRepInstance * |
instance, |
|
|
std::string |
key |
|
) |
| |
|
pure virtual |
Called if attribute key is removed from the attribute set.
- 매개변수
-
instance | instance for which this attribute is set. |
key | name 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.
- 매개변수
-
instance | instance for which this attribute is set. |
key | name of the changed attribute. |
value | value of the changed attribute. |
lowerCaseValue | lower case value of the changed attribute. |
showLabel | value 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.
- 매개변수
-
instance | instance for which this attribute is set. |
key | name of the changed attribute. |
value | value of the changed attribute. |
showLabel | value 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.
- 매개변수
-
instance | instance for which this attribute is set. |
key | name of the changed attribute. |
value | value of the changed attribute. |
showLabel | value 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.
- 매개변수
-
instance | instance for which this attribute is set. |
key | name of the changed attribute. |
value | value of the changed attribute. |
showLabel | value 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.
- 매개변수
-
instance | instance for which this attribute is set. |
key | name of the changed attribute. |
value | value of the changed attribute. |
showLabel | value 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.
- 매개변수
-
instance | instance for which this attribute is set. |
key | name of the changed attribute. |
value | value of the changed attribute. |
showLabel | value of showLabel. |
이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: