#include <Window.h>
| Window::Window |
( |
WindowType::Type |
type, |
|
|
const uint32_t |
bufWidth, |
|
|
const uint32_t |
bufHeight, |
|
|
bool |
hasAlpha = false |
|
) |
| |
| Window::Window |
( |
WindowType::Type |
type, |
|
|
const QPixmap & |
pix |
|
) |
| |
| Window::Window |
( |
const Window & |
| ) |
|
|
protected |
| virtual const QPixmap* Window::acquireScreenPixmap |
( |
| ) |
|
|
inlinevirtual |
| std::string Window::appId |
( |
| ) |
const |
| virtual QRectF Window::boundingRect |
( |
| ) |
const |
|
inlinevirtual |
| bool Window::disableKeepAlive |
( |
| ) |
const |
|
inline |
| QSize Window::getVisibleDimensions |
( |
| ) |
const |
|
virtual |
| int Window::initialHeight |
( |
| ) |
const |
|
inline |
| int Window::initialWidth |
( |
| ) |
const |
|
inline |
| virtual bool Window::isIpcWindow |
( |
| ) |
const |
|
inlinevirtual |
| std::string Window::launchingAppId |
( |
| ) |
const |
| std::string Window::launchingProcessId |
( |
| ) |
const |
| virtual void Window::lock |
( |
| ) |
|
|
inlineprotectedvirtual |
| bool Window::mouseGrabbed |
( |
| ) |
const |
|
virtual |
| std::string Window::name |
( |
| ) |
const |
| void Window::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionGraphicsItem * |
option, |
|
|
QWidget * |
widget |
|
) |
| |
|
virtual |
| std::string Window::processId |
( |
| ) |
const |
| bool Window::removed |
( |
| ) |
const |
|
inline |
| void Window::resize |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
virtual |
| void Window::setAppId |
( |
const std::string & |
id | ) |
|
|
virtual |
| void Window::setDisableKeepAlive |
( |
| ) |
|
|
inline |
| void Window::setLaunchingAppId |
( |
const std::string & |
id | ) |
|
| void Window::setLaunchingProcessId |
( |
const std::string & |
id | ) |
|
| void Window::setMouseGrabbed |
( |
bool |
grabbed | ) |
|
|
virtual |
| void Window::setName |
( |
const std::string & |
name | ) |
|
| void Window::setProcessId |
( |
const std::string & |
id | ) |
|
| void Window::setRemoved |
( |
| ) |
|
|
inline |
| void Window::setVisibleDimensions |
( |
uint32_t |
width, |
|
|
uint32_t |
height |
|
) |
| |
|
virtual |
| virtual void Window::setWindowProperties |
( |
const WindowProperties & |
attr | ) |
|
|
inlinevirtual |
| virtual int Window::type |
( |
| ) |
const |
|
inlinevirtual |
| virtual void Window::unlock |
( |
| ) |
|
|
inlineprotectedvirtual |
| std::string Window::m_appId |
|
protected |
| uint32_t Window::m_bufHeight |
|
protected |
| uint32_t Window::m_bufWidth |
|
protected |
| bool Window::m_disableKeepAlive |
|
protected |
| int Window::m_initialHeight |
|
protected |
| int Window::m_initialWidth |
|
protected |
| std::string Window::m_launchingAppId |
|
protected |
| std::string Window::m_launchingProcId |
|
protected |
| std::string Window::m_name |
|
protected |
| std::string Window::m_processId |
|
protected |
| QPixmap Window::m_screenPixmap |
|
protected |
| WindowType::Type Window::m_type |
|
protected |
| QRectF Window::m_visibleBounds |
|
protected |
The documentation for this class was generated from the following files: