|
GlistEngine
|
#include <gGrid.h>


Public Member Functions | |
| gGrid () | |
| virtual | ~gGrid () |
| void | draw () |
| void | clear () |
| void | drawYZ () |
| void | drawXY () |
| void | drawXZ () |
| void | enable () |
| void | disable () |
| bool | isEnabled () const |
| void | setEnableGrid (bool xy, bool yz, bool xz) |
| void | setEnableYZ (bool yz) |
| void | setEnableXY (bool xy) |
| void | setEnableXZ (bool xz) |
| bool | isYZEnabled () const |
| bool | isXYEnabled () const |
| bool | isXZEnabled () const |
| void | drawAxisX () |
| void | drawAxisY () |
| void | drawAxisZ () |
| void | setEnableAxis (bool x, bool y, bool z) |
| void | setEnableAxisX (bool x) |
| void | setEnableAxisY (bool y) |
| void | setEnableAxisZ (bool z) |
| bool | isAxisXEnabled () const |
| bool | isAxisYEnabled () const |
| bool | isAxisZEnabled () const |
| void | drawWireFrameYZ () |
| void | drawWireFrameXY () |
| void | drawWireFrameXZ () |
| void | setEnableWireFrame (bool xy, bool yz, bool xz) |
| void | setEnableWireFrameYZ (bool yz) |
| void | setEnableWireFrameXY (bool xy) |
| void | setEnableWireFrameXZ (bool xz) |
| bool | isWireFrameYZEnabled () const |
| bool | isWireFrameXYEnabled () const |
| bool | isWireFrameXZEnabled () const |
| void | setColorAxisX (int r, int g, int b, int a) |
| void | setColorAxisY (int r, int g, int b, int a) |
| void | setColorAxisZ (int r, int g, int b, int a) |
| void | setColorAxisX (gColor *color) |
| void | setColorAxisY (gColor *color) |
| void | setColorAxisZ (gColor *color) |
| void | setColorWireFrameYZ (int r, int g, int b, int a) |
| void | setColorWireFrameXY (int r, int g, int b, int a) |
| void | setColorWireFrameXZ (int r, int g, int b, int a) |
| void | setColorWireFrameYZ (gColor *color) |
| void | setColorWireFrameXY (gColor *color) |
| void | setColorWireFrameXZ (gColor *color) |
| void | enableAutoClip () |
| void | disableAutoClip () |
| bool | isAutoClipEnabled () const |
| void | setNearClip (float near) |
| void | setFarClip (float far) |
| float | getNearClip () const |
| float | getFarClip () const |
| void | setLineSpacing (float spacing) |
| float | getLineSpacing () |
Public Member Functions inherited from gRenderObject | |
| gRenderObject () | |
| int | getScreenWidth () |
| int | getScreenHeight () |
| void | pushMatrix () |
| void | popMatrix () |
Public Member Functions inherited from gObject | |
| gObject () | |
| void | logi (std::string message) |
| void | logd (std::string message) |
| void | logw (std::string message) |
| void | loge (std::string message) |
| void | logi (std::string tag, std::string message) |
| void | logd (std::string tag, std::string message) |
| void | logw (std::string tag, std::string message) |
| void | loge (std::string tag, std::string message) |
Static Public Attributes | |
| static const int | XY = 0 |
| static const int | YZ = 1 |
| static const int | XZ = 2 |
Static Public Attributes inherited from gObject | |
| static const int | LOGLEVEL_SILENT |
| static const int | LOGLEVEL_DEBUG |
| static const int | LOGLEVEL_INFO |
| static const int | LOGLEVEL_WARNING |
| static const int | LOGLEVEL_ERROR |
Additional Inherited Members | |
Static Public Member Functions inherited from gRenderObject | |
| static void | setScreenSize (int screenWidth, int screenHeight) |
| static void | setUnitScreenSize (int unitWidth, int unitHeight) |
| static void | setScreenScaling (int screenScaling) |
| static void | enableShadowMapping () |
| static void | disableShadowMapping () |
| static bool | isShadowMappingEnabled () |
| static gRenderer * | getRenderer () |
| static void | destroyRenderer () |
| static void | createRenderer () |
Static Public Member Functions inherited from gObject | |
| static std::string | gGetAppDir () |
| static std::string | gGetAssetsDir () |
| static void | gSetAssetsDir (std::string assetsDir) |
| static std::string | gGetFilesDir () |
| static std::string | gGetImagesDir () |
| static std::string | gGetFontsDir () |
| static std::string | gGetModelsDir () |
| static std::string | gGetTexturesDir () |
| static std::string | gGetShadersDir () |
| static std::string | gGetSoundsDir () |
| static std::string | gGetDatabasesDir () |
| static std::string | gGetVideosDir () |
| static void | setCurrentResolution (int scalingNo, int currentResolutionNo) |
Static Protected Attributes inherited from gRenderObject | |
| static bool | isshadowmappingenabled |
Static Protected Attributes inherited from gObject | |
| static int | renderpassnum |
| static int | renderpassno |
| static int | releasescaling |
| static int | releaseresolution |
| gGrid::gGrid | ( | ) |
|
virtual |
| void gGrid::clear | ( | ) |
| void gGrid::disable | ( | ) |
| void gGrid::disableAutoClip | ( | ) |
| void gGrid::draw | ( | ) |
| void gGrid::drawAxisX | ( | ) |
| void gGrid::drawAxisY | ( | ) |
| void gGrid::drawAxisZ | ( | ) |
| void gGrid::drawWireFrameXY | ( | ) |
| void gGrid::drawWireFrameXZ | ( | ) |
| void gGrid::drawWireFrameYZ | ( | ) |
| void gGrid::drawXY | ( | ) |
| void gGrid::drawXZ | ( | ) |
| void gGrid::drawYZ | ( | ) |
| void gGrid::enable | ( | ) |
| void gGrid::enableAutoClip | ( | ) |
| float gGrid::getFarClip | ( | ) | const |
| float gGrid::getLineSpacing | ( | ) |
| float gGrid::getNearClip | ( | ) | const |
| bool gGrid::isAutoClipEnabled | ( | ) | const |
| bool gGrid::isAxisXEnabled | ( | ) | const |
| bool gGrid::isAxisYEnabled | ( | ) | const |
| bool gGrid::isAxisZEnabled | ( | ) | const |
| bool gGrid::isEnabled | ( | ) | const |
| bool gGrid::isWireFrameXYEnabled | ( | ) | const |
| bool gGrid::isWireFrameXZEnabled | ( | ) | const |
| bool gGrid::isWireFrameYZEnabled | ( | ) | const |
| bool gGrid::isXYEnabled | ( | ) | const |
| bool gGrid::isXZEnabled | ( | ) | const |
| bool gGrid::isYZEnabled | ( | ) | const |
| void gGrid::setColorAxisX | ( | gColor * | color | ) |
| void gGrid::setColorAxisX | ( | int | r, |
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| void gGrid::setColorAxisY | ( | gColor * | color | ) |
| void gGrid::setColorAxisY | ( | int | r, |
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| void gGrid::setColorAxisZ | ( | gColor * | color | ) |
| void gGrid::setColorAxisZ | ( | int | r, |
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| void gGrid::setColorWireFrameXY | ( | gColor * | color | ) |
| void gGrid::setColorWireFrameXY | ( | int | r, |
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| void gGrid::setColorWireFrameXZ | ( | gColor * | color | ) |
| void gGrid::setColorWireFrameXZ | ( | int | r, |
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| void gGrid::setColorWireFrameYZ | ( | gColor * | color | ) |
| void gGrid::setColorWireFrameYZ | ( | int | r, |
| int | g, | ||
| int | b, | ||
| int | a | ||
| ) |
| void gGrid::setEnableAxis | ( | bool | x, |
| bool | y, | ||
| bool | z | ||
| ) |
| void gGrid::setEnableAxisX | ( | bool | x | ) |
| void gGrid::setEnableAxisY | ( | bool | y | ) |
| void gGrid::setEnableAxisZ | ( | bool | z | ) |
| void gGrid::setEnableGrid | ( | bool | xy, |
| bool | yz, | ||
| bool | xz | ||
| ) |
| void gGrid::setEnableWireFrame | ( | bool | xy, |
| bool | yz, | ||
| bool | xz | ||
| ) |
| void gGrid::setEnableWireFrameXY | ( | bool | xy | ) |
| void gGrid::setEnableWireFrameXZ | ( | bool | xz | ) |
| void gGrid::setEnableWireFrameYZ | ( | bool | yz | ) |
| void gGrid::setEnableXY | ( | bool | xy | ) |
| void gGrid::setEnableXZ | ( | bool | xz | ) |
| void gGrid::setEnableYZ | ( | bool | yz | ) |
| void gGrid::setFarClip | ( | float | far | ) |
| void gGrid::setLineSpacing | ( | float | spacing | ) |
| void gGrid::setNearClip | ( | float | near | ) |
|
static |
|
static |
|
static |