#include <typeUtils.h>
Public Member Functions | |
Rect (int w, int h) | |
初期値指定のコンストラクタ | |
Rect (int x, int y, int w, int h) | |
初期値指定のコンストラクタ | |
Public Attributes | |
int | w |
int | h |
Definition at line 265 of file typeUtils.h.
int VXV::Rect::w |
幅
Definition at line 267 of file typeUtils.h.
Referenced by MenuComponent::activate(), SDL_Video::blitSurface(), ButtonComponent::ButtonComponent(), BasicDrawInterface::calcPixelRange(), ScrollAreaComponent::draw(), MenuComponent::draw(), LabelComponent::draw(), FillSurface::draw(), CheckBoxComponent::draw(), ButtonComponent::draw(), BasicDrawInterface::drawRangedPixel(), SDL_Video::fillRect(), FillSurface::FillSurface(), MultiSurface::MultiSurface(), PixelDraw::setPixel(), ViewComponent::updateViewSize(), and ViewComponent::ViewComponent().
int VXV::Rect::h |
高さ
Definition at line 268 of file typeUtils.h.
Referenced by MenuComponent::activate(), MenuComponent::add(), SDL_Video::blitSurface(), ButtonComponent::ButtonComponent(), BasicDrawInterface::calcPixelRange(), ScrollAreaComponent::draw(), MenuComponent::draw(), LabelComponent::draw(), FillSurface::draw(), CheckBoxComponent::draw(), ButtonComponent::draw(), BasicDrawInterface::drawRangedPixel(), SDL_Video::fillRect(), FillSurface::FillSurface(), MultiSurface::MultiSurface(), PixelDraw::setPixel(), ViewComponent::updateViewSize(), and ViewComponent::ViewComponent().