33 m_settings( aFrame->GetAdapter() ),
34 m_canvas( aFrame->GetCanvas() )
void SetSwatchColor(const KIGFX::COLOR4D &aColor, bool aSendEvent)
Set the current swatch color directly.
wxCheckBox * m_checkBoxCuThickness
bool GetFlag(DISPLAY3D_FLG aFlag) const
Get a configuration status of a flag.
wxCheckBox * m_checkBoxDisableAAMove
PANEL_3D_OPENGL_OPTIONS(EDA_3D_VIEWER_FRAME *aFrame, wxWindow *aParent)
KIGFX::COLOR4D GetSwatchColor() const
BOARD_ADAPTER & m_settings
bool TransferDataToWindow() override
Automatically called after creating the dialog.
void SetAntiAliasingMode(ANTIALIASING_MODE aAAmode)
Set the current antialiasing mode value.
void SetFlag(DISPLAY3D_FLG aFlag, bool aState)
Set the status of a flag.
wxCheckBox * m_checkBoxBoundingBoxes
wxChoice * m_choiceAntiAliasing
Class PANEL_3D_OPENGL_OPTIONS_BASE.
void SetSupportsOpacity(bool aSupportsOpacity)
COLOR_SWATCH * m_selectionColorSwatch
Create and handle a window for the 3d viewer connected to a Kiway and a pcbboard.
wxCheckBox * m_checkBoxDisableMoveVias
wxCheckBox * m_checkBoxDisableMoveThickness
void SetDefaultColor(const KIGFX::COLOR4D &aColor)
Sets the color that will be chosen with the "Reset to Default" button in the chooser.
ANTIALIASING_MODE GetAntiAliasingMode() const
Get the current antialiasing mode value.
wxCheckBox * m_checkBoxDisableMoveHoles
wxCheckBox * m_checkBoxHighlightOnRollOver
SFVEC3F m_OpenGlSelectionColor
bool TransferDataFromWindow() override
Automatically called when clicking on the OK button.
A color representation with 4 components: red, green, blue, alpha.