7#ifndef HEPREP_HEPREPATTRIBUTELISTENER_H
8#define HEPREP_HEPREPATTRIBUTELISTENER_H 1
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, long value, int showLabel)=0
virtual ~HepRepAttributeListener()
Destructor.
virtual void setAttribute(HepRepInstance *instance, std::string key, double 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, bool value, int showLabel)=0
virtual void removeAttribute(HepRepInstance *instance, std::string key)=0
virtual void setAttribute(HepRepInstance *instance, std::string key, std::vector< double > value, int showLabel)=0