Virtual Method

IdeHoverProviderload

Declaration

void
load (
  IdeHoverProvider* self,
  IdeSourceView* view
)

Description

This method is used to load an IdeHoverProvider. Providers should perform any startup work from here.

Available since:3.32

Parameters

view IdeSourceView
 

An IdeSourceView.

 The data is owned by the caller of the function.