22 #include <ctkPlugin.h>
29 fProperties = descriptor->GetProperties();
30 fNamespace= descriptor->GetNamespace();
31 fConfigElement= descriptor->GetExtensionElement();
41 const QString &property)
43 return fNamespace == namespaze && fProperties.contains(
"," + property +
",");
54 return plugin->getState() == ctkPlugin::ACTIVE;
itk::SmartPointer< Self > Pointer
bool IsDeclaringPluginActive() override
PropertyTesterDescriptor::Pointer InternalCreateDescriptor()
bool Handles(const QString &namespaze, const QString &property) override
IPropertyTester * Instantiate() override
void InternalInitialize(PropertyTesterDescriptor::Pointer descriptor)
bool IsInstantiated() override