GammaRay API Documentation
3.2.0
|
Interface for UI plugins to integrate with the client UI. More...
#include <uiintegration.h>
Signals | |
void | navigateToCode (const QUrl &url, int lineNumber, int columnNumber) |
Public Member Functions | |
UiIntegration (QObject *parent=nullptr) | |
Static Public Member Functions | |
static bool | hasDarkUI () |
static UiIntegration * | instance () |
static void | requestNavigateToCode (const QUrl &url, int lineNumber, int columnNumber=0) |
Show the source code at the given position. More... | |
Interface for UI plugins to integrate with the client UI.
This is especially relevant when the client is embedded inside another application such as an IDE.
|
static |
Show the source code at the given position.
The stand-alone client will launch a text editor for this, if the client is embedded in an IDE it can chose to navigate directly.