#include "axlGuiExport.h"
#include <QtCore>
Go to the source code of this file.
Macros | |
#define | AXL_PROPERTY_COLOR 0 |
#define | AXL_PROPERTY_OPACITY 1 |
#define | AXL_PROPERTY_SHADER 2 |
#define | AXL_PROPERTY_SIZE 3 |
#define | addColorButton(layoutTop, colorButton, slot, init) |
#define | addSizeSlider(layoutTop, sliderSize, slot, init) |
#define | addOpacitySlider(layoutTop, sliderOpacity, slot, init) |
#define | addShaderComboBox(layoutTop, comboBoxShader, checkBoxShader, lineEditShader, buttonShader, onComboBoxChanged, onCheckBoxChanged, onTextChanged, openShader, init) |
#define | addPointLayout(layoutTop, name, title, coordinatePoint, slot, init) |
#define | addValueLayout(layoutTop, name, title, data, slot, init) |
Functions | |
bool AXLGUI_EXPORT | caseInsensitiveLessThan (const QString &s1, const QString &s2) |
#define addColorButton | ( | layoutTop, | |
colorButton, | |||
slot, | |||
init | |||
) |
Definition at line 34 of file axlInspectorUtils.h.
#define addOpacitySlider | ( | layoutTop, | |
sliderOpacity, | |||
slot, | |||
init | |||
) |
Definition at line 58 of file axlInspectorUtils.h.
#define addPointLayout | ( | layoutTop, | |
name, | |||
title, | |||
coordinatePoint, | |||
slot, | |||
init | |||
) |
Definition at line 113 of file axlInspectorUtils.h.
#define addShaderComboBox | ( | layoutTop, | |
comboBoxShader, | |||
checkBoxShader, | |||
lineEditShader, | |||
buttonShader, | |||
onComboBoxChanged, | |||
onCheckBoxChanged, | |||
onTextChanged, | |||
openShader, | |||
init | |||
) |
Definition at line 70 of file axlInspectorUtils.h.
#define addSizeSlider | ( | layoutTop, | |
sliderSize, | |||
slot, | |||
init | |||
) |
Definition at line 45 of file axlInspectorUtils.h.
#define addValueLayout | ( | layoutTop, | |
name, | |||
title, | |||
data, | |||
slot, | |||
init | |||
) |
Definition at line 153 of file axlInspectorUtils.h.
#define AXL_PROPERTY_COLOR 0 |
Definition at line 26 of file axlInspectorUtils.h.
#define AXL_PROPERTY_OPACITY 1 |
Definition at line 27 of file axlInspectorUtils.h.
#define AXL_PROPERTY_SHADER 2 |
Definition at line 28 of file axlInspectorUtils.h.
#define AXL_PROPERTY_SIZE 3 |
Definition at line 29 of file axlInspectorUtils.h.
bool AXLGUI_EXPORT caseInsensitiveLessThan | ( | const QString & | s1, |
const QString & | s2 | ||
) |
Definition at line 23 of file axlInspectorUtils.cpp.