#include <typeUtils.h>
Public Member Functions | |
Grid (int x, int y) | |
初期値指定のコンストラクタ | |
Grid (const Grid *rhs) | |
コピーコンストラクタ | |
const Grid & | operator+= (const Grid &rhs) |
演算子定義 | |
const Grid | operator+ (const Grid &rhs) const |
演算子定義 | |
const Grid & | operator-= (const Grid &rhs) |
演算子定義 | |
Grid | operator- (const Grid &rhs) const |
演算子定義 | |
bool | operator== (const Grid &rhs) const |
演算子定義 | |
Public Attributes | |
int | x |
int | y |
Definition at line 39 of file typeUtils.h.
VXV::Grid::Grid | ( | int | x, | |
int | y | |||
) | [inline] |
int VXV::Grid::x |
X値
Definition at line 41 of file typeUtils.h.
Referenced by SDL_Video::blitSurface(), BasicDrawInterface::calcPixelRange(), URGCtrl::convert(), VXV::convert(), VXV::createConvertMatrix(), ScrollAreaComponent::draw(), MenuComponent::draw(), LabelComponent::draw(), FillSurface::draw(), CheckBoxComponent::draw(), ButtonComponent::draw(), CircleDraw::draw(), LineDraw::draw(), PixelGroupDraw::draw(), PixelDraw::draw(), BasicDrawInterface::drawRangedPixel(), SDL_Video::fillRect(), RunCtrl::followCircle(), mRunCtrl::followCircle(), RunCtrl::followCircleOnTangent(), RunCtrl::followLine(), mRunCtrl::followLine(), RunCtrl::getLengthToGrid(), RunCtrl::getLengthToLine(), VXV::length(), VXV::Position3D::operator+=(), VXV::Grid3D::operator+=(), operator+=(), VXV::Position::operator+=(), VXV::Position3D::operator-=(), VXV::Grid3D::operator-=(), operator-=(), VXV::Position::operator-=(), operator<<(), VXV::Position3D::operator==(), VXV::Position::operator==(), operator==(), ScreenTask::send(), tRunCtrl_Simulator::setLocalPosition(), PixelDraw::setPixel(), ComponentInterface::setPosition(), ViewComponent::setViewToRangeGrid(), RunCtrl::stopToLine(), mRunCtrl::stopToLine(), and ViewComponent::updateViewPosition().
int VXV::Grid::y |
Y値
Definition at line 42 of file typeUtils.h.
Referenced by SDL_Video::blitSurface(), BasicDrawInterface::calcPixelRange(), URGCtrl::convert(), VXV::convert(), VXV::createConvertMatrix(), ScrollAreaComponent::draw(), MenuComponent::draw(), LabelComponent::draw(), FillSurface::draw(), CheckBoxComponent::draw(), ButtonComponent::draw(), CircleDraw::draw(), LineDraw::draw(), PixelGroupDraw::draw(), PixelDraw::draw(), BasicDrawInterface::drawRangedPixel(), SDL_Video::fillRect(), RunCtrl::followCircle(), mRunCtrl::followCircle(), RunCtrl::followCircleOnTangent(), RunCtrl::followLine(), mRunCtrl::followLine(), RunCtrl::getLengthToGrid(), RunCtrl::getLengthToLine(), VXV::length(), VXV::Position3D::operator+=(), VXV::Grid3D::operator+=(), operator+=(), VXV::Position::operator+=(), VXV::Position3D::operator-=(), VXV::Grid3D::operator-=(), operator-=(), VXV::Position::operator-=(), operator<<(), VXV::Position3D::operator==(), VXV::Position::operator==(), operator==(), ScreenTask::send(), tRunCtrl_Simulator::setLocalPosition(), PixelDraw::setPixel(), ComponentInterface::setPosition(), ViewComponent::setViewToRangeGrid(), RunCtrl::stopToLine(), mRunCtrl::stopToLine(), and ViewComponent::updateViewPosition().