ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
Loading...
Searching...
No Matches
HSVColorPicker Struct Reference

The HSVColorPicker type. More...

#include <HSVColorPicker.h>

Inheritance diagram for HSVColorPicker:
Control View

Public Member Functions

Class * _HSVColorPicker (void)
 The HSVColorPicker archetype.
 
HSVColorPickerinitWithFrame (HSVColorPicker *self, const SDL_Rect *frame)
 Initializes this HSVColorPicker with the specified frame and style.
 
SDL_Color rgbColor (const HSVColorPicker *self)
 
void setColor (HSVColorPicker *self, double hue, double saturation, double value)
 Sets the color of the HSVColorPicker.
 
void setRGBColor (HSVColorPicker *self, const SDL_Color *color)
 Sets the color of the HSVColorPicker.
 
- Public Member Functions inherited from Control
Class * _Control (void)
 The Control archetype.
 
bool captureEvent (Control *self, const SDL_Event *event)
 Captures a given event, potentially altering the state of this Control.
 
Control initWithFrame (Control *self, const SDL_Rect *frame)
 Initializes this Control with the specified frame and style.
 
bool isDisabled (const Control *self)
 
bool isFocused (const Control *self)
 
bool isHighlighted (const Control *self)
 
bool isSelected (const Control *self)
 
void stateDidChange (Control *self)
 Called when the state of this Control changes.
 
- Public Member Functions inherited from View
Class * _View (void)
 The View archetype.
 
bool acceptsKeyResponder (const View *self)
 
bool acceptsTouchResponder (const View *self)
 
void addClassName (View *self, const char *className)
 Adds the given class name to this View.
 
void addSubview (View *self, View *subview)
 Adds a subview to this view, to be drawn above its siblings.
 
void addSubviewRelativeTo (View *self, View *subview, View *other, ViewPosition position)
 Adds a subview to this view, positioned relatively to other.
 
 ancestorWithIdentifier (const View *self, const char *identifier)
 
void applyStyle (View *self, const Style *style)
 Applies the given Style to this View.
 
void applyTheme (View *self, const Theme *theme)
 Applies the given Theme to this View.
 
void applyThemeIfNeeded (View *self, const Theme *theme)
 Recursively applies the Theme to this View and its subviews.
 
void attachStylesheet (View *self, SDL_Window *window)
 Attaches this View's Stylesheet to the Theme associated with the given window.
 
void awakeWithCharacters (View *self, const char *chars)
 Wakes this View with the given null-terminated JSON C string.
 
void awakeWithData (View *self, const Data *data)
 Wakes this View with the specified JSON Data.
 
void awakeWithDictionary (View *, const Dictionary *)
 Wakes this View with the specified Dictionary.
 
void awakeWithResource (View *self, const Resource *resource)
 Wakes this View with the specified Resource.
 
void awakeWithResourceName (View *self, const char *name)
 Wakes this View with the Resource by the specified name.
 
void becomeKeyResponder (View *self)
 Become the key responder in the View hierarchy.
 
void becomeTouchResponder (View *self)
 Become the touch responder in the View hierarchy.
 
bool bind (View *self, const Inlet *inlets, const Dictionary *dictionary)
 Performs data binding for the Inlets described in dictionary.
 
SDL_Rect bounds (const View *self)
 
void bringSubviewToFront (View *self, View *subview)
 Brings the specified subview to the front.
 
void clearWarnings (const View *self, WarningType type)
 Clears this View's Warnings matching the given level.
 
SDL_Rect clippingFrame (const View *self)
 
bool containsPoint (const View *self, const SDL_Point *point)
 
int depth (const View *self)
 
 descendantWithIdentifier (const View *self, const char *identifier)
 
void detachStylesheet (View *self, SDL_Window *window)
 Detaches this View's Stylesheet from the Theme associated with the given window.
 
void didMoveToWindow (View *self, SDL_Window *window)
 Informs this View that it has been added to the View hierachy of the given window.
 
bool didReceiveEvent (const View *self, const SDL_Event *event)
 
void draw (View *self, Renderer *renderer)
 Draws this View.
 
void emitViewEvent (View *self, ViewEvent code, ident data)
 Emits a ViewEvent originating from this View.
 
void enumerate (const View *self, ViewEnumerator enumerator, ident data)
 
void enumerate (View *self, ViewEnumerator enumerator, ident data)
 Enumerates this View and its descendants, applying enumerator to each.
 
void enumerateAdjacent (const View *self, ViewEnumerator enumerator, ident data)
 Enumerates adjacent siblings of this View, applying enumerator to each.
 
void enumerateAncestors (const View *self, ViewEnumerator enumerator, ident data)
 Enumerates all ancestors of this View, applying enumerator to each.
 
void enumerateDescendants (const View *self, ViewEnumerator enumerator, ident data)
 Enumerates all descendants of this View, applying enumerator to each.
 
void enumerateSelection (View *self, const char *rule, ViewEnumerator enumerator, ident data)
 Enumerates all Views in the selection matched by rule, applying enumerator to each.
 
void enumerateSiblings (const View *self, ViewEnumerator enumerator, ident data)
 Enumerates all siblings of this View, applying enumerator to each.
 
void enumerateSubviews (const View *self, ViewEnumerator enumerator, ident data)
 Enumerates all subviews of this View, applying enumerator to each.
 
void enumerateSuperview (const View *self, ViewEnumerator enumerator, ident data)
 Enumerates the superview of this View, if any, applying enumerator to it.
 
void enumerateVisible (const View *self, ViewEnumerator enumerator, ident data)
 
void enumerateVisible (View *self, ViewEnumerator enumerator, ident data)
 Enumerates this View and its visible descendants, applying enumerator to each.
 
bool hasClassName (const View *self, cosnt char *className)
 
bool hasOverflow (const View *self)
 
ViewhitTest (const View *self, const SDL_Point *point)
 Performs a hit test against this View and its descendants for the given point.
 
Viewinit (View *self)
 Initializes this View.
 
ViewinitWithFrame (View *self, const SDL_Rect *frame)
 Initializes this View with the specified frame.
 
void invalidateStyle (View *self)
 Invalidates the computed Style for this View and its descendants.
 
bool isContainer (const View *self)
 
bool isDescendantOfView (const View *self, const View *view)
 
bool isKeyResponder (const View *self)
 
bool isTouchResponder (const View *self)
 
bool isVisible (const View *self)
 
void layoutIfNeeded (View *self)
 Recursively updates the layout of this View and its subviews.
 
 layoutSubviews (View *self)
 Performs layout for this View's immediate subviews.
 
bool matchesSelector (const View *self, const SimpleSelector *simpleSelector)
 
void moveToWindow (View *self, SDL_Window *window)
 Moves this View to the View hierarchy of the given window.
 
String * path (const View *self)
 
void removeAllClassNames (View *self)
 Removes all class names from this View.
 
void removeAllSubviews (View *self)
 Removes all subviews from this View.
 
void removeClassName (View *self, const char *className)
 Removes the given class name to this View.
 
void removeFromSuperview (View *self)
 Removes this View from its superview.
 
void removeSubview (View *self, View *subview)
 Removes the given subview from this View.
 
void render (View *self, Renderer *renderer)
 Renders this View using the given renderer.
 
void renderDeviceDidReset (View *self)
 Informs this View that the render device has reset.
 
void renderDeviceWillReset (View *self)
 Informs this View that the render device will reset.
 
SDL_Rect renderFrame (const View *self)
 
void replaceSubview (View *self, View *subview, View *replacement)
 Replaces the specified subview with the given replacement.
 
void resignKeyResponder (View *self)
 Resigns key responder priority.
 
void resignTouchResponder (View *self)
 Resigns touch responder priority.
 
void resize (View *self, const SDL_Size *size)
 Resizes this View to the specified size.
 
void resolve (View *self, Outlet *outlets)
 Resolves the given Outlets from this View's hierarchy.
 
void respondToEvent (View *self, const SDL_Event *event)
 Responds to the specified event.
 
Set * select (View *self, const char *rule)
 Resolves all descendants (including this View) that match the given Selector rule.
 
ViewselectFirst (View *self, const char *rule)
 Resolves the first descendant View that matches the given Selector rule.
 
SDL_Size size (const View *self)
 
SDL_Size sizeThastFills (const View *self)
 
SDL_Size sizeThatContains (const View *self)
 
SDL_Size sizeThatFills (const View *self)
 
void sizeThatFits (const View *self)
 
void sizeToContain (View *self)
 Resizes this View to contain its subviews.
 
void sizeToFill (View *self)
 Resizes this View to fill its superview.
 
void sizeToFit (View *self)
 Resizes this View to fit its subviews.
 
 subviewWithIdentifier (const View *self, const char *identifier)
 
void updateBindings (View *self)
 Updates data bindings, prompting the appropriate layout changes.
 
SDL_Rect viewport (const View *self)
 
ViewviewWithCharacters (const char *chars, Outlet *outlets)
 Instantiates a View initialized with the given null-terminated JSON C string.
 
ViewviewWithData (const Data *data, Outlet *outlets)
 Instantiates a View initialized with the contents of data.
 
ViewviewWithDictionary (const Dictionary *dictionary, Outlet *outlets)
 Instantiates a View initialized with the attributes described in dictionary.
 
ViewviewWithResource (const Resource *resource, Outlet *outlets)
 Instantiates a View initialized with the JSON data in resource.
 
ViewviewWithResourceName (const char *name, Outlet *outlets)
 Instantiates a View initialized with the JSON Resource with the specified name.
 
Array * visibleSubviews (const View *self)
 
void warn (View *self, ViewWarningType type, const char *fmt,...)
 
void warn (View *self, WarningType level, const char *fmt,...)
 Appends a warning for this View.
 
void willMoveToWindow (View *self, SDL_Window *window)
 Informs this View that it will be added to the View hierarchy for the given window.
 

Data Fields

ViewcolorView
 The color preview.
 
Control control
 The superclass.
 
HSVColorPickerDelegate delegate
 The delegate.
 
double hue
 The color components.
 
InputhueInput
 The Inputs containing the Sliders.
 
SliderhueSlider
 The Sliders.
 
double saturation
 
InputsaturationInput
 
SlidersaturationSlider
 
StackViewstackView
 The StackView.
 
double value
 
InputvalueInput
 
SlidervalueSlider
 
- Data Fields inherited from Control
ControlBevel bevel
 The ControlBevel.
 
ControlSelection selection
 The ControlSelection.
 
unsigned int state
 The bit mask of ControlState.
 
View view
 The superclass.
 
- Data Fields inherited from View
ViewAlignment alignment
 The alignment.
 
int autoresizingMask
 The ViewAutoresizing bitmask.
 
SDL_Color backgroundColor
 The background color.
 
SDL_Color borderColor
 The border color.
 
int borderWidth
 The border width.
 
Set * classNames
 The class names.
 
bool clipsSubviews
 If true, subviews will be clipped to this View's frame.
 
StylecomputedStyle
 The computed Style of this View.
 
SDL_Rect frame
 The frame, relative to the superview.
 
bool hidden
 If true, this View is not drawn.
 
char * identifier
 An optional identifier.
 
SDL_Size maxSize
 The maximum size this View may be resized to during layout.
 
SDL_Size minSize
 The minimum size this View may be resized to during layout.
 
bool needsApplyTheme
 If true, this View will apply the Theme before it is drawn.
 
bool needsLayout
 If true, this View will layout its subviews before it is drawn.
 
ViewnextResponder
 The next responder, or event handler, in the chain.
 
Object object
 The superclass.
 
ViewPadding padding
 The padding.
 
Stylestyle
 The element-level Style of this View.
 
Stylesheetstylesheet
 An optional Stylesheet.
 
Array * subviews
 The immediate subviews.
 
Viewsuperview
 The super View.
 
ViewControllerviewController
 The ViewController.
 
Array * warnings
 The Warnings this View generated.
 
SDL_Window * window
 The window.
 

Protected Attributes

HSVColorPickerInterface * interface
 The interface.
 
- Protected Attributes inherited from Control
ControlInterface * interface
 The interface.
 
- Protected Attributes inherited from View
ViewInterface * interface
 The interface.
 

Detailed Description

The HSVColorPicker type.

Definition at line 65 of file HSVColorPicker.h.

Member Function Documentation

◆ _HSVColorPicker()

Class * _HSVColorPicker ( void  )

The HSVColorPicker archetype.

Returns
The HSVColorPicker Class.

Definition at line 261 of file HSVColorPicker.c.

261 {
262 static Class *clazz;
263 static Once once;
264
265 do_once(&once, {
266 clazz = _initialize(&(const ClassDef) {
267 .name = "HSVColorPicker",
268 .superclass = _Control(),
269 .instanceSize = sizeof(HSVColorPicker),
270 .interfaceOffset = offsetof(HSVColorPicker, interface),
271 .interfaceSize = sizeof(HSVColorPickerInterface),
273 });
274 });
275
276 return clazz;
277}
static void initialize(Class *clazz)
Definition Box.c:123
Class * _Control(void)
The Control archetype.
Definition Control.c:391
The HSVColorPicker type.
HSVColorPickerInterface * interface
The interface.

◆ initWithFrame()

HSVColorPicker * initWithFrame ( HSVColorPicker self,
const SDL_Rect *  frame 
)

Initializes this HSVColorPicker with the specified frame and style.

Parameters
selfThe HSVColorPicker.
frameThe frame.
Returns
The initialized HSVColorPicker, or NULL on error.

Definition at line 136 of file HSVColorPicker.c.

136 {
137
138 self = (HSVColorPicker *) super(Control, self, initWithFrame, frame);
139 if (self) {
140
141 self->stackView = $(alloc(StackView), initWithFrame, NULL);
142 assert(self->stackView);
143
144 $((View *) self, addSubview, (View *) self->stackView);
145
146 self->colorView = $(alloc(View), initWithFrame, &MakeRect(0, 0, 0, 24));
147 assert(self->colorView);
148
149 $(self->colorView, addClassName, "colorView");
150 $((View *) self->stackView, addSubview, self->colorView);
151
152 self->hueSlider = $(alloc(Slider), initWithFrame, NULL);
153 assert(self->hueSlider);
154
155 self->hueSlider->delegate.self = self;
156 self->hueSlider->delegate.didSetValue = didSetComponent;
157 self->hueSlider->max = 360.0;
158 $(self->hueSlider, setLabelFormat, "%.0lf");
159
160 self->hueInput = $(alloc(Input), initWithFrame, NULL);
161 assert(self->hueInput);
162
163 $(self->hueInput, setControl, (Control *) self->hueSlider);
164 $(self->hueInput->label->text, setText, "H");
165
166 $((View *) self->stackView, addSubview, (View *) self->hueInput);
167
168 self->saturationSlider = $(alloc(Slider), initWithFrame, NULL);
169 assert(self->saturationSlider);
170
171 self->saturationSlider->delegate.self = self;
172 self->saturationSlider->delegate.didSetValue = didSetComponent;
173 self->saturationSlider->max = 1.0;
174 $(self->saturationSlider, setLabelFormat, "%.3f");
175
176 self->saturationInput = $(alloc(Input), initWithFrame, NULL);
177 assert(self->saturationInput);
178
179 $(self->saturationInput, setControl, (Control *) self->saturationSlider);
180 $(self->saturationInput->label->text, setText, "S");
181
182 $((View *) self->stackView, addSubview, (View *) self->saturationInput);
183
184 self->valueSlider = $(alloc(Slider), initWithFrame, NULL);
185 assert(self->valueSlider);
186
187 self->valueSlider->delegate.self = self;
188 self->valueSlider->delegate.didSetValue = didSetComponent;
189 self->valueSlider->max = 1.0;
190 $(self->valueSlider, setLabelFormat, "%.3f");
191
192 self->valueInput = $(alloc(Input), initWithFrame, NULL);
193 assert(self->valueInput);
194
195 $(self->valueInput, setControl, (Control *) self->valueSlider);
196 $(self->valueInput->label->text, setText, "V");
197
198 $((View *) self->stackView, addSubview, (View *) self->valueInput);
199
200 $(self, setColor, 0.0, 1.0, 1.0);
201 }
202
203 return self;
204}
static void didSetComponent(Slider *slider, double value)
SliderDelegate callback for color component modification.
static void setControl(Input *self, Control *control)
Definition Input.c:113
static void setLabelFormat(ProgressBar *self, const char *labelFormat)
static void setText(Text *self, const char *text)
Definition Text.c:532
Controls are Views which capture and respond to events.
Definition Control.h:83
HSVColorPicker * initWithFrame(HSVColorPicker *self, const SDL_Rect *frame)
Initializes this HSVColorPicker with the specified frame and style.
void setColor(HSVColorPicker *self, double hue, double saturation, double value)
Sets the color of the HSVColorPicker.
StackView * stackView
The StackView.
An Input stacks a Label with a Control.
Definition Input.h:57
A Control allowing users to drag a handle to select a numeric value.
Definition Slider.h:62
StackViews are containers that manage the arrangement of their subviews.
Definition StackView.h:68
Views are the fundamental building blocks of ObjectivelyMVC user interfaces.
Definition View.h:134
void addSubview(View *self, View *subview)
Adds a subview to this view, to be drawn above its siblings.
Definition PageView.c:49
void addClassName(View *self, const char *className)
Adds the given class name to this View.
Definition View.c:159
SDL_Rect frame
The frame, relative to the superview.
Definition View.h:191

◆ rgbColor()

SDL_Color rgbColor ( const HSVColorPicker self)
Parameters
selfThe HSVColorPicker.
Returns
The RGB color.

Definition at line 210 of file HSVColorPicker.c.

210 {
211 return MVC_HSVToRGB(self->hue, self->saturation, self->value);
212}
SDL_Color MVC_HSVToRGB(double hue, double saturation, double value)
Definition Colors.c:685
double hue
The color components.

◆ setColor()

void setColor ( HSVColorPicker self,
double  hue,
double  saturation,
double  value 
)

Sets the color of the HSVColorPicker.

Parameters
selfThe HSVColorPicker.
hueThe hue.
saturationThe saturation.
valueThe brightness value.

Definition at line 218 of file HSVColorPicker.c.

218 {
219
220 self->hue = hue;
221 self->saturation = saturation;
222 self->value = value;
223
224 $((View *) self, updateBindings);
225}
void updateBindings(View *self)
Updates data bindings, prompting the appropriate layout changes.

◆ setRGBColor()

void setRGBColor ( HSVColorPicker self,
const SDL_Color *  color 
)

Sets the color of the HSVColorPicker.

Parameters
selfThe HSVColorPicker.
colorThe RGB color.

Definition at line 231 of file HSVColorPicker.c.

231 {
232
233 MVC_RGBToHSV(color, &self->hue, &self->saturation, &self->value);
234
235 $((View *) self, updateBindings);
236}
void MVC_RGBToHSV(const SDL_Color *color, double *hue, double *saturation, double *value)
Definition Colors.c:733

Field Documentation

◆ colorView

View* HSVColorPicker::colorView

The color preview.

Definition at line 81 of file HSVColorPicker.h.

◆ control

Control HSVColorPicker::control

The superclass.

Definition at line 70 of file HSVColorPicker.h.

◆ delegate

HSVColorPickerDelegate HSVColorPicker::delegate

The delegate.

Definition at line 86 of file HSVColorPicker.h.

◆ hue

double HSVColorPicker::hue

The color components.

Definition at line 91 of file HSVColorPicker.h.

◆ hueInput

Input* HSVColorPicker::hueInput

The Inputs containing the Sliders.

Definition at line 101 of file HSVColorPicker.h.

◆ hueSlider

Slider* HSVColorPicker::hueSlider

The Sliders.

Definition at line 96 of file HSVColorPicker.h.

◆ interface

HSVColorPickerInterface* HSVColorPicker::interface
protected

The interface.

Definition at line 76 of file HSVColorPicker.h.

◆ saturation

double HSVColorPicker::saturation

Definition at line 91 of file HSVColorPicker.h.

◆ saturationInput

Input * HSVColorPicker::saturationInput

Definition at line 101 of file HSVColorPicker.h.

◆ saturationSlider

Slider * HSVColorPicker::saturationSlider

Definition at line 96 of file HSVColorPicker.h.

◆ stackView

StackView* HSVColorPicker::stackView

The StackView.

Definition at line 106 of file HSVColorPicker.h.

◆ value

double HSVColorPicker::value

Definition at line 91 of file HSVColorPicker.h.

◆ valueInput

Input * HSVColorPicker::valueInput

Definition at line 101 of file HSVColorPicker.h.

◆ valueSlider

Slider * HSVColorPicker::valueSlider

Definition at line 96 of file HSVColorPicker.h.


The documentation for this struct was generated from the following files: