![]() |
Middle Europe Productions Library
alpha 1.3.3
|
#include <WindowView.h>
Public Member Functions | |
| WindowView ()=default | |
| WindowView (const sf::View &view, const sf::View &master) | |
| void | grabWindow () |
| void | releaseWindow () |
| void | moveViewChange (const sf::Vector2i &change) |
| bool | isGrabbed () const |
| bool | customView () const |
| const sf::View & | getView () const |
| void | setView (const sf::View &view) |
| virtual void | moveView (sf::RenderWindow &Window) |
| const sf::View & | getMasterView () const |
Protected Attributes | |
| sf::Vector2i | m_windowPossChange |
| bool | m_grabbedWindow = false |
| sf::View | m_view |
| const sf::View * | m_appView = nullptr |
| bool | isCustomViewEnabled = false |
|
default |
|
inline |
Enables WindowView class.
|
inline |
Sets a new connection with a window.
|
inline |
Outputs the view parameter of a main app.
| [in] | const sf::View& |
|
inline |
Outputs the view parameter.
|
inline |
|
inline |
|
inlinevirtual |
Moves the view.
|
inline |
|
inline |
|
inline |
Sets the view parameter.
| [in] | const sf::View& |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |