X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_WidgetAPI.h;h=4030ff257a204b12e70af6d7c14cdbd6f4677f10;hb=64d21759f9ee6423baf0de849de0b948bf09b1cc;hp=59f44f2b89642cf8b84a576c241a2495518058a8;hpb=637bc35625b89379def6b9f9ff0915d32664babd;p=modules%2Fshaper.git diff --git a/src/Config/Config_WidgetAPI.h b/src/Config/Config_WidgetAPI.h index 59f44f2b8..4030ff257 100644 --- a/src/Config/Config_WidgetAPI.h +++ b/src/Config/Config_WidgetAPI.h @@ -32,20 +32,21 @@ public: Config_WidgetAPI(std::string theRawXml); virtual ~Config_WidgetAPI(); - void reset(); - bool nextWidget(); + bool toNextWidget(); + bool toChildWidget(); + bool toParentWidget(); std::string widgetType(); + bool isContainerWidget(); + bool isPagedWidget(); + std::string widgetId(); std::string widgetIcon(); std::string widgetLabel(); std::string widgetTooltip(); std::string getProperty(const char* thePropName); -protected: - bool isNode(xmlNodePtr theNode, const char* name, ...); - private: xmlDocPtr myDoc; xmlNodePtr myCurrentNode;