kdevplatform/language/duchain
navigationaction.h
Go to the documentation of this file.
38 JumpToSource, //If this is set, the action jumps to document and cursor if they are valid, else to the declaration-position of decl
39 ExecuteKey, //This is used to do changes within one single navigation-context. executeKey(key) will be called in the current context,
65 explicit NavigationAction(AbstractNavigationContext* _targetContext) : targetContext(_targetContext)
69 AbstractNavigationContext* targetContext = nullptr; //If this is set, this action does nothing else than jumping to that context
Definition: abstractfunctiondeclaration.cpp:27
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Mar 3 2021 00:37:28 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Mar 3 2021 00:37:28 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.