vector in cardsChance
This commit is contained in:
@@ -12,14 +12,11 @@
|
|||||||
#ifndef MYCHANCELABEL_H
|
#ifndef MYCHANCELABEL_H
|
||||||
#define MYCHANCELABEL_H
|
#define MYCHANCELABEL_H
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <QtGui>
|
#include <QtGui>
|
||||||
#include <QtCore>
|
#include <QtCore>
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
class gameTableImpl;
|
class gameTableImpl;
|
||||||
|
|
||||||
class MyChanceLabel : public QLabel
|
class MyChanceLabel : public QLabel
|
||||||
@@ -32,7 +29,7 @@ public:
|
|||||||
|
|
||||||
void setMyW ( gameTableImpl* theValue ) { myW = theValue; }
|
void setMyW ( gameTableImpl* theValue ) { myW = theValue; }
|
||||||
void paintEvent(QPaintEvent * event);
|
void paintEvent(QPaintEvent * event);
|
||||||
void refreshChance(vector< vector<int> >);
|
void refreshChance(std::vector< std::vector<int> >);
|
||||||
void resetChance();
|
void resetChance();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user