Workspace 6.21.5
Public Member Functions | Public Attributes | List of all members
GhostSection Class Reference

#include <Tools/Widgets/highlightingghosttextedit.h>

Inheritance diagram for GhostSection:
[legend]

Public Member Functions

 GhostSection ()
 
 GhostSection (const GhostSection &gs)
 
 GhostSection (int referenceLineNumber, int length)
 

Public Attributes

int length_ {0}
 
int referenceLineNumber_ {-1}
 

Detailed Description

Descriptive element holding details of a set of ghost lines inserted into an editor to keep matching lines displayed together

Constructor & Destructor Documentation

◆ GhostSection() [1/3]

GhostSection ( )
inline

◆ GhostSection() [2/3]

GhostSection ( int  referenceLineNumber,
int  length 
)
inline

◆ GhostSection() [3/3]

GhostSection ( const GhostSection gs)
inline

Member Data Documentation

◆ length_

int length_ {0}

◆ referenceLineNumber_

int referenceLineNumber_ {-1}