PdmPanelizerDebugger Class
Header: | #include <PdmPanelizerDebugger> |
Inherits: | QMainWindow |
Public Functions
PdmPanelizerDebugger(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 | onConformEditFinished() |
void | onConformTypeChanged() |
void | onWaitEditFinished() |
void | setContinueTimes() |
void | setContinueTimes(int iContinueTimes) |
void | setTitleText(const QString &iTitle) |
void | setViewVisibelByIndex(int iIndex, bool iShowBol) |
void | updateCanvas() |
void | waitNext() |
- 3 public slots inherited from QMainWindow
- 19 public slots inherited from QWidget
Signals
void | nextStepSignal() |
- 2 signals inherited from QMainWindow
- 3 signals inherited from QWidget
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
PdmPanelizerDebugger::PdmPanelizerDebugger(QWidget *parent = 0)
Default constructs an instance of PdmPanelizerDebugger.