#include <viewPort.h>
|
void | leftClicked (SViewPort &, int x, int y) |
|
void | doubleClicked (SViewPort &, int x, int y) |
|
void | middleClicked (SViewPort &, int x, int y) |
|
void | rightClicked (SViewPort &, int x, int y) |
|
void | buttonReleased (SViewPort &, int x, int y) |
|
void | keyPressed (SViewPort &, int key) |
|
void | keyReleased (SViewPort &, int key) |
|
void | dragged (SViewPort &, int x, int y) |
|
void | wheelUp (SViewPort &, int x, int y) |
|
void | wheelDown (SViewPort &, int x, int y) |
|
void | activated (SViewPort &) |
|
void | deActivated (SViewPort &) |
|
void | active (bool) |
|
void | progress (int) |
|
void | updated (bool) |
|
void | resized (SViewPort &) |
|
void | message (QString) |
|
◆ SViewPort()
SViewPort::SViewPort |
( |
QWidget * |
parent = 0 | ) |
|
◆ ~SViewPort()
SViewPort::~SViewPort |
( |
| ) |
|
|
virtual |
◆ activated
void Simulacrum::SViewPort::activated |
( |
SViewPort & |
| ) |
|
|
signal |
◆ active
void Simulacrum::SViewPort::active |
( |
bool |
| ) |
|
|
signal |
◆ activeColor()
QColor SViewPort::activeColor |
( |
| ) |
|
◆ buttonReleased
void Simulacrum::SViewPort::buttonReleased |
( |
SViewPort & |
, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
signal |
◆ centerOnSourceCoord()
void SViewPort::centerOnSourceCoord |
( |
const SCoordinate & |
reqcoord, |
|
|
bool |
forcecenter = false |
|
) |
| |
◆ clear
void SViewPort::clear |
( |
| ) |
|
|
slot |
◆ coordToEndSourceSSpace()
◆ coordToSourceSSpace()
◆ deActivated
void Simulacrum::SViewPort::deActivated |
( |
SViewPort & |
| ) |
|
|
signal |
◆ doubleClicked
void Simulacrum::SViewPort::doubleClicked |
( |
SViewPort & |
, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
signal |
◆ dragEnterEvent()
void SViewPort::dragEnterEvent |
( |
QDragEnterEvent * |
dragevent | ) |
|
|
protected |
◆ dragged
void Simulacrum::SViewPort::dragged |
( |
SViewPort & |
, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
signal |
◆ dropEvent()
void SViewPort::dropEvent |
( |
QDropEvent * |
dropevent | ) |
|
|
protected |
◆ emitMessage()
bool SViewPort::emitMessage |
( |
| ) |
|
◆ endSourceSSpace()
SSpace * SViewPort::endSourceSSpace |
( |
| ) |
|
◆ endSourceSSpaceToCoord()
bool SViewPort::endSourceSSpaceToCoord |
( |
const SVector & |
sourcecoord, |
|
|
SVector & |
result |
|
) |
| |
◆ focusInEvent()
void SViewPort::focusInEvent |
( |
QFocusEvent * |
event | ) |
|
|
protected |
◆ focusOutEvent()
void SViewPort::focusOutEvent |
( |
QFocusEvent * |
event | ) |
|
|
protected |
◆ isActive()
bool SViewPort::isActive |
( |
| ) |
|
◆ isHUDVisible()
bool SViewPort::isHUDVisible |
( |
| ) |
|
◆ keyPressed
void Simulacrum::SViewPort::keyPressed |
( |
SViewPort & |
, |
|
|
int |
key |
|
) |
| |
|
signal |
◆ keyPressEvent()
void SViewPort::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protected |
◆ keyReleased
void Simulacrum::SViewPort::keyReleased |
( |
SViewPort & |
, |
|
|
int |
key |
|
) |
| |
|
signal |
◆ keyReleaseEvent()
void SViewPort::keyReleaseEvent |
( |
QKeyEvent * |
event | ) |
|
|
protected |
◆ layout()
◆ leftClicked
void Simulacrum::SViewPort::leftClicked |
( |
SViewPort & |
, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
signal |
◆ message
void Simulacrum::SViewPort::message |
( |
QString |
| ) |
|
|
signal |
◆ middleClicked
void Simulacrum::SViewPort::middleClicked |
( |
SViewPort & |
, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
signal |
◆ mouseDoubleClickEvent()
void SViewPort::mouseDoubleClickEvent |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ mouseMoveEvent()
void SViewPort::mouseMoveEvent |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ mousePressEvent()
void SViewPort::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ mouseReleaseEvent()
void SViewPort::mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ name()
const QString & SViewPort::name |
( |
| ) |
|
◆ paintEvent()
void SViewPort::paintEvent |
( |
QPaintEvent * |
pevent | ) |
|
|
protected |
◆ penumSourceSSpace()
SSpace * SViewPort::penumSourceSSpace |
( |
| ) |
|
◆ progress
void Simulacrum::SViewPort::progress |
( |
int |
| ) |
|
|
signal |
◆ refresh
void SViewPort::refresh |
( |
bool |
deep | ) |
|
|
virtualslot |
◆ renderSurface()
◆ renderSurfaceWidget()
QWidget & SViewPort::renderSurfaceWidget |
( |
| ) |
|
◆ resized
void Simulacrum::SViewPort::resized |
( |
SViewPort & |
| ) |
|
|
signal |
◆ resizeEvent()
void SViewPort::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
protected |
◆ rightClicked
void Simulacrum::SViewPort::rightClicked |
( |
SViewPort & |
, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
signal |
◆ scaleFit()
bool SViewPort::scaleFit |
( |
| ) |
|
◆ scaleZoom()
float SViewPort::scaleZoom |
( |
| ) |
|
◆ sconfigure
void SViewPort::sconfigure |
( |
const QString & |
confstrp | ) |
|
|
virtualslot |
◆ sconnect [1/2]
◆ sconnect [2/2]
◆ sconnect_end
◆ sdisconnect [1/2]
◆ sdisconnect [2/2]
◆ setActive()
void SViewPort::setActive |
( |
bool |
nac | ) |
|
◆ setEdgeWidget
void SViewPort::setEdgeWidget |
( |
QWidget * |
newwidg, |
|
|
int |
position = 0 , |
|
|
bool |
restyle = true |
|
) |
| |
|
slot |
◆ setEmitMessage
void SViewPort::setEmitMessage |
( |
bool |
nemitm | ) |
|
|
slot |
◆ setHUDText
void SViewPort::setHUDText |
( |
int |
position, |
|
|
const QString & |
text |
|
) |
| |
|
slot |
◆ setName
void SViewPort::setName |
( |
const QString & |
npred | ) |
|
|
slot |
◆ setProgress
void SViewPort::setProgress |
( |
int |
prog | ) |
|
|
slot |
◆ setScaleFit
void SViewPort::setScaleFit |
( |
bool |
doscale | ) |
|
|
virtualslot |
◆ setScaleZoom
void SViewPort::setScaleZoom |
( |
float |
nzoom | ) |
|
|
slot |
◆ setWaiting
void SViewPort::setWaiting |
( |
bool |
waitstat = true | ) |
|
|
slot |
◆ showEvent()
void SViewPort::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protected |
◆ showHUD
void SViewPort::showHUD |
( |
bool |
nhud | ) |
|
|
slot |
◆ showMessage
void SViewPort::showMessage |
( |
const QString & |
lmessage = "" | ) |
|
|
slot |
◆ showSImage
◆ sourceSSpace()
SSpace * SViewPort::sourceSSpace |
( |
| ) |
|
◆ sourceSSpaceToCoord()
◆ updated
void Simulacrum::SViewPort::updated |
( |
bool |
| ) |
|
|
signal |
◆ updateWidgets
void SViewPort::updateWidgets |
( |
| ) |
|
|
slot |
◆ wheelDown
void Simulacrum::SViewPort::wheelDown |
( |
SViewPort & |
, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
signal |
◆ wheelEvent()
void SViewPort::wheelEvent |
( |
QWheelEvent * |
event | ) |
|
|
protected |
◆ wheelUp
void Simulacrum::SViewPort::wheelUp |
( |
SViewPort & |
, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
signal |
◆ BGColor
QColor Simulacrum::SViewPort::BGColor |
|
protected |
◆ BusyDrawer
◆ BW
QWidget * Simulacrum::SViewPort::BW |
|
protected |
◆ ClearMessageTimer
QTimer* Simulacrum::SViewPort::ClearMessageTimer |
|
protected |
◆ HUD
◆ initIMG
SSpace Simulacrum::SViewPort::initIMG |
|
protected |
◆ LW
QWidget * Simulacrum::SViewPort::LW |
|
protected |
◆ RenderSurface
◆ RenderSurfaceWidget
QWidget* Simulacrum::SViewPort::RenderSurfaceWidget |
|
protected |
◆ RW
QWidget * Simulacrum::SViewPort::RW |
|
protected |
◆ SourceImage
SSpace* Simulacrum::SViewPort::SourceImage |
|
protected |
◆ TW
QWidget* Simulacrum::SViewPort::TW |
|
protected |
The documentation for this class was generated from the following files: