21 #ifndef Y2ComponentCreator_h
22 #define Y2ComponentCreator_h
98 #endif // Y2ComponentCreator_h
order_t
Definition: Y2ComponentBroker.h:98
virtual Y2Component * createInLevel(const char *name, int level, int current_level) const
Definition: Y2ComponentCreator.cc:58
bool isClientCreator() const
Definition: Y2ComponentCreator.cc:40
virtual Y2Component * create(const char *name) const
Definition: Y2ComponentCreator.cc:45
virtual bool isServerCreator() const =0
Communication handle to a YaST2 component.
Definition: Y2Component.h:262
virtual Y2Component * provideNamespace(const char *name)
Definition: Y2ComponentCreator.cc:51
virtual ~Y2ComponentCreator()
Definition: Y2ComponentCreator.cc:36
Can create certain YaST2 components As documented in Y2Component, there are many ways how to realize ...
Definition: Y2ComponentCreator.h:43
Y2ComponentCreator(Y2ComponentBroker::order_t order)
Definition: Y2ComponentCreator.cc:26