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

Method notifyMouseButtonClick

Tools/EditorFramework/PropertyColourControl.cpp:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 void PropertyColourControl::notifyMouseButtonClick(MyGUI::Widget* _sender)
226 {
227 mPreviewColour = mCurrentColour;
228 mColourPanel->setColour(mCurrentColour);
229 mColourPanel->doModal();
230 }
231
232 void PropertyColourControl::notifyEndDialog(Dialog* _sender, bool _result)
233 {

Callers

nothing calls this directly

Calls 2

setColourMethod · 0.45
doModalMethod · 0.45

Tested by

no test coverage detected