ResizeGrip Class Reference
[Core GUI related classes (widgets)]

#include <resizegrip.h>

List of all members.


Detailed Description

Resize grip.

The resize grip is part of a resizable Window. It relies on the fact that uncaught mouse events are automatically routed to the parent window.

Definition at line 36 of file resizegrip.h.


Public Member Functions

 ResizeGrip (const std::string &image="graphics/gui/resize.png")
 Constructor.
 ~ResizeGrip ()
 Destructor.
void draw (gcn::Graphics *graphics)
 Draws the resize grip.

Static Private Attributes

static ImagegripImage = 0
 Resize grip image.
static int mInstances = 0
 Number of resize grip instances.
static float mAlpha = 1.0

Constructor & Destructor Documentation

ResizeGrip::ResizeGrip ( const std::string &  image = "graphics/gui/resize.png"  ) 

Constructor.

Definition at line 36 of file resizegrip.cpp.

ResizeGrip::~ResizeGrip (  ) 

Destructor.

Definition at line 52 of file resizegrip.cpp.


Member Function Documentation

void ResizeGrip::draw ( gcn::Graphics *  graphics  ) 

Draws the resize grip.

Definition at line 60 of file resizegrip.cpp.


Member Data Documentation

Image * ResizeGrip::gripImage = 0 [static, private]

Resize grip image.

Definition at line 55 of file resizegrip.h.

int ResizeGrip::mInstances = 0 [static, private]

Number of resize grip instances.

Definition at line 56 of file resizegrip.h.

float ResizeGrip::mAlpha = 1.0 [static, private]

Definition at line 57 of file resizegrip.h.


The documentation for this class was generated from the following files:

Generated on Sun Apr 26 17:30:44 2009 for The Mana World by  doxygen 1.5.5