PieDock
1.6.3
|
#include <WindowStack.h>
Classes | |
struct | WindowInfo |
Public Types | |
typedef std::vector< WindowInfo > | WindowInfos |
Public Member Functions | |
WindowInfos & | getWindowInfos () |
const bool | hasWindows () const |
void | clearWindows () |
void | addWindow (Display *, Window) |
const Window | getNextWindow () |
const Window | getPreviousWindow () |
const bool | isUnmapped () |
Controller for windows
void WindowStack::addWindow | ( | Display * | d, |
Window | w | ||
) |
Add a window to menu item
d | - display |
w | - window to add |
Referenced by PieDock::Menu::update().
const Window WindowStack::getNextWindow | ( | ) |
Return next window
Referenced by PieDock::Menu::change(), and PieDock::Menu::execute().
const Window WindowStack::getPreviousWindow | ( | ) |
Return previous window
Referenced by PieDock::Menu::execute().
const bool WindowStack::isUnmapped | ( | ) |
Returns true if there's at least one window visible