|
| | ImageWithRolloverIDs () |
| | Default ImageWithRolloverIDs constructor, setting all ID values to noneID.
|
| | ImageWithRolloverIDs (const ImageWithRolloverIDs &ids_) |
| | ImageWithRolloverIDs copy constructor, using values from an existing object.
|
| | ImageWithRolloverIDs (const int16_t light_, const int16_t lightOver_, const int16_t dark_, const int16_t darkOver_) |
| | Constructs an ImageWithRolloverIDs object from light-UI, light-UI rollover, dark-UI, and dark-UI resource IDs; sets all higher resolutions to noneID.
|
| | ImageWithRolloverIDs (const int16_t light_, const int16_t light3to2x_, const int16_t light2x_, const int16_t dark_, const int16_t dark3to2x_, const int16_t dark2x_) |
| | Creates an ImageWithRolloverIDs object from light-UI and dark-UI resource IDs for all supported resolutions at 2x and below (without any rollovers).
|
| | ImageWithRolloverIDs (const int16_t light_, const int16_t light3to2x_, const int16_t light2x_, const int16_t light3x_, const int16_t light4x_, const int16_t dark_, const int16_t dark3to2x_, const int16_t dark2x_, const int16_t dark3x_, const int16_t dark4x_) |
| | Creates an ImageWithRolloverIDs object from light-UI and dark-UI resource IDs for all supported resolutions (without any rollovers).
|
| | ImageWithRolloverIDs (const int16_t light_, const int16_t light3to2x_, const int16_t light2x_, const int16_t dark_, const int16_t dark3to2x_, const int16_t dark2x_, const int16_t lightOver_, const int16_t lightOver3to2x_, const int16_t lightOver2x_, const int16_t darkOver_, const int16_t darkOver3to2x_, const int16_t darkOver2x_) |
| | Creates an ImageWithRolloverIDs object from light-UI and dark-UI resource IDs for all supported resolutions at 2x and below.
|
| | ImageWithRolloverIDs (const int16_t light_, const int16_t light3to2x_, const int16_t light2x_, const int16_t light3x_, const int16_t light4x_, const int16_t dark_, const int16_t dark3to2x_, const int16_t dark2x_, const int16_t dark3x_, const int16_t dark4x_, const int16_t lightOver_, const int16_t lightOver3to2x_, const int16_t lightOver2x_, const int16_t lightOver3x_, const int16_t lightOver4x_, const int16_t darkOver_, const int16_t darkOver3to2x_, const int16_t darkOver2x_, const int16_t darkOver3x_, const int16_t darkOver4x_) |
| | Creates an ImageWithRolloverIDs object from light-UI and dark-UI resource IDs for all supported resolutions.
|
| virtual | ~ImageWithRolloverIDs () |
| | ImageWithRolloverIDs destructor.
|
| ImageWithRolloverIDs & | operator= (const ImageWithRolloverIDs &rhs_) |
| | Overloaded assignment operator to copy values from one ImageWithRolloverIDs object to another.
|
| bool | operator== (const ImageWithRolloverIDs &rhs_) const |
| | Overloaded equality operator to compare two ImageWithRolloverIDs objects with one another.
|
| bool | operator!= (const ImageWithRolloverIDs &rhs_) const |
| | Overloaded inequality operator to compare two ImageWithRolloverIDs objects with one another.
|
| | ImageIDs () |
| | Constructs a new ImageIDs object with default values (i.e. noneID).
|
| | ImageIDs (const ImageIDs &img_) |
| | Constructs a new ImageIDs object with the same values as an existing object.
|
| | ImageIDs (const int16_t light_, const int16_t dark_) |
| | Constructs a new ImageIDs object from light and dark image IDs, setting all higher resolutions to noneID.
|
| | ImageIDs (const int16_t light_, const int16_t light3to2x_, const int16_t light2x_, const int16_t dark_, const int16_t dark3to2x_, const int16_t dark2x_) |
| | Constructs a new ImageIDs object from light and dark image IDs individually for each resolution at 2x and below.
|
| | ImageIDs (const int16_t light_, const int16_t light3to2x_, const int16_t light2x_, const int16_t light3x_, const int16_t light4x_, const int16_t dark_, const int16_t dark3to2x_, const int16_t dark2x_, const int16_t dark3x_, const int16_t dark4x_) |
| | Constructs a new ImageIDs object from light and dark image IDs individually for each resolution.
|
| virtual | ~ImageIDs () |
| | Destructs an ImageIDs object.
|
| ImageIDs & | operator= (const ImageIDs &rhs_) |
| | Overloaded assignment operator to copy values from one ImageIDs object to another.
|
| bool | operator== (const ImageIDs &rhs_) const |
| | Overloaded equality operator to compare two ImageIDs objects with one another.
|
| bool | operator!= (const ImageIDs &rhs_) const |
| | Overloaded inequality operator to compare two ImageIDs objects with one another.
|
|
|
int16_t | lightOverID |
| | PNGI resource ID for the 1x rollover image variant for the app's light-themed UI.
|
| int16_t | lightOverID_3to2x |
| | PNGI resource ID for the 1.5x rollover image variant for the app's light-themed UI.
|
|
int16_t | lightOverID_2x |
| | PNGI resource ID for the 2x rollover image variant for the app's light-themed UI.
|
|
int16_t | lightOverID_3x |
| | PNGI resource ID for the 3x rollover image variant for Illustrator's light-themed UI.
|
|
int16_t | lightOverID_4x |
| | PNGI resource ID for the 4x rollover image variant for Illustrator's light-themed UI.
|
|
int16_t | darkOverID |
| | PNGI resource ID for the 1x rollover image variant for the app's dark-themed UI.
|
| int16_t | darkOverID_3to2x |
| | PNGI resource ID for the 1.5x rollover image variant for the app's dark-themed UI.
|
|
int16_t | darkOverID_2x |
| | PNGI resource ID for the 2x rollover image variant for the app's dark-themed UI.
|
|
int16_t | darkOverID_3x |
| | PNGI resource ID for the 3x rollover image variant for Illustrator's dark-themed UI.
|
|
int16_t | darkOverID_4x |
| | PNGI resource ID for the 4x rollover image variant for Illustrator's dark-themed UI.
|
|
int16_t | lightID |
| | ID of the PNGI resource that should be used when the UI is light in color.
|
| int16_t | lightID_3to2x |
| | ID of the PNGI resource that should be used when the UI is light in color at 1.5x resolution.
|
|
int16_t | lightID_2x |
| | ID of the PNGI resource that should be used when the UI is light in color at 2x resolution.
|
|
int16_t | lightID_3x |
| | ID of the PNGI resource that should be used when the UI is light in color at 3x resolution.
|
|
int16_t | lightID_4x |
| | ID of the PNGI resource that should be used when the UI is light in color at 4x resolution.
|
|
int16_t | darkID |
| | ID of the PNGI resource that should be used when the UI is dark in color.
|
| int16_t | darkID_3to2x |
| | ID of the PNGI resource that should be used when the UI is dark in color at 1.5x resolution.
|
|
int16_t | darkID_2x |
| | ID of the PNGI resource that should be used when the UI is dark in color at 2x resolution.
|
|
int16_t | darkID_3x |
| | ID of the PNGI resource that should be used when the UI is dark in color at 3x resolution.
|
|
int16_t | darkID_4x |
| | ID of the PNGI resource that should be used when the UI is dark in color at 4x resolution.
|
Allows for image rollover support.