Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | List of all members
cbCodeCompletionPlugin::CCCallTip Struct Reference

Structure representing an individual calltip with an optional highlighted range. More...

#include <cbplugin.h>

Collaboration diagram for cbCodeCompletionPlugin::CCCallTip:

Public Member Functions

 CCCallTip (const wxString &tp)
 Convenience constructor. More...
 
 CCCallTip (const wxString &tp, int highlightStart, int highlightEnd)
 Construct a calltip, specifying a highlighted range. More...
 

Public Attributes

int hlStart
 The start index of the desired highlighted range. More...
 
int hlEnd
 The end index of the desired highlighted range. More...
 
wxString tip
 The content of the calltip. More...
 

Detailed Description

Structure representing an individual calltip with an optional highlighted range.

Definition at line 782 of file cbplugin.h.

Constructor & Destructor Documentation

◆ CCCallTip() [1/2]

cbCodeCompletionPlugin::CCCallTip::CCCallTip ( const wxString tp)
inline

Convenience constructor.

Represents an individual calltip to be processed and displayed by CCManager.

Parameters
tpThe content of the calltip.

Definition at line 790 of file cbplugin.h.

◆ CCCallTip() [2/2]

cbCodeCompletionPlugin::CCCallTip::CCCallTip ( const wxString tp,
int  highlightStart,
int  highlightEnd 
)
inline

Construct a calltip, specifying a highlighted range.

Represents an individual calltip, containing a highlighted range (generally the active parameter), to be processed and displayed by CCManager.

Parameters
tpThe content of the calltip.
highlightStartThe start index of the desired highlighted range.
highlightEndTheend index of the desired highlighted range.

Definition at line 802 of file cbplugin.h.

Member Data Documentation

◆ hlEnd

int cbCodeCompletionPlugin::CCCallTip::hlEnd

The end index of the desired highlighted range.

Definition at line 806 of file cbplugin.h.

◆ hlStart

int cbCodeCompletionPlugin::CCCallTip::hlStart

The start index of the desired highlighted range.

Definition at line 805 of file cbplugin.h.

◆ tip

wxString cbCodeCompletionPlugin::CCCallTip::tip

The content of the calltip.

Definition at line 807 of file cbplugin.h.


The documentation for this struct was generated from the following file: