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

Method setDialogInfo

UnitTests/UnitTest_GraphView/OpenSaveFileDialog.cpp:64–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 void OpenSaveFileDialog::setDialogInfo(
65 const MyGUI::UString& _caption,
66 const MyGUI::UString& _button,
67 bool _folderMode)
68 {
69 mFolderMode = _folderMode;
70 mWindow->setCaption(_caption);
71 mButtonOpenSave->setCaption(_button);
72 mEditFileName->setVisible(!_folderMode);
73 }
74
75 void OpenSaveFileDialog::notifyListChangePosition(MyGUI::ListBox* _sender, size_t _index)
76 {

Callers 2

SaveGraphMethod · 0.45
LoadGraphMethod · 0.45

Calls 2

setCaptionMethod · 0.45
setVisibleMethod · 0.45

Tested by

no test coverage detected