#include <brush.h>
Tool behaviour structure for storing alternate brushing modes.
Public Types | |
enum | BehaviorType { eBehaviorNone, eBehaviorBrush, eBehaviorAttribute } |
Public Member Functions | |
BrushBehavior (void) | |
BrushBehavior (BehaviorType type, QString target, int iHotkey) | |
Public Attributes | |
BehaviorType | m_eType |
QString | m_sTarget |
int | m_iHotkey |
enum BehaviorType |
|
inline |
|
inline |
BehaviorType m_eType |