MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / ShowModal

Method ShowModal

plugins/dm.conversation/ConversationDialog.cpp:190–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190int ConversationDialog::ShowModal()
191{
192 populateWidgets();
193
194 int returnCode = DialogBase::ShowModal();
195
196 if (returnCode == wxID_OK)
197 {
198 save();
199 }
200
201 return returnCode;
202}
203
204// Static command target
205void ConversationDialog::ShowDialog(const cmd::ArgumentList& args)

Callers 4

ShowDialogMethod · 0.45
onAddCommandMethod · 0.45
onEditCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected