Describes a source file.
More...
#include <dbg.hpp>
◆ 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()
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()
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: