OpenXcom  1.0
Open-source clone of the original X-Com
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
OpenXcom::Globe Member List

This is the complete list of members for OpenXcom::Globe, including all inherited members.

blink()OpenXcom::Globe
blit(Surface *surface)OpenXcom::Globevirtual
blitNShade(Surface *surface, int x, int y, int off, bool half=false, int newBaseColor=0)OpenXcom::Surface
cachePolygons()OpenXcom::Globe
cartToPolar(Sint16 x, Sint16 y, double *lon, double *lat) const OpenXcom::Globe
center(double lon, double lat)OpenXcom::Globe
clear()OpenXcom::Surface
copy(Surface *surface)OpenXcom::Surface
draw()OpenXcom::Globevirtual
drawCircle(Sint16 x, Sint16 y, Sint16 r, Uint8 color)OpenXcom::Surface
drawDetail()OpenXcom::Globe
drawFlights()OpenXcom::Globe
drawLand()OpenXcom::Globe
drawLine(Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 color)OpenXcom::Surface
drawMarkers()OpenXcom::Globe
drawOcean()OpenXcom::Globe
drawPolygon(Sint16 *x, Sint16 *y, int n, Uint8 color)OpenXcom::Surface
drawRadars()OpenXcom::Globe
drawRect(SDL_Rect *rect, Uint8 color)OpenXcom::Surface
drawRect(Sint16 x, Sint16 y, Sint16 w, Sint16 h, Uint8 color)OpenXcom::Surface
drawShadow()OpenXcom::Globe
drawString(Sint16 x, Sint16 y, const char *s, Uint8 color)OpenXcom::Surface
drawTexturedPolygon(Sint16 *x, Sint16 *y, int n, Surface *texture, int dx, int dy)OpenXcom::Surface
getCrop()OpenXcom::Surface
getHeight() const OpenXcom::Surfaceinline
getNewBaseHover(void)OpenXcom::Globe
getPalette() const OpenXcom::Surfaceinline
getPixel(int x, int y) const OpenXcom::Surfaceinline
getPolygonTextureAndShade(double lon, double lat, int *texture, int *shade) const OpenXcom::Globe
getShowRadar(void)OpenXcom::Globe
getSurface() const OpenXcom::Surfaceinline
getTargets(int x, int y, bool craft) const OpenXcom::Globe
getTooltip() const OpenXcom::Surface
getVisible() const OpenXcom::Surface
getWidth() const OpenXcom::Surfaceinline
getX() const OpenXcom::Surfaceinline
getY() const OpenXcom::Surfaceinline
getZoom() const OpenXcom::Globe
Globe(Game *game, int cenX, int cenY, int width, int height, int x=0, int y=0)OpenXcom::Globe
handle(Action *action, State *state)OpenXcom::InteractiveSurfacevirtual
initText(Font *, Font *, Language *)OpenXcom::Surfaceinlinevirtual
insideLand(double lon, double lat) const OpenXcom::Globe
InteractiveSurface(int width, int height, int x=0, int y=0)OpenXcom::InteractiveSurface
invalidate()OpenXcom::Surface
invert(Uint8 mid)OpenXcom::Surface
isButtonHandled(Uint8 button=0)OpenXcom::InteractiveSurfaceprotectedvirtual
isButtonPressed(Uint8 button=0)OpenXcom::InteractiveSurfaceprotected
isFocused() const OpenXcom::InteractiveSurface
keyboardPress(Action *action, State *state)OpenXcom::Globevirtual
keyboardRelease(Action *action, State *state)OpenXcom::InteractiveSurfacevirtual
loadBdy(const std::string &filename)OpenXcom::Surface
loadDat(const std::string &filename, std::list< Polygon * > *polygons)OpenXcom::Globestatic
loadImage(const std::string &filename)OpenXcom::Surface
loadScr(const std::string &filename)OpenXcom::Surface
loadSpk(const std::string &filename)OpenXcom::Surface
lock()OpenXcom::Surface
mouseClick(Action *action, State *state)OpenXcom::Globevirtual
mouseIn(Action *action, State *state)OpenXcom::InteractiveSurfacevirtual
mouseOut(Action *action, State *state)OpenXcom::InteractiveSurfacevirtual
mouseOver(Action *action, State *state)OpenXcom::Globevirtual
mousePress(Action *action, State *state)OpenXcom::Globevirtual
mouseRelease(Action *action, State *state)OpenXcom::Globevirtual
offset(int off, int min=-1, int max=-1, int mul=1)OpenXcom::Surface
onKeyboardPress(ActionHandler handler, SDLKey key=SDLK_ANY)OpenXcom::InteractiveSurface
onKeyboardRelease(ActionHandler handler, SDLKey key=SDLK_ANY)OpenXcom::InteractiveSurface
onMouseClick(ActionHandler handler, Uint8 button=SDL_BUTTON_LEFT)OpenXcom::InteractiveSurface
onMouseIn(ActionHandler handler)OpenXcom::InteractiveSurface
onMouseOut(ActionHandler handler)OpenXcom::InteractiveSurface
onMouseOver(ActionHandler handler)OpenXcom::InteractiveSurface
onMousePress(ActionHandler handler, Uint8 button=0)OpenXcom::InteractiveSurface
onMouseRelease(ActionHandler handler, Uint8 button=0)OpenXcom::InteractiveSurface
polarToCart(double lon, double lat, Sint16 *x, Sint16 *y) const OpenXcom::Globe
polarToCart(double lon, double lat, double *x, double *y) const OpenXcom::Globe
resetCrop()OpenXcom::Surface
resize()OpenXcom::Globe
OpenXcom::InteractiveSurface::resize(int width, int height)OpenXcom::Surfaceprotected
rotate()OpenXcom::Globe
rotateDown()OpenXcom::Globe
rotateLeft()OpenXcom::Globe
rotateRight()OpenXcom::Globe
rotateStop()OpenXcom::Globe
rotateStopLat()OpenXcom::Globe
rotateStopLon()OpenXcom::Globe
rotateUp()OpenXcom::Globe
saveZoomDogfight()OpenXcom::Globe
setButtonPressed(Uint8 button, bool pressed)OpenXcom::InteractiveSurfaceprotected
setFocus(bool focus)OpenXcom::InteractiveSurfacevirtual
setHeight(int height)OpenXcom::Surfacevirtual
setHidden(bool hidden)OpenXcom::Surface
setListButton()OpenXcom::InteractiveSurface
setNewBaseHover(void)OpenXcom::Globe
setNewBaseHoverPos(double lon, double lat)OpenXcom::Globe
setPalette(SDL_Color *colors, int firstcolor=0, int ncolors=256)OpenXcom::Globevirtual
setPixel(int x, int y, Uint8 pixel)OpenXcom::Surfaceinline
setPixelIterative(int *x, int *y, Uint8 pixel)OpenXcom::Surfaceinline
setTexture(SurfaceSet *texture)OpenXcom::Globe
setTooltip(const std::string &tooltip)OpenXcom::Surface
setupRadii(int width, int height)OpenXcom::Globe
setVisible(bool visible)OpenXcom::InteractiveSurface
setWidth(int width)OpenXcom::Surfacevirtual
setX(int x)OpenXcom::Surfacevirtual
setY(int y)OpenXcom::Surfacevirtual
stopScrolling(Action *action)OpenXcom::Globe
Surface(int width, int height, int x=0, int y=0, int bpp=8)OpenXcom::Surface
Surface(const Surface &other)OpenXcom::Surface
think()OpenXcom::Globevirtual
toggleDetail()OpenXcom::Globe
toggleRadarLines()OpenXcom::Globe
tr(const std::string &id) const OpenXcom::Globe
tr(const std::string &id, unsigned n) const OpenXcom::Globe
unlock()OpenXcom::Surface
unpress(State *state)OpenXcom::InteractiveSurfacevirtual
unsetNewBaseHover(void)OpenXcom::Globe
zoomDogfightIn()OpenXcom::Globe
zoomDogfightOut()OpenXcom::Globe
zoomIn()OpenXcom::Globe
zoomMax()OpenXcom::Globe
zoomMin()OpenXcom::Globe
zoomOut()OpenXcom::Globe
~Globe()OpenXcom::Globe
~InteractiveSurface()OpenXcom::InteractiveSurfacevirtual
~Surface()OpenXcom::Surfacevirtual