... | @@ -372,7 +372,7 @@ class PKTYPE { |
... | @@ -372,7 +372,7 @@ class PKTYPE { |
|
+ PKTYPE()
|
|
+ PKTYPE()
|
|
}
|
|
}
|
|
|
|
|
|
class HoverButton : public QPushButton {
|
|
class HoverButton {
|
|
- QIcon normalIcon
|
|
- QIcon normalIcon
|
|
- QIcon hoverIcon
|
|
- QIcon hoverIcon
|
|
+ HoverButton(const QPixmap &normalIconPath, const QPixmap &hoverIconPath, QWidget *parent = nullptr)
|
|
+ HoverButton(const QPixmap &normalIconPath, const QPixmap &hoverIconPath, QWidget *parent = nullptr)
|
... | @@ -462,4 +462,6 @@ Player -up-> Pokemon: - itsTeam vector<Pokemon*> |
... | @@ -462,4 +462,6 @@ Player -up-> Pokemon: - itsTeam vector<Pokemon*> |
|
Pokemon -down-> Move: - itsMoves QList<Move>
|
|
Pokemon -down-> Move: - itsMoves QList<Move>
|
|
Pokemon -down-> PKTYPE
|
|
Pokemon -down-> PKTYPE
|
|
Pokemon -down-> QList
|
|
Pokemon -down-> QList
|
|
|
|
|
|
|
|
HoverButton --|> QPushButton
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |