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.
More...
#include <uiintegration.h>
|
void | navigateToCode (const QUrl &url, int lineNumber, int columnNumber) |
|
|
| UiIntegration (QObject *parent=0) |
|
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 void GammaRay::UiIntegration::requestNavigateToCode |
( |
const QUrl & |
url, |
|
|
int |
lineNumber, |
|
|
int |
columnNumber = 0 |
|
) |
| |
|
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.