#include </home/clem/local/src/opie/core/multimedia/opieplayer/libflash/rect.h>
Public Member Functions | |
| long | getWidth () |
| long | getHeight () |
| void | print () |
| void | reset () |
| Rect () | |
| Rect (int x, int y, int w, int h) | |
| ~Rect () | |
| void | setRect (int x, int y, int w, int h) |
| SDL_Rect | getRect () |
| int | x () |
| int | y () |
| int | w () |
| int | h () |
| void | x (int x) |
| void | y (int y) |
| void | w (int w) |
| void | h (int h) |
| void | moveBy (int x, int y) |
| bool | intersects (Rect r2) |
Public Attributes | |
| long | xmin |
| long | xmax |
| long | ymin |
| long | ymax |
Private Attributes | |
| SDL_Rect | r |
|
|
Definition at line 9 of file rect.h. References r. |
|
||||||||||||||||||||
|
Definition at line 10 of file rect.h. References setRect(). |
|
|
|
|
|
|
|
|
Definition at line 14 of file rect.h. References r. Referenced by SFCaveGame::drawBlocks(), and GatesGame::drawBlocks(). |
|
|
|
|
|
Definition at line 23 of file rect.h. References r. |
|
|
Definition at line 18 of file rect.h. References r. Referenced by Player::draw(), Player::getHeight(), Player::init(), and intersects(). |
|
|
|
|
||||||||||||
|
Definition at line 25 of file rect.h. References r. Referenced by Player::move(), SFCaveGame::moveBlocks(), and GatesGame::moveBlocks(). |
|
|
Definition at line 38 of file rect.h. References printf, xmax, xmin, ymax, and ymin. Referenced by DisplayList::render(). |
|
|
Definition at line 43 of file rect.h. References xmax, xmin, ymax, and ymin. Referenced by DisplayList::DisplayList(), Button::getBoundingBox(), DisplayList::render(), FlashMovie::renderMovie(), and transformBoundingBox(). |
|
||||||||||||||||||||
|
Definition at line 13 of file rect.h. References r. Referenced by SFCaveGame::addBlock(), GatesGame::addGate(), and Rect(). |
|
|
Definition at line 22 of file rect.h. References r. |
|
|
Definition at line 17 of file rect.h. References r. Referenced by Player::draw(), Player::init(), and intersects(). |
|
|
Definition at line 20 of file rect.h. References r. |
|
|
Definition at line 15 of file rect.h. References r. Referenced by Player::draw(), Player::drawTrails(), Player::getX(), Player::init(), intersects(), and Player::moveTrails(). |
|
|
Definition at line 21 of file rect.h. References r. |
|
|
Definition at line 16 of file rect.h. References r. Referenced by Player::draw(), Player::getY(), SFCaveGame::init(), Player::init(), GatesGame::init(), intersects(), SFCaveGame::moveBlocks(), GatesGame::moveBlocks(), and Player::moveTrails(). |
|
|
Definition at line 57 of file rect.h. Referenced by getRect(), h(), intersects(), moveBy(), Rect(), setRect(), w(), x(), and y(). |
|
|
|
|
1.4.2