PaintManager Struct Reference Library » Paint
#include <lib_paint.h>
Functions to access Texture Views.
公共成员函数 |
|
| 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.
| Bool SetAllowSelectUpdate | ( | Bool | _allowSelectUpdate | ) |
Sets the flag indicating if the Texture View in focus updates with selection changes.
| [in] | _allowSelectUpdate | Pass true to enable context updates. |