#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.
Public Member Functions | |
ToolSwitchActionMsgData () | |
Input Values | |
EditorWindow * | bw |
BaseDocument * | doc |
BaseDraw * | bd |
QUALIFIER | qualifier |
Result Values | |
Int32 | action |
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.