MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getActiveClient

Method getActiveClient

src/eepp/ui/doc/textdocument.cpp:778–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776}
777
778TextDocument::Client* TextDocument::getActiveClient() const {
779 return mActiveClient;
780}
781
782void TextDocument::setActiveClient( Client* activeClient ) {
783 mActiveClient = activeClient;

Callers 5

onFocusLossMethod · 0.80
updateIMELocationMethod · 0.80
updateEditorMethod · 0.80
updateIMELocationMethod · 0.80
updateIMELocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected