class ui.RadioButton

class RadioButton: ui.AbstractButton {
    // construction

    construct(string_t text = null);
};

Inherited Members

public:
    // properties

    int autoget property m_minimumWidth;
    int autoget property m_minimumHeight;
    int autoget property m_maximumWidth;
    int autoget property m_maximumHeight;
    ui.SizePolicy autoget property m_horizontalSizePolicy;
    ui.SizePolicy autoget property m_verticalSizePolicy;
    int autoget property m_horizontalStretch;
    int autoget property m_verticalStretch;
    bool autoget property m_isVisible;
    bool autoget property m_isEnabled;
    string_t autoget property m_toolTip;
    string_t autoget property m_styleSheet;
    string_t autoget property m_text;
    ui.Icon* autoget property m_icon;
    bool autoget property m_isCheckable;
    bool bindable autoget property m_isChecked;

    // events

    event m_onClicked();

    // methods

    void setFocus();