Unofficial community resource. Not affiliated with, maintained by, or endorsed by WOWCube / Cubios Inc. Cubios Inc. does not guarantee the accuracy or completeness of this content. Official WOWCube Development Kit

WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelogDeveloper Toolkit
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.

Unofficial community resource. Not affiliated with, maintained by, or endorsed by WOWCube / Cubios Inc. Cubios Inc. does not guarantee the accuracy or completeness of this content. For official documentation and the SDK, see the WOWCube Development Kit.

Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. API
  4. Enumerated Types
Mission NodeSDK 6.1C++API Reference

Enumerated Types

Enumerated Types GFX mirror t Summary Enumeration of an image mirroring options. Synopsis enum GFX mirror t { MIRROR BLANK = 0, MIRROR X, MIRROR Y, MIRROR XY...

API / SDK 6.1 / C++ / API Reference
VersionSDK 6.3SDK 6.2SDK 6.1
Report issue

Enumerated Types

GFX_mirror_t

Summary

Enumeration of an image mirroring options.

Synopsis

Enumerated Types
CPP
1enum GFX_mirror_t {
2 MIRROR_BLANK = 0,
3 MIRROR_X,
4 MIRROR_Y,
5 MIRROR_XY,
6 };
7
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

GFX_PixelFormat_t

Summary

Enumeration of supported pixel formats

Synopsis

Enumerated Types
CPP
1enum GFX_PixelFormat_t {
2 FORMAT_RGB565 = 0,
3 FORMAT_ARGB6666,
4 FORMAT_ARGB8888,
5 };
6
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

LogLevel_t

Summary

Enumeration of supported log verbosity levels

Synopsis

Enumerated Types
CPP
1enum LogLevel_t {
2 LOG_LVL_ASSERT = 0,
3 LOG_LVL_ERROR,
4 LOG_LVL_WARN,
5 LOG_LVL_INFO,
6 ELOG_LVL_DEBUG,
7 LOG_LVL_VERBOSE
8 };
9
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

text_align_t

Summary

Enumeration of supported text alignment modes.

Synopsis

Enumerated Types
CPP
1enum text_align_t {
2 TEXT_ALIGN_CENTER = 0,
3 TEXT_ALIGN_TOP_CENTER,
4 TEXT_ALIGN_BOTTOM_CENTER,
5 TEXT_ALIGN_LEFT_CORNER,
6 TEXT_ALIGN_LEFT_TOP_CORNER,
7 TEXT_ALIGN_LEFT_BOTTOM_CORNER,
8 TEXT_ALIGN_RIGHT_CORNER,
9 TEXT_ALIGN_RIGHT_TOP_CORNER,
10 TEXT_ALIGN_RIGHT_BOTTOM_CORNER
11 };
12
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

TOPOLOGY_twist_t

Summary

Enumeration of twist directions.

Synopsis

Enumerated Types
CPP
1enum TOPOLOGY_twist_t {
2 TWIST_UNINDENTIFIED = 0,
3 TWIST_LEFT,
4 TWIST_RIGHT,
5 TWIST_DOUBLE,
6 TWIST_MAX,
7 };
8
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

TOPOLOGY_orientation_mode_t

Summary

Enumeration of supported orientation modes.

Synopsis

Enumerated Types
CPP
1enum TOPOLOGY_orientation_mode_t {
2 ORIENTATION_MODE_MENU = 0,
3 ORIENTATION_MODE_GRAVITY,
4 ORIENTATION_MODE_SPLASH,
5 ORIENTATION_MODE_MAX,
6 };
7
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

TOPOLOGY_orientation_t

Summary

Enumeration of a face orientations.

Synopsis

Enumerated Types
CPP
1enum TOPOLOGY_orientation_t {
2 ORIENTATION_UP = 0,
3 ORIENTATION_DOWN,
4 ORIENTATION_FRONT,
5 ORIENTATION_BACK,
6 ORIENTATION_LEFT,
7 ORIENTATION_RIGHT,
8 ORIENTATION_MAX,
9 };
10
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

TOPOLOGY_neighbor_t

Summary

Enumeration of a facelet neighbor directions.

Synopsis

Enumerated Types
CPP
1enum TOPOLOGY_neighbor_t {
2 NEIGHBOR_SELF = 0,
3 NEIGHBOR_LEFT,
4 NEIGHBOR_DIAGONAL,
5 NEIGHBOR_TOP,
6 NEIGHBOR_RIGHT,
7 NEIGHBOR_BOTTOM,
8 NEIGHBOR_MAX,
9 };
10
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

Trust & provenance

Document status

Source
Enumerated Types · installed SDK headers
Classification
API reference
Verification
Community-maintained · verify against installed SDK

Catalog updated Oct 20, 2018

Structured index

Symbols on this page

Names and signatures are extracted from this SDK-derived page. Signature hashes detect accidental changes.

Enumerated TypesMember
GFX_mirror_tTypeenum GFX_mirror_t {
GFX_PixelFormat_tTypeenum GFX_PixelFormat_t {
LogLevel_tTypeenum LogLevel_t {
text_align_tTypeenum text_align_t {
TOPOLOGY_twist_tTypeenum TOPOLOGY_twist_t {
TOPOLOGY_orientation_mode_tTypeenum TOPOLOGY_orientation_mode_t {
TOPOLOGY_orientation_tTypeenum TOPOLOGY_orientation_t {
TOPOLOGY_neighbor_tTypeenum TOPOLOGY_neighbor_t {

Used in SDK snippets

text_align_t→StringsAndArrays.cpptext_align_t→StringsAndArrays.cpptext_align_t→StringsAndArrays.cppTOPOLOGY_orientation_mode_t→GfxOrientation.cppTOPOLOGY_orientation_t→ScrambleApp.cpp
Jump Grid

On This Page

GFX mirror tGFX PixelFormat tLogLevel ttext align tTOPOLOGY twist tTOPOLOGY orientation mode tTOPOLOGY orientation tTOPOLOGY neighbor t
Back to top ↑
Context Rail

Related nodes

Global Defines
API / SDK 6.1 / C++ / API Reference
Data Structures
API / SDK 6.1 / C++ / API Reference
Application
API / SDK 6.1 / C++ / API Reference
Graphics
API / SDK 6.1 / C++ / API Reference
Previous Node
Data Structures
API / SDK 6.1 / C++ / API Reference
Next Node
Application
API / SDK 6.1 / C++ / API Reference