#include <lib_paint.h>
Functions to access Texture Views.
Public Member Functions | |
| Int32 | GetViewCount () |
| maxon::BaseArray< Int32 > * | GetViewIds () |
| Int32 | GetActiveViewId () |
| Bool | ResetActiveView () |
| Bool | GetAllowSelectUpdate () |
| Bool | SetAllowSelectUpdate (Bool _allowSelectUpdate) |
| Int32 GetViewCount | ( | ) |
Gets the number of opened Texture Views.
| maxon::BaseArray<Int32>* GetViewIds | ( | ) |
Gets the array of unique Texture View IDs.
| Int32 GetActiveViewId | ( | ) |
Gets the ID of the Texture View that currently has focus (if any).
| Bool ResetActiveView | ( | ) |
Removes focus from Texture View which currently has focus.
| Bool GetAllowSelectUpdate | ( | ) |
Gets the flag indicating if the Texture View in focus updates with selection changes.