Changeset 345e7b6132 in tspsg for src/mainwindow.h


Ignore:
Timestamp:
Apr 20, 2010, 11:18:18 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
9cda6e0f5d
Parents:
b574c383b7
git-author:
Oleksii Serdiuk <contacts@…> (04/20/10 23:18:18)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:31)
Message:

+ Added solution graph generation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.h

    rb574c383b7 r345e7b6132  
    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.