wex v24.04.0
Public Member Functions | List of all members
wex::link Class Reference

Offers a class holding info about a link, and implementing virtual methods from base class. More...

#include <wex/stc/link.h>

Inheritance diagram for wex::link:
Inheritance graph
[legend]

Public Member Functions

 link ()
 Default constructor.
 
const path get_path (const std::string &text, line_data &data, factory::stc *stc=nullptr) override
 Adds opening link from vcs output text.
 

Additional Inherited Members

 line number to be used for line_data Afterwards line and col from data are filled in if possible. More...

Detailed Description

Offers a class holding info about a link, and implementing virtual methods from base class.

Member Function Documentation

◆ get_path()

const path wex::link::get_path ( const std::string & text,
line_data & data,
factory::stc * stc = nullptr )
overridevirtual

Adds opening link from vcs output text.

Parameters
text(vcs) text containing a path somewhere
datadata to be filled in
stcstc component

Reimplemented from wex::factory::link.