|
wex v25.10.0
|
Offers a class holding info about a link, and implementing virtual methods from base class. More...
#include <wex/stc/link.h>

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. | |
| Public Member Functions inherited from wex::factory::link | |
| link () | |
| Default constructor, initializes paths from config. | |
| virtual | ~link () |
| Destructor. | |
| bool | add_path (const path &p) |
| Adds a search path. | |
| void | config_get () |
| Sets paths with info from config. | |
Additional Inherited Members | |
| Public Types inherited from wex::factory::link | |
| enum | { LINE_OPEN_URL = -2 , LINE_OPEN_MIME = -3 } |
| line number to be used for line_data Afterwards line and col from data are filled in if possible. More... | |
Offers a class holding info about a link, and implementing virtual methods from base class.
|
overridevirtual |
Adds opening link from vcs output text.
| text | (vcs) text containing a path somewhere |
| data | data to be filled in |
| stc | stc component |
Reimplemented from wex::factory::link.