~openhommdev/openhomm/gui

« back to all changes in this revision

Viewing changes to src/render/hrAdventureScreen.hpp

  • Committer: Roman Fomin
  • Date: 2010-02-23 11:20:15 UTC
  • Revision ID: rfomin@gmail.com-20100223112015-9thacb3wemnlge6m
map border

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
 
104
104
    QRect viewport;
105
105
    QRect size;
 
106
    QRect sizeWithBorder;
106
107
    QRect window;
107
108
 
108
109
    QTimer scrollTimer;
124
125
    void drawTiles();
125
126
    void drawRoad(const hrTile &tile, const QPoint &pos);
126
127
    void drawObjects();
 
128
    void drawBorderTiles();
 
129
 
 
130
    QMap<int, hrTile> tilesBorder;
 
131
    void makeBorder();
127
132
 
128
133
private slots:
129
134
    void scroll();