Inherits qrefcnt_obj_t.
Get source info provider.
There is no need to free or release it after using
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 |
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 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: