Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXGradientBar.h>
Inheritance diagram for FX::FXGradientBar:
See also:
|
|
|
Construct a gradient bar.
|
|
Destructor.
|
|
Create server-side resources.
Reimplemented from FX::FXWindow. |
|
Perform layout.
Reimplemented from FX::FXWindow. |
|
Return default width.
Reimplemented from FX::FXFrame. |
|
Return default height.
Reimplemented from FX::FXFrame. |
|
Obtain segment containing location x, y. Returns -1 if no matching segment was found. |
|
Get the grip in segment sg which is closest to location (x, y), one of GRIP_LOWER, GRIP_SEG_LOWER, GRIP_MIDDLE, GRIP_SEG_UPPER, GRIP_UPPER or GRIP_NONE.
|
|
Return the number of segments.
|
|
Replace the current gradient segments. The gradient bar makes a copy of the input segments array. |
|
Return a copy of the gradient segments. The array of segments is allocated using FXMALLOC and should be freed by the caller using FXFREE. |
|
Change current segment.
|
|
Return current segment, or -1 if there is no current segment.
|
|
Change anchor segment.
|
|
Return anchor segment, or -1 if there is no anchor segment.
|
|
Select segment(s).
|
|
Deselect all segments.
|
|
Returns TRUE if the specified segment is selected.
|
|
Set lower color of a segment.
|
|
Set upper color of a segment.
|
|
Get lower color of a segment.
|
|
Get upper color of a segment.
|
|
Move lower point of segment sg.
|
|
Move middle point of segment sg.
|
|
Move upper point of segment sg.
|
|
Move segments sglo to sghi to new position val.
|
|
Get lower value of segment sg.
|
|
Get middle value of segment sg.
|
|
Get upper value of segment sg.
|
|
Get gradient ramp. The ramp argument should be an array of size nramp, which will be filled with the appropriate color values. |
|
Get blend mode of segment, one of GRADIENT_BLEND_LINEAR, GRADIENT_BLEND_POWER, GRADIENT_BLEND_SINE, GRADIENT_BLEND_INCREASING, or GRADIENT_BLEND_DECREASING.
|
|
Split segment at the midpoint.
|
|
Merge segments.
|
|
Make segments uniformly distributed.
|
|
Change blend mode of segment.
|
|
Get the gradient bar style.
|
|
Change the gradient bar style.
|
|
Set color.
|
|
Get color.
|
|
Set status line help text for this gradient bar.
|
|
Get status line help text for this gradient bar.
|
|
Set tool tip message for this gradient bar.
|
|
Get tool tip message for this gradient bar.
|
|
Save gradient bar to a stream.
Reimplemented from FX::FXFrame. |
|
Load gradient bar from a stream.
Reimplemented from FX::FXFrame. |
Copyright © 1997-2005 Jeroen van der Zijp |