#pragma once #include #include class UIMLToolTip : public Framework::ToolTip { private: Framework::UIMLView *view; public: UIMLToolTip(); ~UIMLToolTip(); void setUIML(const char* uiml); };