26#ifndef SIMPLISTICCOMPONENT_H
27#define SIMPLISTICCOMPONENT_H
61 bool addProperty(
Property*)
override;
#define CAMITK_API
Definition CamiTKAPI.h:66
Component(QString file, QString name, Representation rep=NO_REPRESENTATION, bool createDefaultFrame=true)
Component constructor for top-level component (please use the other constructor for sub-level compone...
Definition sdk/libraries/core/component/Component.cpp:56
This class describes a property that can be used in components and actions or any class that needs to...
Definition Property.h:306
This class has been implemented to be able to instantiate a very basic component with NO_REPRESENTATI...
Definition SimplisticComponent.h:49
void initRepresentation() override
this component has no representation
Definition SimplisticComponent.h:56
static SimplisticComponent * createInstance(QString name)
Definition SimplisticComponent.cpp:29