class ui.InformationStatValue

class InformationStatValue: ui.InformationValue
{
    // typedefs

    typedef char const* FormatFunc(uint64_t value);

    // fields

    ui.InformationStatValue.FormatFunc* m_formatFunc;
    char const* m_formatSpec;

    // properties

    uint64_t autoget property m_value;

    // construction

    construct(char const* name);
    destruct();

    // methods

    void forceUpdate();
};

Inherited Members

public:
    // properties

    char const* autoget property m_name;
    char const* autoget property m_toolTipText;
    bool autoget property m_isEnabled;
    char const* autoget property m_value;
    char const* autoget property m_disabledValue;
    char const* autoget property m_valueToolTipText;
    uint_t autoget property m_valueColor;
    bool autoget property m_isSelectionDependent;

    // methods

    void addChildItem(
        ui.InformationItem* item,
        ui.InformationItem* beforeItem = null
        );

    void removeChildItem(ui.InformationItem* item);