#include <QtCore/QObject>
#include <QtCore/QFileInfo>
#include <QtCore/QMap>
#include <QtCore/QSignalMapper>
#include <QtGui/QWidget>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QCheckBox>
#include <QtGui/QPushButton>
#include <QtGui/QSlider>
#include <QtGui/QMouseEvent>
#include <QtGui/QSpinBox>
#include <QtGui/QComboBox>
#include <QtGui/QGroupBox>
#include <QtGui/QFrame>
#include <QtGui/QToolButton>
#include <QtGui/QHBoxLayout>
#include <QtGui/QGridLayout>
#include <QtGui/QButtonGroup>
#include <QtGui/QTabBar>
#include <QtGui/QDialog>
#include <QtCore/QTimer>
#include "mudbox.h"
Classes | |
class | MirrorComboBox |
MirrorComboBox is a QComboBox that emits a signal when it loses keyboard focus. More... | |
class | AttributeSign |
class | AttributeWidget |
class | AttributeVectorbox |
class | AttributeVector4box |
A widget used to display and alter the value for a four dimensional vector attribute. More... | |
class | AttributeEditbox |
class | AttributeImagebox |
A widget used to display and alter the value for an image attribute. More... | |
class | AttributeCheckbox |
A widget which is used to display and alter the value for a bool attribute. More... | |
class | AttributeColorbox |
class | AttributeSliderbox |
A widget which used to display and alter the value for a float range attribute. More... | |
class | AttributeSpinbox |
class | AttributeCombobox |
A widget used to display and alter the value for an enum attribute. More... | |
class | AttributeComboboxMap |
class | AttributeFilenamebox |
A widget used to display and alter the value for a filename attribute. More... | |
class | AttributeTextureFilenamebox |
A widget which is used to display and alter the value for a texture attribu. More... | |
class | AttributeEventbox |
class | AttributePointerbox |
A widget used to display and alter the value for a pointer attribute. More... | |
class | AttributeCheckboxCollection |
A widget used to display and alter the value for a bool collection attribute. More... | |
class | AttributeSliderWithCheckbox |
A widget which is used to display and alter the value for a bool attribute. More... | |
class | AttributeSliderArrayWithCheckbox |
A widget which is used to display and alter some values for a bool attribute. More... | |
class | CPBox |
class | CurveEditor |
class | AttributeCurveEditor |
An attribute widget for displaying and interacting with multiple curve editors. More... | |
class | EnlargedCurveEditor |
This dialog allows an AttributeCurveEditor to be resizable in order to manipulate its curve more easily. More... | |
class | AttributeStampConfigurationWidget |
class | AttributeMirrorConfigurationWidget |
An attribute widget for setting the brush mirror mode. More... | |
class | HelpButton |
A widget for accessing the context sensitive help. More... | |
Namespaces | |
mudbox | |
Class: ConvolutionKernel. | |
Macros | |
#define | CPBOX_WIDTH 6 |
#define | MAX_CURVE_POINTS 64 |