QTfrontend/ui/widget/mapContainer.h
changeset 13260 2c0779260e8a
parent 13254 1381ce67a781
child 13261 01ac67500f50
equal deleted inserted replaced
13259:e13777374583 13260:2c0779260e8a
    98         void mapFeatureSizeChanged(int s);
    98         void mapFeatureSizeChanged(int s);
    99         void drawMapRequested();
    99         void drawMapRequested();
   100         void drawnMapChanged(const QByteArray & data);
   100         void drawnMapChanged(const QByteArray & data);
   101 
   101 
   102     private slots:
   102     private slots:
   103         void setImage(const QPixmap & newImage);
   103         void onImageReceived(const QPixmap & newImage);
   104         void setHHLimit(int hhLimit);
   104         void setHHLimit(int hhLimit);
   105         void setRandomSeed();
   105         void setRandomSeed();
   106         void setRandomTheme();
   106         void setRandomTheme();
   107         void setRandomMap();
   107         void setRandomMap();
   108         void setNewSeed(const QString & newSeed);
   108         void setNewSeed(const QString & newSeed);
   174         void intSetTemplateFilter(int);
   174         void intSetTemplateFilter(int);
   175         void intSetMazeSize(int size);
   175         void intSetMazeSize(int size);
   176         void intSetFeatureSize(int size);
   176         void intSetFeatureSize(int size);
   177         void setMissingTheme(const QString & name);
   177         void setMissingTheme(const QString & name);
   178         void mapChanged(const QModelIndex & map, int type, const QModelIndex & old = QModelIndex());
   178         void mapChanged(const QModelIndex & map, int type, const QModelIndex & old = QModelIndex());
       
   179         void setImage(const QPixmap & newImage);
   179         void setImage(const QPixmap & newImage, const QLinearGradient & linearGrad, bool showHHLimit);
   180         void setImage(const QPixmap & newImage, const QLinearGradient & linearGrad, bool showHHLimit);
   180         void addInfoToPreview(const QPixmap & image);
   181         void addInfoToPreview(const QPixmap & image);
   181         void addInfoToPreview(const QPixmap & image, const QLinearGradient & linearGrad, bool drawHHLimit);
   182         void addInfoToPreview(const QPixmap & image, const QLinearGradient & linearGrad, bool drawHHLimit);
   182         void setMapInfo(MapModel::MapInfo mapInfo);
   183         void setMapInfo(MapModel::MapInfo mapInfo);
   183         void changeMapType(MapModel::MapType type, const QModelIndex & newMap = QModelIndex());
   184         void changeMapType(MapModel::MapType type, const QModelIndex & newMap = QModelIndex());