Searched defs:ButtonAttribute (Results 1 – 1 of 1) sorted by relevance
25 struct ButtonAttribute : Attribute { struct26 std::string buttonType;27 std::string iconSrc;28 std::string placement;29 std::string textData;30 bool isAutoFocus = false;31 bool isDisabled = false;32 bool isWaiting = false;