This is the complete list of members for GSlider, including all inherited members.
addActionListener() (deprecated) | GInteractor | virtual |
clearEventListeners() | GObservable | protectedvirtual |
DEFAULT_INITIAL_VALUE | GSlider | static |
DEFAULT_MAX_VALUE | GSlider | static |
DEFAULT_MIN_VALUE | GSlider | static |
ensureThreadSafety(string memberName="") | GObservable | protectedvirtual |
eventsEnabled() const override | GInteractor | virtual |
fireEvent(GEvent &event) | GObservable | protectedvirtual |
fireGEvent(QEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
fireGEvent(QCloseEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
fireGEvent(QKeyEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
fireGEvent(QMouseEvent *event, EventType eventType, string eventName, string actionCommand="") | GObservable | protectedvirtual |
fireGEvent(QResizeEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
fireGEvent(QTimerEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
fireGEvent(QWheelEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
fireGEvent(QWindowStateChangeEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
getAccelerator() const | GInteractor | virtual |
getActionCommand() const | GInteractor | virtual |
getBackground() const | GInteractor | virtual |
getBackgroundInt() const | GInteractor | virtual |
getBounds() const | GInteractor | virtual |
getColor() const | GInteractor | virtual |
getColorInt() const | GInteractor | virtual |
getContainer() const | GInteractor | virtual |
getFont() const | GInteractor | virtual |
getForeground() const | GInteractor | virtual |
getForegroundInt() const | GInteractor | virtual |
getHeight() const | GInteractor | virtual |
getIcon() const | GInteractor | virtual |
getID() const | GInteractor | virtual |
getInternalWidget() const override | GSlider | virtual |
getLocation() const | GInteractor | virtual |
getMax() const | GSlider | virtual |
getMin() const | GSlider | virtual |
getMinimumHeight() const | GInteractor | virtual |
getMinimumSize() const | GInteractor | virtual |
getMinimumWidth() const | GInteractor | virtual |
getName() const | GInteractor | virtual |
getOrientation() const | GSlider | virtual |
getPreferredHeight() const | GInteractor | virtual |
getPreferredSize() const | GInteractor | virtual |
getPreferredWidth() const | GInteractor | virtual |
getSize() const | GInteractor | virtual |
getType() const override | GSlider | virtual |
getValue() const | GSlider | virtual |
getWidget() const override | GSlider | virtual |
getWidth() const | GInteractor | virtual |
getX() const | GInteractor | virtual |
getY() const | GInteractor | virtual |
GInteractor() | GInteractor | |
GObservable() | GObservable | |
GSlider(int min=0, int max=100, int value=50, QWidget* parent=nullptr) | GSlider | |
GSlider(Orientation orientation, int min=0, int max=100, int value=50, QWidget* parent=nullptr) | GSlider | |
hasEventListener(string eventName) const | GObservable | protectedvirtual |
HORIZONTAL enum value | GSlider | |
inBounds(double x, double y) const | GInteractor | virtual |
inBounds(int x, int y) const | GInteractor | virtual |
isAcceptingEvent(int eventMask) const | GObservable | protectedvirtual |
isAcceptingEvent(const GEvent &event) const | GObservable | protectedvirtual |
isAcceptingEvent(string eventType) const | GObservable | protectedvirtual |
isEnabled() const | GInteractor | virtual |
isVisible() const | GInteractor | virtual |
Orientation enum name | GSlider | |
removeActionListener() | GInteractor | virtual |
removeClickListener() | GInteractor | virtual |
removeDoubleClickListener() | GInteractor | virtual |
removeEventListener(string eventName) | GObservable | protectedvirtual |
removeEventListeners(std::initializer_list< string > eventNames) | GObservable | protectedvirtual |
removeKeyListener() | GInteractor | virtual |
removeMouseListener() | GInteractor | virtual |
requestFocus() | GInteractor | virtual |
setAccelerator(string accelerator) | GInteractor | virtual |
setActionCommand(string actionCommand) | GInteractor | virtual |
setActionListener(GEventListener func) | GInteractor | virtual |
setActionListener(GEventListenerVoid func) | GInteractor | virtual |
setBackground(int rgb) | GInteractor | virtual |
setBackground(string color) | GInteractor | virtual |
setBounds(double x, double y, double width, double height) | GInteractor | virtual |
setBounds(const GRectangle &size) | GInteractor | virtual |
setClickListener(GEventListener func) | GInteractor | virtual |
setClickListener(GEventListenerVoid func) | GInteractor | virtual |
setColor(int rgb) | GInteractor | virtual |
setColor(string color) | GInteractor | virtual |
setDoubleClickListener(GEventListener func) | GInteractor | virtual |
setDoubleClickListener(GEventListenerVoid func) | GInteractor | virtual |
setEnabled(bool value) | GInteractor | virtual |
setEventListener(string eventName, GEventListener func) | GObservable | protectedvirtual |
setEventListener(string eventName, GEventListenerVoid func) | GObservable | protectedvirtual |
setEventListeners(std::initializer_list< string > eventNames, GEventListener func) | GObservable | protectedvirtual |
setEventListeners(std::initializer_list< string > eventNames, GEventListenerVoid func) | GObservable | protectedvirtual |
setEventsEnabled(bool eventsEnabled) | GObservable | virtual |
setFont(const QFont &font) | GInteractor | virtual |
setFont(string font) | GInteractor | virtual |
setForeground(int rgb) | GInteractor | virtual |
setForeground(string color) | GInteractor | virtual |
setHeight(double height) | GInteractor | virtual |
setIcon(const QIcon &icon) | GInteractor | virtual |
setIcon(const QPixmap &icon) | GInteractor | virtual |
setIcon(string filename, bool retainIconSize=true) | GInteractor | virtual |
setKeyListener(GEventListener func) | GInteractor | virtual |
setKeyListener(GEventListenerVoid func) | GInteractor | virtual |
setLocation(double x, double y) | GInteractor | virtual |
setMax(int max) | GSlider | virtual |
setMin(int min) | GSlider | virtual |
setMinimumSize(double width, double height) | GInteractor | virtual |
setMinimumSize(const GDimension &size) | GInteractor | virtual |
setMouseListener(GEventListener func) | GInteractor | virtual |
setMouseListener(GEventListenerVoid func) | GInteractor | virtual |
setName(string name) | GInteractor | virtual |
setPreferredHeight(double height) | GInteractor | virtual |
setPreferredSize(double width, double height) | GInteractor | virtual |
setPreferredSize(const GDimension &size) | GInteractor | virtual |
setPreferredWidth(double width) | GInteractor | virtual |
setRange(int min, int max) | GSlider | virtual |
setSize(double width, double height) | GInteractor | virtual |
setSize(const GDimension &size) | GInteractor | virtual |
setState(int min, int max, int value) | GSlider | virtual |
setTooltip(string tooltipText) | GInteractor | virtual |
setValue(int value) | GSlider | virtual |
setVisible(bool visible) | GInteractor | virtual |
setWidth(double width) | GInteractor | virtual |
setX(double x) | GInteractor | virtual |
setY(double y) | GInteractor | virtual |
TEXT_BESIDE_ICON enum value | GInteractor | |
TEXT_ONLY enum value | GInteractor | |
TEXT_UNDER_ICON enum value | GInteractor | |
TextPosition enum name | GInteractor | |
toString() const | GObservable | virtual |
VERTICAL enum value | GSlider | |
~GInteractor() | GInteractor | virtual |
~GObservable() | GObservable | virtual |
~GSlider() override | GSlider |