#include <Tetris.h>
Inheritance diagram for NextPiecePad:
Public Member Functions | |
NextPiecePad (Float_t xlow, Float_t ylow, Float_t xup, Float_t yup) | |
~NextPiecePad () | |
void | NewPiece () |
void | Hide () |
void | Show () |
TetrisPiece * | GetPiece () |
void | ExecuteEvent (Int_t, Int_t, Int_t) |
Private Attributes | |
TetrisPiece * | fPiece |
Definition at line 218 of file Tetris.h.
Definition at line 694 of file Tetris.cxx.
References TPad::fMother, fPiece, gBoxPixelSize, TPad::GetX2(), TPad::GetY1(), TetrisPiece::Hide(), int, kTRUE, TPad::Modified(), TetrisPiece::SetXY(), TPad::Update(), x, TPad::XtoAbsPixel(), y, and TPad::YtoAbsPixel().
void NextPiecePad::NewPiece | ( | ) | [inline] |
Definition at line 227 of file Tetris.h.
References fPiece, kTRUE, TPad::Modified(), TetrisPiece::SetRandomType(), and TetrisPiece::Show().
Referenced by Tetris::CreateNewPiece().
void NextPiecePad::Hide | ( | ) | [inline] |
Definition at line 228 of file Tetris.h.
References fPiece, TetrisPiece::Hide(), kTRUE, and TPad::Modified().
void NextPiecePad::Show | ( | ) | [inline] |
Definition at line 229 of file Tetris.h.
References fPiece, kTRUE, TPad::Modified(), and TetrisPiece::Show().
TetrisPiece* NextPiecePad::GetPiece | ( | ) | [inline] |
TetrisPiece* NextPiecePad::fPiece [private] |
Definition at line 221 of file Tetris.h.
Referenced by GetPiece(), Hide(), NewPiece(), NextPiecePad(), and Show().