#include <FlexiGridBag.h>
Public Types | |
enum | FLX_GRIDBAG { FLX_GRIDBAG_1X1 = 1, FLX_GRIDBAG_3X1 = 2, FLX_GRIDBAG_1X3 = 3, FLX_GRIDBAG_3X3 = 4 } |
Public Member Functions | |
FlexiGridBag () | |
FlexiGridBag (int grid_type) | |
virtual | ~FlexiGridBag () |
void | setType (int grid_type) |
void | paint (float x, float y, float w, float h, FlexiImage *image) |
FlexiGridBag::FlexiGridBag | ( | ) |
Constructor
FlexiGridBag::FlexiGridBag | ( | int | grid_type | ) |
Constructor
grid_type | Type of gridbag |
FlexiGridBag::~FlexiGridBag | ( | ) | [virtual] |
Destructor
void FlexiGridBag::setType | ( | int | grid_type | ) |
Sets the type of the gridbag
grid_type | Type of gridbag |
void FlexiGridBag::paint | ( | float | x, | |
float | y, | |||
float | w, | |||
float | h, | |||
FlexiImage * | image | |||
) |
Paints the gridbag
x | position | |
y | position | |
w | size | |
h | size | |
image | the image to paint |