MCPcopy Create free account
hub / github.com/KDE/kdevelop / guiClientAdded

Method guiClientAdded

kdevplatform/interfaces/iplugin.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void guiClientAdded(KXMLGUIClient *client)
47 {
48 if (client != q)
49 return;
50
51 q->initializeGuiState();
52 updateState();
53 }
54
55 void updateState()
56 {

Callers 1

IPluginMethod · 0.80

Calls 2

updateStateFunction · 0.85
initializeGuiStateMethod · 0.80

Tested by

no test coverage detected