#include <FWEventAnnotation.h>
Public Member Functions | |
virtual void | addTo (FWConfiguration &) const |
FWEventAnnotation (TGLViewerBase *view) | |
FWEventAnnotation (const FWEventAnnotation &)=delete | |
const FWEventAnnotation & | operator= (const FWEventAnnotation &)=delete |
void | Render (TGLRnrCtx &rnrCtx) override |
void | setEvent () |
virtual void | setFrom (const FWConfiguration &) |
void | setLevel (long x) |
~FWEventAnnotation () override | |
Private Member Functions | |
void | updateOverlayText () |
Private Attributes | |
int | m_level |
Definition at line 11 of file FWEventAnnotation.h.
FWEventAnnotation::FWEventAnnotation | ( | TGLViewerBase * | view | ) |
Definition at line 11 of file FWEventAnnotation.cc.
|
override |
Definition at line 17 of file FWEventAnnotation.cc.
|
delete |
|
virtual |
Definition at line 69 of file FWEventAnnotation.cc.
References FWConfiguration::addKeyValue(), alignCSCRings::s, x, and y.
Referenced by FWEveView::addTo().
|
delete |
|
override |
void FWEventAnnotation::setEvent | ( | ) |
Definition at line 30 of file FWEventAnnotation.cc.
References updateOverlayText().
Referenced by FWEveView::eventEnd().
|
virtual |
Definition at line 83 of file FWEventAnnotation.cc.
References FWConfiguration::value(), relativeConstraints::value, and FWConfiguration::valueForKey().
Referenced by FWEveView::setFrom().
void FWEventAnnotation::setLevel | ( | long | x | ) |
Definition at line 21 of file FWEventAnnotation.cc.
References m_level, updateOverlayText(), and x.
Referenced by FWEveView::FWEveView().
|
private |
Definition at line 32 of file FWEventAnnotation.cc.
References edmPickEvents::event, FWGUIManager::getCurrentEvent(), FWGUIManager::getGUIManager(), fireworks::getLocalTime(), and m_level.
Referenced by setEvent(), and setLevel().
|
private |
Definition at line 31 of file FWEventAnnotation.h.
Referenced by Render(), setLevel(), and updateOverlayText().