|
|
void | clear () |
| |
|
void | init () |
| |
|
latexcompiler * | getLatexCompiler () const |
| |
|
void | toggle () |
| |
|
void | updateGrid (int factor=0) |
| |
|
void | displayGrid (bool display) |
| |
|
void | forceNodesOnGrid (bool) |
| |
|
void | centerDiagram () |
| |
|
void | updateZoom (int zoom) |
| |
|
void | rotateDiagram (int rotation) |
| |
|
bool | setDiagramMode () |
| |
|
void | setSessionMode () |
| |
|
void | setTable () |
| |
|
bool | setDiagram (qint32 i=-1) |
| |
|
void | cellPressed (int i, int j) |
| |
|
void | resetSelection () |
| |
|
void | setDiagramSet (qint32 first, qint32 last) |
| |
|
bool | hasEdgeForm () |
| |
|
bool | hasNodeForm () |
| |
|
void | closeEdgeForm () |
| |
|
void | openEdgeForm (Edge *edge) |
| |
|
void | closeNodeForm () |
| |
|
void | openNodeForm (Node *node) |
| |
|
void | keyPressEvent (QKeyEvent *event) override |
| |
|
void | mousePressEvent (QMouseEvent *event) override |
| |
|
void | readFile (QString const &nameFile) |
| |
|
void | addDiagram () |
| |
|
void | diagramDoubleClicked (qint32, qint32) |
| |
|
void | add () |
| |
|
void | select () |
| |
|
void | erase () |
| |
|
void | save (QString const &fileName) |
| |
|
void | copy () |
| |
|
void | paste () |
| |
|
void | paste (qint32 pos) |
| |
|
void | refresh (qint32 pos) |
| |
|
void | modificationDone () |
| |
|
|
void | diagramMode () |
| |
|
void | sessionMode () |
| |
|
void | nonEmptySelection (bool) |
| |
|
void | modif () |
| |
|
|
| DiagramRenderer (QString const &nameFile, QWidget *parent=nullptr) |
| |
|
|
static qint32 | maxNDiagrams = 100 |
| |
|
| enum | Mode {
DiagramMode,
SessionMode
} |
| |
|
|
| DiagramRenderer (QWidget *parent=nullptr) |
| |
|
|
Ui::DiagramRenderer * | m_ui |
| |
|
QHBoxLayout * | hlayout |
| |
|
Mode | mode |
| |
|
qint32 | nColumns |
| |
|
qint32 | minWidth |
| |
|
qint32 | minHeight |
| |
|
qint32 | firstDiag |
| |
|
qint32 | lastDiag |
| |
|
std::vector< drawer::LatexLinker > | links |
| |
|
QList< Diagram * > | allDiagrams |
| |
|
QList< Diagram * > | diagrams |
| |
|
QList< std::pair< int, int > > | selectedDiagrams |
| |
|
qint32 | indexDiagram |
| |
|
QList< qint32 > | clipBoardDiagram |
| |
|
latexcompiler * | compiler |
| |
|
DiagramWidget * | diag |
| |
|
QTableWidget * | table |
| |
|
QGraphicsScene * | scene |
| |
|
EdgeForm * | edgeForm |
| |
|
NodeForm * | nodeForm |
| |
|
qreal | zoomValue |
| |
|
Grid | grid |
| |
|
bool | displayGridValue |
| |
The documentation for this class was generated from the following files:
- /home/uhlrich/Bureau/MARTY/newlife/marty-dev/grafed/grafed-gui/diagramrenderer.h
- /home/uhlrich/Bureau/MARTY/newlife/marty-dev/grafed/grafed-gui/diagramrenderer.cpp