MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / runModalLoop

Method runModalLoop

Source/Lua/JuceClasses/LComponents.cpp:56–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56int LAlertWindow::runModalLoop()
57{
58 const int ret = AlertWindow::runModalLoop();
59
60 if (o.is_valid())
61 {
62 luabind::call_function<void> (o, ret, this);
63 }
64
65 return (ret);
66}
67
68void LAlertWindow::setModalHandler(luabind::object const& _o)
69{

Callers 15

askForTextInputWindowMethod · 0.80
queryTextMethod · 0.80
keyPressedMethod · 0.80
buttonClickedMethod · 0.80
showModalDialogMethod · 0.80
addNewMethodMethod · 0.80
addNewGroupMethod · 0.80
renameGroupMethod · 0.80
waitForCommandMethod · 0.80
initialiseMethod · 0.80
restoreStateMethod · 0.80
exportPanelMethod · 0.80

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected