![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXColorSelector.h>
Inheritance diagram for FX::FXColorSelector:
Public Methods | |
FXColorSelector (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=0, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
Construct a new ColorSelector. | |
virtual void | create () |
Create the ColorSelector. | |
FXButton * | acceptButton () const |
Return a pointer to the "Accept" button. | |
FXButton * | cancelButton () const |
Return a pointer to the "Cancel" button. | |
void | setRGBA (FXColor clr) |
Set the selected color. | |
FXColor | getRGBA () const |
Get the selected color. | |
FXbool | isOpaqueOnly () const |
Return true if only opaque colors allowed. | |
void | setOpaqueOnly (FXbool opaque) |
Change opaque only mode. | |
virtual void | save (FXStream &store) const |
Save to a stream. | |
virtual void | load (FXStream &store) |
Load from a stream. | |
virtual | ~FXColorSelector () |
Destructor. |