OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
exposedwindow.hpp
Go to the documentation of this file.
1 #ifndef MWGUI_EXPOSEDWINDOW_H
2 #define MWGUI_EXPOSEDWINDOW_H
3 
4 #include <MyGUI_Window.h>
5 
6 namespace MWGui
7 {
8 
12  class ExposedWindow : public MyGUI::Window
13  {
14  MYGUI_RTTI_DERIVED(ExposedWindow)
15 
16  public:
17  MyGUI::VectorWidgetPtr getSkinWidgetsByName (const std::string &name);
18 
19  MyGUI::Widget* getSkinWidget(const std::string & _name, bool _throw = true);
21  };
22 
23 }
24 
25 #endif
26 
subclass to provide access to some Widget internals.
Definition: exposedwindow.hpp:12
MyGUI::VectorWidgetPtr getSkinWidgetsByName(const std::string &name)
Definition: exposedwindow.cpp:5
MyGUI::Widget * getSkinWidget(const std::string &_name, bool _throw=true)
Get a widget defined in the inner skin of this window.
Definition: exposedwindow.cpp:10
const char * name
Definition: crashcatcher.cpp:59