#include <placeable_window_proxy.h>
Definition at line 58 of file placeable_window_proxy.h.
Enumerator |
---|
INACTIVE |
|
MOVE_ALL |
|
MOVE_TOP_LEFT |
|
MOVE_BOTTOM_LEFT |
|
MOVE_BOTTOM_RIGHT |
|
MOVE_TOP_RIGHT |
|
Definition at line 98 of file placeable_window_proxy.h.
mapviz_plugins::PlaceableWindowProxy::PlaceableWindowProxy |
( |
| ) |
|
mapviz_plugins::PlaceableWindowProxy::~PlaceableWindowProxy |
( |
| ) |
|
bool mapviz_plugins::PlaceableWindowProxy::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
|
protected |
bool mapviz_plugins::PlaceableWindowProxy::handleMouseMove |
( |
QMouseEvent * |
event | ) |
|
|
protected |
bool mapviz_plugins::PlaceableWindowProxy::handleMousePress |
( |
QMouseEvent * |
event | ) |
|
|
protected |
bool mapviz_plugins::PlaceableWindowProxy::handleMouseRelease |
( |
QMouseEvent * |
event | ) |
|
|
protected |
bool mapviz_plugins::PlaceableWindowProxy::handleResize |
( |
QResizeEvent * |
event | ) |
|
|
protected |
QRect mapviz_plugins::PlaceableWindowProxy::rect |
( |
| ) |
const |
void mapviz_plugins::PlaceableWindowProxy::rectChanged |
( |
const QRect & |
| ) |
|
|
signal |
void mapviz_plugins::PlaceableWindowProxy::rectResize |
( |
int |
dx, |
|
|
int |
dy |
|
) |
| |
|
protected |
QRectF mapviz_plugins::PlaceableWindowProxy::resizeHelper |
( |
const QRectF & |
rect, |
|
|
const QPointF & |
p1, |
|
|
const QPointF & |
p2, |
|
|
const QPointF & |
p3 |
|
) |
| const |
|
protected |
void mapviz_plugins::PlaceableWindowProxy::setContainer |
( |
QWidget * |
target | ) |
|
void mapviz_plugins::PlaceableWindowProxy::setRect |
( |
const QRect & |
rect | ) |
|
|
slot |
void mapviz_plugins::PlaceableWindowProxy::setVisible |
( |
bool |
visible | ) |
|
|
slot |
void mapviz_plugins::PlaceableWindowProxy::timerEvent |
( |
QTimerEvent * |
event | ) |
|
|
protected |
void mapviz_plugins::PlaceableWindowProxy::winResize |
( |
const QSize & |
size | ) |
|
|
protected |
bool mapviz_plugins::PlaceableWindowProxy::has_cursor_ |
|
private |
QRectF mapviz_plugins::PlaceableWindowProxy::rect_ |
|
private |
QPoint mapviz_plugins::PlaceableWindowProxy::start_point_ |
|
private |
QRectF mapviz_plugins::PlaceableWindowProxy::start_rect_ |
|
private |
State mapviz_plugins::PlaceableWindowProxy::state_ |
|
private |
QWidget* mapviz_plugins::PlaceableWindowProxy::target_ |
|
private |
bool mapviz_plugins::PlaceableWindowProxy::visible_ |
|
private |
int mapviz_plugins::PlaceableWindowProxy::win_resize_timer_ |
|
private |
The documentation for this class was generated from the following files: