10 #include <QtWidgets/QColorDialog>
28 virtual QColor getColor(
const QString& title,
bool* ok,
29 QColorDialog::ColorDialogOptions options = ColorDialogOptions());
32 virtual QColor getColor(
int force,
const QString& title,
bool* ok,
33 QColorDialog::ColorDialogOptions options = ColorDialogOptions());
36 virtual void resetToForceColor();
37 virtual void checkCurrentColor(
const QColor& c);
42 bool myResetToForce =
false;
makVrv::DtDe & myDe
Definition: vrfColorDialog.h:40
Definition: vrfColorDialog.h:19
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76