#include <dimensionsmain.h>
|
| | Quicklauncher (quint32 width, quint32 height) |
| |
| virtual | ~Quicklauncher () |
| |
| virtual void | resize (int w, int h) |
| |
| virtual QRectF | geometry () const |
| |
| virtual int | normalHeight () const |
| |
| virtual void | save () |
| |
| virtual void | restore () |
| |
| qreal | backgroundOpacity () const |
| |
| void | setBackgroundOpacity (const qreal &v) |
| |
| void | setHighlightAt (int x, int y) |
| |
| void | removeHighlight () |
| |
| | Window (WindowType::Type type, const uint32_t bufWidth, const uint32_t bufHeight, bool hasAlpha=false) |
| |
| | Window (WindowType::Type type, const QPixmap &pix) |
| |
| virtual | ~Window () |
| |
| virtual int | type () const |
| |
| virtual QRectF | boundingRect () const |
| |
| virtual bool | mouseGrabbed () const |
| |
| virtual void | setMouseGrabbed (bool grabbed) |
| |
| virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| |
| virtual bool | isIpcWindow () const |
| |
| void | setName (const std::string &name) |
| |
| std::string | name () const |
| |
| virtual void | setAppId (const std::string &id) |
| |
| std::string | appId () const |
| |
| void | setProcessId (const std::string &id) |
| |
| std::string | processId () const |
| |
| void | setLaunchingAppId (const std::string &id) |
| |
| std::string | launchingAppId () const |
| |
| void | setLaunchingProcessId (const std::string &id) |
| |
| std::string | launchingProcessId () const |
| |
| ApplicationDescription * | appDescription () const |
| |
| void | setRemoved () |
| |
| bool | removed () const |
| |
| void | setDisableKeepAlive () |
| |
| bool | disableKeepAlive () const |
| |
| virtual void | setWindowProperties (const WindowProperties &attr) |
| |
| virtual void | setVisibleDimensions (uint32_t width, uint32_t height) |
| |
| virtual QSize | getVisibleDimensions () const |
| |
| virtual const QPixmap * | acquireScreenPixmap () |
| |
| int | initialWidth () const |
| |
| int | initialHeight () const |
| |
| Quicklauncher::Quicklauncher |
( |
quint32 |
width, |
|
|
quint32 |
height |
|
) |
| |
| Quicklauncher::~Quicklauncher |
( |
| ) |
|
|
virtual |
| qreal Quicklauncher::backgroundOpacity |
( |
| ) |
const |
|
inline |
| QRectF Quicklauncher::geometry |
( |
| ) |
const |
|
virtual |
| int Quicklauncher::normalHeight |
( |
| ) |
const |
|
virtual |
| void Quicklauncher::removeHighlight |
( |
| ) |
|
| void Quicklauncher::resize |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
virtual |
| void Quicklauncher::restore |
( |
| ) |
|
|
virtual |
| void Quicklauncher::save |
( |
| ) |
|
|
virtual |
| void Quicklauncher::setBackgroundOpacity |
( |
const qreal & |
v | ) |
|
| void Quicklauncher::setHighlightAt |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
| void Quicklauncher::setupProxySignals |
( |
| ) |
|
|
protected |
| void Quicklauncher::signalNotReady |
( |
| ) |
|
|
signal |
| void Quicklauncher::signalReady |
( |
| ) |
|
|
signal |
| void Quicklauncher::slotCreateQuickLauncher |
( |
| ) |
|
|
slot |
| void Quicklauncher::slotDestroyQuickLauncher |
( |
| ) |
|
|
slot |
| void Quicklauncher::slotReCreateQuickLauncher |
( |
| ) |
|
|
slot |
| qreal Quicklauncher::m_bgOpacity |
|
protected |
| QSize Quicklauncher::m_lastResize |
|
protected |
| QPointer< Quicklauncher > Quicklauncher::s_qp_primaryInstance = 0 |
|
staticprotected |
| QPointer< QuickLaunchBar > Quicklauncher::s_qp_primaryQuickLaunchBar = 0 |
|
staticprotected |
| qreal Quicklauncher::backgroundOpacity |
|
readwrite |
The documentation for this class was generated from the following files: