Baseclass of Annotation layouters An AbstractAnnotationRenderer can be implemented to control a set of Annotation by means of position and size.
More...
#include <mitkAbstractAnnotationRenderer.h>
|
| AbstractAnnotationRenderer (const std::string &rendererID, const std::string &arID) |
|
| ~AbstractAnnotationRenderer () override |
| virtual destructor in order to derive from this class More...
|
|
const std::string | GetID () const |
|
const std::string | GetRendererID () const |
|
void | CurrentBaseRendererChanged () |
|
virtual void | OnRenderWindowModified () |
|
void | RemoveAllAnnotation () |
|
void | Update () |
|
| ~ServiceTracker () override |
|
| ServiceTracker (ModuleContext *context, const ServiceReferenceType &reference, ServiceTrackerCustomizer< Annotation, T > *customizer=nullptr) |
|
| ServiceTracker (ModuleContext *context, const std::string &clazz, ServiceTrackerCustomizer< Annotation, T > *customizer=0) |
|
| ServiceTracker (ModuleContext *context, const LDAPFilter &filter, ServiceTrackerCustomizer< Annotation, T > *customizer=nullptr) |
|
| ServiceTracker (ModuleContext *context, ServiceTrackerCustomizer< Annotation, T > *customizer=nullptr) |
|
virtual void | Open () |
|
virtual void | Close () |
|
virtual T | WaitForService (unsigned long timeoutMillis=0) |
|
virtual std::vector< ServiceReferenceType > | GetServiceReferences () const |
|
virtual ServiceReferenceType | GetServiceReference () const |
|
virtual T | GetService (const ServiceReferenceType &reference) const |
|
virtual T | GetService () const |
|
virtual std::vector< T > | GetServices () const |
|
virtual void | Remove (const ServiceReferenceType &reference) |
|
virtual int | Size () const |
|
virtual int | GetTrackingCount () const |
|
virtual void | GetTracked (TrackingMap &tracked) const |
|
virtual bool | IsEmpty () const |
|
Baseclass of Annotation layouters An AbstractAnnotationRenderer can be implemented to control a set of Annotation by means of position and size.
Definition at line 31 of file mitkAbstractAnnotationRenderer.h.
◆ Superclass
◆ AbstractAnnotationRenderer()
mitk::AbstractAnnotationRenderer::AbstractAnnotationRenderer |
( |
const std::string & |
rendererID, |
|
|
const std::string & |
arID |
|
) |
| |
◆ ~AbstractAnnotationRenderer()
mitk::AbstractAnnotationRenderer::~AbstractAnnotationRenderer |
( |
| ) |
|
|
override |
virtual destructor in order to derive from this class
◆ CurrentBaseRendererChanged()
void mitk::AbstractAnnotationRenderer::CurrentBaseRendererChanged |
( |
| ) |
|
◆ GetCurrentBaseRenderer()
BaseRenderer* mitk::AbstractAnnotationRenderer::GetCurrentBaseRenderer |
( |
| ) |
|
|
protected |
◆ GetID()
const std::string mitk::AbstractAnnotationRenderer::GetID |
( |
| ) |
const |
◆ GetRendererID()
const std::string mitk::AbstractAnnotationRenderer::GetRendererID |
( |
| ) |
const |
◆ OnRenderWindowModified()
virtual void mitk::AbstractAnnotationRenderer::OnRenderWindowModified |
( |
| ) |
|
|
inlinevirtual |
◆ RemoveAllAnnotation()
void mitk::AbstractAnnotationRenderer::RemoveAllAnnotation |
( |
| ) |
|
◆ Update()
void mitk::AbstractAnnotationRenderer::Update |
( |
| ) |
|
◆ US_INTERFACE_NAME
const std::string mitk::AbstractAnnotationRenderer::US_INTERFACE_NAME |
|
static |
◆ US_PROPKEY_ID
const std::string mitk::AbstractAnnotationRenderer::US_PROPKEY_ID |
|
static |
◆ US_PROPKEY_RENDERER_ID
const std::string mitk::AbstractAnnotationRenderer::US_PROPKEY_RENDERER_ID |
|
static |
The documentation for this class was generated from the following file: