Changeset 106 in tspsg-svn for trunk/src/mainwindow.h


Ignore:
Timestamp:
Apr 20, 2010, 11:18:18 PM (14 years ago)
Author:
laleppa
Message:

+ Added solution graph generation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainwindow.h

    r105 r106  
    101101#endif // Q_OS_WINCE_WM
    102102
     103        // The solution graph SVG
     104        QPicture graph;
     105
    103106        // Formats
    104107        QTextTableFormat fmt_table;
    105108        QTextBlockFormat fmt_paragraph,
    106                 fmt_center;
     109                fmt_cell;
    107110        QTextCharFormat fmt_default,
    108111                fmt_selected,
     
    112115        void closeEvent(QCloseEvent *ev);
    113116        void dragEnterEvent(QDragEnterEvent *ev);
     117        void drawNode(QPainter &pic, int nstep, bool left = false, SStep *step = NULL);
    114118        void dropEvent(QDropEvent *ev);
    115119        bool hasUpdater() const;
Note: See TracChangeset for help on using the changeset viewer.