#include <vout_window.hpp>
Inheritance diagram for VoutWindow:

Public Member Functions | |
| virtual void | resize (int width, int height) |
| Resize the window. | |
| virtual void | refresh (int left, int top, int width, int height) |
| Refresh an area of the window. | |
| virtual string | getType () const |
| Window type, mainly useful when overloaded (for VoutWindow). | |
Definition at line 33 of file vout_window.hpp.
1.4.2