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