/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Aug 4 2017) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __COLOR4DPICKERDLG_BASE_H__ #define __COLOR4DPICKERDLG_BASE_H__ #include #include class DIALOG_SHIM; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class COLOR4D_PICKER_DLG_BASE /////////////////////////////////////////////////////////////////////////////// class COLOR4D_PICKER_DLG_BASE : public DIALOG_SHIM { private: protected: wxNotebook* m_notebook; wxPanel* m_panelFreeColors; wxStaticBitmap* m_RgbBitmap; wxStaticBitmap* m_HsvBitmap; wxStaticText* m_staticTextBright; wxSlider* m_sliderBrightness; wxStaticText* m_staticTextR; wxStaticText* m_staticTextG; wxStaticText* m_staticTextB; wxSpinCtrl* m_spinCtrlRed; wxSpinCtrl* m_spinCtrlGreen; wxSpinCtrl* m_spinCtrlBlue; wxStaticText* m_staticTextHue; wxStaticText* m_staticTextSat; wxSpinCtrl* m_spinCtrlHue; wxSpinCtrl* m_spinCtrlSaturation; wxPanel* m_panelDefinedColors; wxBoxSizer* m_SizerDefinedColors; wxFlexGridSizer* m_fgridColor; wxBoxSizer* m_SizerTransparency; wxStaticText* m_staticText9; wxSlider* m_sliderTransparency; wxStaticText* m_staticTextOldColor; wxStaticBitmap* m_OldColorRect; wxStaticText* m_staticTextNewColor; wxStaticBitmap* m_NewColorRect; wxStaticLine* m_staticline; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; // Virtual event handlers, overide them in your derived class virtual void onRGBMouseClick( wxMouseEvent& event ) { event.Skip(); } virtual void onRGBMouseDrag( wxMouseEvent& event ) { event.Skip(); } virtual void onHSVMouseClick( wxMouseEvent& event ) { event.Skip(); } virtual void onHSVMouseDrag( wxMouseEvent& event ) { event.Skip(); } virtual void OnChangeBrightness( wxScrollEvent& event ) { event.Skip(); } virtual void OnChangeEditRed( wxSpinEvent& event ) { event.Skip(); } virtual void OnChangeEditGreen( wxSpinEvent& event ) { event.Skip(); } virtual void OnChangeEditBlue( wxSpinEvent& event ) { event.Skip(); } virtual void OnChangeEditHue( wxSpinEvent& event ) { event.Skip(); } virtual void OnChangeEditSat( wxSpinEvent& event ) { event.Skip(); } virtual void OnChangeAlpha( wxScrollEvent& event ) { event.Skip(); } public: COLOR4D_PICKER_DLG_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Color Picker"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 707,375 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~COLOR4D_PICKER_DLG_BASE(); }; #endif //__COLOR4DPICKERDLG_BASE_H__