PdmCombineDebugger Class

Header: #include <PdmCombineDebugger>
Inherits: QMainWindow

Public Functions

PdmCombineDebugger(QWidget *parent = 0)
  • 48 public functions inherited from QMainWindow
  • 213 public functions inherited from QWidget

Public Slots

void addPainterPath(const QPainterPath &iPainterPath, int iIndex = 0, bool iShowSequence = false)
void addPainterPathList(const QList<QPainterPath> &iPainterPathList, int iIndex = 0)
void addPointList(const QList<QPointF> &iPointList, int iIndex = 0)
void addRect(const QRectF &iRect, int iIndex = 0)
void addRectList(const QList<QRectF> &iRectList, int iIndex = 0)
void appendLog(const QString &iLog, bool iClearBefore = false)
void clearCanvas()
QGraphicsScene *getDebugViewSceneByIndex(int iViewIndex = 0)
bool isInDebug(const QString &iOptionName)
void nextStep()
void onWaitEditFinished()
void setContinueTimes()
void setContinueTimes(int iContinueTimes)
void setTitleText(const QString &iTitle)
void setViewVisibelByIndex(int iIndex, bool iShowBol)
void updateCanvas()
void waitNext()

Signals

Additional Inherited Members

  • 8 properties inherited from QMainWindow
  • 58 properties inherited from QWidget
  • 5 static public members inherited from QWidget
  • 2 protected functions inherited from QMainWindow
  • 35 protected functions inherited from QWidget
  • 1 protected slot inherited from QWidget

Detailed Description

Member Function Documentation

PdmCombineDebugger::PdmCombineDebugger(QWidget *parent = 0)

Default constructs an instance of PdmCombineDebugger.

[slot] void PdmCombineDebugger::addPainterPath(const QPainterPath &iPainterPath, int iIndex = 0, bool iShowSequence = false)

[slot] void PdmCombineDebugger::addPainterPathList(const QList<QPainterPath> &iPainterPathList, int iIndex = 0)

[slot] void PdmCombineDebugger::addPointList(const QList<QPointF> &iPointList, int iIndex = 0)

[slot] void PdmCombineDebugger::addRect(const QRectF &iRect, int iIndex = 0)

[slot] void PdmCombineDebugger::addRectList(const QList<QRectF> &iRectList, int iIndex = 0)

[slot] void PdmCombineDebugger::appendLog(const QString &iLog, bool iClearBefore = false)

[slot] void PdmCombineDebugger::clearCanvas()

[slot] QGraphicsScene *PdmCombineDebugger::getDebugViewSceneByIndex(int iViewIndex = 0)

[slot] bool PdmCombineDebugger::isInDebug(const QString &iOptionName)

[slot] void PdmCombineDebugger::nextStep()

[signal] void PdmCombineDebugger::nextStepSignal()

[slot] void PdmCombineDebugger::onWaitEditFinished()

[slot] void PdmCombineDebugger::setContinueTimes()

[slot] void PdmCombineDebugger::setContinueTimes(int iContinueTimes)

[slot] void PdmCombineDebugger::setTitleText(const QString &iTitle)

[slot] void PdmCombineDebugger::setViewVisibelByIndex(int iIndex, bool iShowBol)

[slot] void PdmCombineDebugger::updateCanvas()

[slot] void PdmCombineDebugger::waitNext()