sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
SGWColourPickerWidget::SGWColourPickerWidget(SGWWidget* parent, float x1, float x0, float y1, float y0, float w1, float w0, float h1, float h0, SGXColourRGBA defaultColour);
void (*SGWColourPickerWidget::attachedFunction)();
void (*SGWColourPickerWidget::attachedFunctionWithInt)(int);
void (*SGWColourPickerWidget::attachedFunctionWithPointer)(SGWColourPickerWidget*);
void (*SGWColourPickerWidget::attachedFunctionWithString)(const SGXString&);
int SGWColourPickerWidget::attachedInt;
SGXString SGWColourPickerWidget::attachedString;
void SGWWidget::deleteWidget();
[[nodiscard]] SGXColourRGBA SGWColourPickerWidget::getBackgroundColour(bool* isUsing) const;
[[nodiscard]] SGXColourRGBA SGWColourPickerWidget::getBackgroundFocusColour(bool* isUsing) const;
[[nodiscard]] int SGWColourPickerWidget::getBackgroundFocusThemeColour(bool* isUsing) const;
[[nodiscard]] SGXColourRGBA SGWColourPickerWidget::getBackgroundHoverColour(bool* isUsing) const;
[[nodiscard]] int SGWColourPickerWidget::getBackgroundHoverThemeColour(bool* isUsing) const;
[[nodiscard]] int SGWColourPickerWidget::getBackgroundThemeColour(bool* isUsing) const;
[[nodiscard]] SGLArray‹SGWWidget*› SGWWidget::getChildren() const;
[[nodiscard]] SGXColourRGBA SGWColourPickerWidget::getColour() const;
[[nodiscard]] float SGWColourPickerWidget::getE0() const;
[[nodiscard]] float SGWColourPickerWidget::getE1() const;
[[nodiscard]] float SGWWidget::getH0() const;
[[nodiscard]] float SGWWidget::getH1() const;
[[nodiscard]] bool SGWWidget::getItemVisibility() const;
[[nodiscard]] SGWWidget* SGWWidget::getParent() const;
[[nodiscard]] SGWType::Type SGWWidget::getType() const;
[[nodiscard]] float SGWWidget::getW0() const;
[[nodiscard]] float SGWWidget::getW1() const;
[[nodiscard]] float SGWWidget::getX0() const;
[[nodiscard]] float SGWWidget::getX1() const;
[[nodiscard]] float SGWWidget::getY0() const;
[[nodiscard]] float SGWWidget::getY1() const;
static SGWWidget* SGWWidget::parentWidget;
static SGWWidget* SGWWidget::rootWidget;
void SGWWidget::screenshot(void (*callback)(SGRImage*)) const;
void SGWColourPickerWidget::setBackgroundColour(SGXColourRGBA colour);
void SGWColourPickerWidget::setBackgroundFocusColour(SGXColourRGBA colour);
void SGWColourPickerWidget::setBackgroundFocusThemeColour(int themeColour);
void SGWColourPickerWidget::setBackgroundHoverColour(SGXColourRGBA colour);
void SGWColourPickerWidget::setBackgroundHoverThemeColour(int themeColour);
void SGWColourPickerWidget::setBackgroundThemeColour(int themeColour);
void SGWColourPickerWidget::setColour(SGXColourRGBA colour);
void SGWColourPickerWidget::setE0(float e0);
void SGWColourPickerWidget::setE1(float e1);
void SGWWidget::setH0(float h0);
void SGWWidget::setH1(float h1);
void SGWWidget::setItemVisibility(bool x);
void SGWWidget::setW0(float w0);
void SGWWidget::setW1(float w1);
void SGWWidget::setX0(float x0);
void SGWWidget::setX1(float x1);
void SGWWidget::setY0(float y0);
void SGWWidget::setY1(float y1);
©2025 05524F.sg (Singapore)