#include <c4d_baselist.h>
Message struct for the
MSG_TOOL_SWITCHACTION
message.
Sent to tools on mouse input to query them on whether they should change to a different tool temporarily while a certain situation (e.g. modifier key) is being held.
公共成员函数 |
|
| ToolSwitchActionMsgData () | |
Input Values |
|
| EditorWindow * | bw |
| BaseDocument * | doc |
| BaseDraw * | bd |
| QUALIFIER | qualifier |
Result Values |
|
| Int32 | action |
| ToolSwitchActionMsgData | ( | ) |
Default constructor.
| EditorWindow * bw |
[Read-Only]
The editor window.
| BaseDocument * doc |
[Read-Only]
The document.
| BaseDraw * bd |
[Read-Only]
The base draw.
| QUALIFIER qualifier |
[Read-Only]
The current qualifier.
| Int32 action |
Assign the ID of an action to switch to temporarily, or leave as NOTOK to ignore.