Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef _COLOR_PICKER_VALIDATOR_H_
2 #define _COLOR_PICKER_VALIDATOR_H_
38 #include <wx/validate.h>
39 #include <wx/colour.h>
61 virtual bool Validate(wxWindow* WXUNUSED(parent)) {
return true; }
64 virtual bool TransferToWindow();
67 virtual bool TransferFromWindow();
70 bool CheckValidator()
const;
CColorPickerValidator & operator=(const CColorPickerValidator &)
CRgbaColor * m_pCRgbaColor
virtual wxObject * Clone() const
virtual bool Validate(wxWindow *WXUNUSED(parent))
class CRgbaColor provides a simple abstraction for managing colors.
Include a standard set of the NCBI C++ Toolkit most basic headers.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_GUIWIDGETS_WX_EXPORT
Defines to provide correct exporting from DLLs in Windows.