Inherits qrefcnt_obj_t.
◆ release()
virtual void idaapi source_file_t::release |
( |
| ) |
|
|
overridepure virtual |
◆ get_provider()
Get source info provider.
There is no need to free or release it after using
◆ get_path()
virtual const char *idaapi source_file_t::get_path |
( |
qstring * |
errbuf | ) |
|
|
pure virtual |
Get path to the source file (or a symbolic name).
- Parameters
-
[out] | errbuf | pointer to buffer for the error message |
◆ open_srcview()
virtual TWidget * source_file_t::open_srcview |
( |
strvec_t ** |
strvec, |
|
|
TWidget ** |
pview, |
|
|
int |
lnnum, |
|
|
int |
colnum |
|
) |
| |
|
pure virtual |
Open window with source code (optional function).
- Parameters
-
[out] | strvec | pointer to source text. the text should not be destroyed until the form is closed |
[out] | pview | pointer to view that displays the source text (subview of TWidget) |
| lnnum,colnum | cursor coordinates |
◆ read_file()
virtual bool idaapi source_file_t::read_file |
( |
strvec_t * |
buf, |
|
|
qstring * |
errbuf |
|
) |
| |
|
pure virtual |
Read entire file (colored lines).
- Parameters
-
[out] | buf | pointer to output buffer |
[out] | errbuf | pointer to buffer for the error message |
The documentation for this class was generated from the following file: