wex v26.10.0
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

Public Member Functions

const path get_path (const std::string &text, line_data &data, factory::stc *stc=nullptr) override
 Adds opening link from vcs output text.
std::string get_link_pairs (const std::string &text) const override
 Returns text between link pairs, or empty string if none found.

Additional Inherited Members

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.