MCPcopy Create free account
hub / github.com/MyGUI/mygui / setFileMask

Method setFileMask

Tools/EditorFramework/OpenSaveFileDialog.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 void OpenSaveFileDialog::setFileMask(const MyGUI::UString& _value)
179 {
180 mFileMask = _value;
181 update();
182 }
183
184 const MyGUI::UString& OpenSaveFileDialog::getFileMask() const
185 {

Callers 5

initStateMethod · 0.45
initStateMethod · 0.45
ProjectControlMethod · 0.45
initStateMethod · 0.45
initStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected