BrushOperation::BrushBehavior Struct Reference

BrushOperation::BrushBehavior Struct Reference

#include <brush.h>

Class Description

Tool behaviour structure for storing alternate brushing modes.

Definition at line 338 of file brush.h.

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

Enumerator
eBehaviorNone 
eBehaviorBrush 
eBehaviorAttribute 

Definition at line 340 of file brush.h.

Constructor & Destructor Documentation

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

Definition at line 348 of file brush.h.

348 : m_eType( type ), m_sTarget( target ), m_iHotkey( iHotkey ) {};
GLuint GLuint GLsizei GLenum type
Definition: GLee.h:872

Member Data Documentation

BehaviorType m_eType

Definition at line 348 of file brush.h.

QString m_sTarget

Definition at line 351 of file brush.h.

int m_iHotkey

Definition at line 352 of file brush.h.


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