Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <guidefs.h>
Public Member Functions | |
bool | operator== (const Size &other) |
bool | operator!= (const Size &other) |
Size () | |
Size (float cwidth, float cheight) | |
Public Attributes | |
float | width |
float | height |
|
inline |
float Size::height |
Definition at line 54 of file guidefs.h.
Referenced by Scroller::calcLayout(), PaintText::calcLayout(), Rect::center(), StaticDisplay::draw(), Slider::draw(), Picker::draw(), drawLowRightShadow(), drawUpLeftShadow(), Control::hitTest(), Rect::inset(), operator==(), Slider::processMouseDrag(), Picker::recalcDisplay(), Picker::scrollToCell(), Slider::setRect(), Window::setSizeAndCenter(), Slider::setThumbLength(), and Rect::top().
float Size::width |
Definition at line 54 of file guidefs.h.
Referenced by Scroller::calcLayout(), PaintText::calcLayout(), Rect::center(), BaseComputer::createModeButtons(), Slider::draw(), Picker::draw(), drawLowRightShadow(), drawUpLeftShadow(), Control::hitTest(), Rect::inset(), PaintText::lineInset(), operator==(), Slider::processMouseDrag(), Rect::right(), Slider::setRect(), Window::setSizeAndCenter(), and Slider::setThumbLength().