#include "external-editor-interface.h"
Definition at line 36 of file external-editor-interface.h.
◆ external_editor_interface()
octave::external_editor_interface::external_editor_interface |
( |
QWidget * |
main_win, |
|
|
base_qobject & |
oct_qobj |
|
) |
| |
◆ ~external_editor_interface()
octave::external_editor_interface::~external_editor_interface |
( |
void |
| ) |
|
|
default |
◆ call_custom_editor
bool octave::external_editor_interface::call_custom_editor |
( |
const QString & |
file = QString () , |
|
|
int |
line = -1 |
|
) |
| |
|
slot |
◆ external_editor()
QString octave::external_editor_interface::external_editor |
( |
void |
| ) |
|
|
private |
◆ handle_edit_file_request
void octave::external_editor_interface::handle_edit_file_request |
( |
const QString & |
file | ) |
|
|
slot |
◆ request_new_file
void octave::external_editor_interface::request_new_file |
( |
const QString & |
| ) |
|
|
slot |
◆ request_open_file
void octave::external_editor_interface::request_open_file |
( |
const QString & |
fileName, |
|
|
const QString & |
encoding = QString () , |
|
|
int |
line = -1 , |
|
|
bool |
debug_pointer = false , |
|
|
bool |
breakpoint_marker = false , |
|
|
bool |
insert = true , |
|
|
const QString & |
cond = "" |
|
) |
| |
|
slot |
◆ request_settings_dialog
void octave::external_editor_interface::request_settings_dialog |
( |
const QString & |
| ) |
|
|
signal |
◆ m_octave_qobj
base_qobject& octave::external_editor_interface::m_octave_qobj |
|
private |
The documentation for this class was generated from the following files: