QTfrontend/mapContainer.h
changeset 4534 395278890955
parent 4525 0a81be113e21
child 4537 f95f7218531a
equal deleted inserted replaced
4533:8d35c3e0e6ba 4534:395278890955
    53   MapGenerator get_mapgen(void) const;
    53   MapGenerator get_mapgen(void) const;
    54   int get_maze_size(void) const;
    54   int get_maze_size(void) const;
    55   bool getCurrentIsMission() const;
    55   bool getCurrentIsMission() const;
    56   QByteArray getDrawnMapData();
    56   QByteArray getDrawnMapData();
    57   DrawMapScene * getDrawMapScene();
    57   DrawMapScene * getDrawMapScene();
       
    58   void mapDrawingFinished();
    58 
    59 
    59  public slots:
    60  public slots:
    60   void changeImage();
    61   void changeImage();
    61   void mapDrawingFinished();
       
    62   void setSeed(const QString & seed);
    62   void setSeed(const QString & seed);
    63   void setMap(const QString & map);
    63   void setMap(const QString & map);
    64   void setTheme(const QString & theme);
    64   void setTheme(const QString & theme);
    65   void setTemplateFilter(int);
    65   void setTemplateFilter(int);
    66   void setMapgen(MapGenerator m);
    66   void setMapgen(MapGenerator m);