Mudbox/brush.h File Reference
#include <QtCore/QHash>
#include <QtCore/QSharedPointer>
#include <QtCore/QCoreApplication>
#include <Mudbox/mudboxVersions.h>
|
#define | MB_ADD_CONFIG(classname, id, name, nametr, category, tooltip) mudbox::BrushOperation::AddConfiguration( new BrushConfiguration( classname::StaticClass(), id, name, nametr, category, tooltip ) ); |
|
#define | MB_ADD_CONFIG2(classname, id, name, nametr, category, categoryTr, tooltip) mudbox::BrushOperation::AddConfiguration( new BrushConfiguration( classname::StaticClass(), id, name, nametr, category, categoryTr, tooltip ) ); |
|
#define | MB_ADD_CONFIG3(classname, id, name, nametr, category, categoryTr, tooltip, version) mudbox::BrushOperation::AddConfiguration( new BrushConfiguration( classname::StaticClass(), id, name, nametr, category, categoryTr, tooltip, version ) ); |
|
|
typedef AttributeInstance< MirrorConfiguration > | amirrorcfg |
|
typedef AttributeInstance< StampConfiguration > | astampcfg |
|
#define MB_ADD_CONFIG |
( |
|
classname, |
|
|
|
id, |
|
|
|
name, |
|
|
|
nametr, |
|
|
|
category, |
|
|
|
tooltip |
|
) |
| mudbox::BrushOperation::AddConfiguration( new BrushConfiguration( classname::StaticClass(), id, name, nametr, category, tooltip ) ); |
#define MB_ADD_CONFIG2 |
( |
|
classname, |
|
|
|
id, |
|
|
|
name, |
|
|
|
nametr, |
|
|
|
category, |
|
|
|
categoryTr, |
|
|
|
tooltip |
|
) |
| mudbox::BrushOperation::AddConfiguration( new BrushConfiguration( classname::StaticClass(), id, name, nametr, category, categoryTr, tooltip ) ); |
#define MB_ADD_CONFIG3 |
( |
|
classname, |
|
|
|
id, |
|
|
|
name, |
|
|
|
nametr, |
|
|
|
category, |
|
|
|
categoryTr, |
|
|
|
tooltip, |
|
|
|
version |
|
) |
| mudbox::BrushOperation::AddConfiguration( new BrushConfiguration( classname::StaticClass(), id, name, nametr, category, categoryTr, tooltip, version ) ); |
Go to the source code of this file.