MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / StringBinder

Class StringBinder

src/validators.h:108–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108class StringBinder final : public wxValidator {
109 std::string *value;
110
111 wxObject* Clone() const override { return new StringBinder(value); }
112 bool Validate(wxWindow*) override { return true;}
113 bool TransferToWindow() override;
114 bool TransferFromWindow() override;
115
116public:
117 explicit StringBinder(std::string *value) : value(value) { }
118};

Callers 5

DialogSearchReplaceMethod · 0.85
CreateMethod · 0.85
CreateMethod · 0.85
CreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected