#include <python_shell_widget.hh>
Inherits QPlainTextEdit.
Definition at line 47 of file python_shell_widget.hh.
◆ PythonShellWidget()
◆ AppendError
| void AppendError |
( |
unsigned int |
id, |
|
|
const QString & |
output |
|
) |
| |
|
slot |
◆ AppendOutput
| void AppendOutput |
( |
unsigned int |
id, |
|
|
const QString & |
output |
|
) |
| |
|
slot |
◆ Complete
| void Complete |
( |
bool |
inline_completion = true | ) |
|
|
slot |
◆ Execute
| void Execute |
( |
const QString & |
command | ) |
|
|
signal |
◆ get_block_edit_mode_()
◆ GetCommand()
◆ GetEditStartBlock()
| QTextBlock GetEditStartBlock |
( |
| ) |
|
◆ GetGutterBlocks()
◆ GetTabWidth()
| int GetTabWidth |
( |
| ) |
const |
◆ handle_backspace_
| void handle_backspace_ |
( |
| ) |
|
|
protectedslot |
◆ handle_clear_all_
| void handle_clear_all_ |
( |
| ) |
|
|
protectedslot |
◆ handle_completion_
| void handle_completion_ |
( |
| ) |
|
|
protectedslot |
◆ handle_delete_
◆ handle_output_toggle_
| void handle_output_toggle_ |
( |
| ) |
|
|
protectedslot |
◆ handle_select_all_
| void handle_select_all_ |
( |
| ) |
|
|
protectedslot |
◆ handle_select_all_rw_
| void handle_select_all_rw_ |
( |
| ) |
|
|
protectedslot |
◆ handle_wrap_to_function_
| void handle_wrap_to_function_ |
( |
| ) |
|
|
protectedslot |
◆ InsertCompletion
| void InsertCompletion |
( |
const QString & |
completion | ) |
|
|
slot |
◆ insertFromMimeData()
| virtual void insertFromMimeData |
( |
const QMimeData * |
source | ) |
|
|
protectedvirtual |
◆ InsertPathCompletion
| void InsertPathCompletion |
( |
const QString & |
completion | ) |
|
|
slot |
◆ NewLineAtCursor
◆ NewLineAtEnd
◆ OnExecuteStateEntered
| void OnExecuteStateEntered |
( |
| ) |
|
|
slot |
◆ OnHistoryDownStateEntered
| void OnHistoryDownStateEntered |
( |
| ) |
|
|
slot |
◆ OnHistoryUpStateEntered
| void OnHistoryUpStateEntered |
( |
| ) |
|
|
slot |
◆ OnMixedToReadwrite
| void OnMixedToReadwrite |
( |
| ) |
|
|
slot |
◆ OnMultiLineActiveStateEntered
| void OnMultiLineActiveStateEntered |
( |
| ) |
|
|
slot |
◆ OnMultiLineInactiveStateEntered
| void OnMultiLineInactiveStateEntered |
( |
| ) |
|
|
slot |
◆ OnReadonlyEntered
| void OnReadonlyEntered |
( |
| ) |
|
|
slot |
◆ OnReadwriteEntered
| void OnReadwriteEntered |
( |
| ) |
|
|
slot |
◆ OnSingleLineStateEntered
| void OnSingleLineStateEntered |
( |
| ) |
|
|
slot |
◆ OutputFinished
| void OutputFinished |
( |
unsigned int |
id, |
|
|
bool |
error |
|
) |
| |
|
slot |
◆ Recomplete
| void Recomplete |
( |
const QString & |
completion | ) |
|
|
slot |
◆ RequestCompletion
| void RequestCompletion |
( |
const QRect & |
rect, |
|
|
bool |
inline_completion |
|
) |
| |
|
signal |
◆ RequestPathCompletion
| void RequestPathCompletion |
( |
const QRect & |
rect, |
|
|
bool |
inline_completion |
|
) |
| |
|
signal |
◆ resizeEvent()
| virtual void resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
protectedvirtual |
◆ set_block_edit_mode_()
◆ set_block_type_()
| void set_block_type_ |
( |
const QTextBlock & |
start, |
|
|
const QTextBlock & |
end, |
|
|
BlockType |
type |
|
) |
| |
|
protected |
◆ set_command_()
| void set_command_ |
( |
const QString & |
command | ) |
|
|
protected |
◆ set_output_visible_()
| void set_output_visible_ |
( |
bool |
flag = true | ) |
|
|
protected |
◆ SetCompletionPrefix
| void SetCompletionPrefix |
( |
const QString & |
prefix | ) |
|
|
signal |
◆ SetPathCompletionPrefix
| void SetPathCompletionPrefix |
( |
const QString & |
prefix | ) |
|
|
signal |
◆ SetTabWidth()
| void SetTabWidth |
( |
int |
width | ) |
|
◆ setup_readonly_state_machine_()
| void setup_readonly_state_machine_ |
( |
| ) |
|
|
protected |
◆ setup_state_machine_()
| void setup_state_machine_ |
( |
| ) |
|
|
protected |
◆ showEvent()
| virtual void showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedvirtual |
◆ wrap_into_function_()
| void wrap_into_function_ |
( |
const QString & |
command | ) |
|
|
protected |
◆ block_edit_mode_
◆ block_edit_start_
| QTextBlock block_edit_start_ |
|
protected |
◆ completer_
◆ completion_end_
◆ completion_start_
◆ gutter_
◆ highlighter_
◆ history_
◆ machine_
◆ multiline_active_state_
| State* multiline_active_state_ |
|
protected |
◆ output_blocks_
| OutputBlockList output_blocks_ |
|
protected |
◆ output_visible_
◆ path_completer_
◆ readonly_machine_
◆ readwrite_state_
◆ tab_width_
The documentation for this class was generated from the following file: