BrushOperation::BrushBehavior Struct Reference

This reference page is linked to from the following overview topics: Mudbox 2013.



Detailed Description

Tool behaviour structure for storing alternate brushing modes.

Definition at line 323 of file brush.h.

#include <brush.h>

List of all members.

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

Member Enumeration Documentation


Constructor & Destructor Documentation

BrushBehavior ( void  ) [inline]

Definition at line 332 of file brush.h.

BrushBehavior ( BehaviorType  type,
QString  target,
int  iHotkey 
) [inline]

Definition at line 333 of file brush.h.

: m_eType( type ), m_sTarget( target ), m_iHotkey( iHotkey ) {};

Member Data Documentation

Definition at line 337 of file brush.h.


The documentation for this struct was generated from the following file: