MIRA
Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
PythonEditorUI Class Reference

#include <gui/views/PythonEditor.h>

Inheritance diagram for PythonEditorUI:
Inheritance graph
[legend]

Public Slots

void onExecuteScript ()
 
void clearHighlight ()
 

Public Member Functions

 PythonEditorUI (QWidget *parent)
 

Protected Member Functions

void setupUi ()
 
void highlightLine (int line, const QColor &background, const QColor &underline)
 
void backgroundHighlightLine (int line, const QColor &color)
 
void underlineHighlightLine (int line, const QColor &color)
 

Protected Attributes

QTextEdit * mLEExecuteScript
 
QTextEdit * mLEMessage
 

Friends

class PythonEditor
 

Constructor & Destructor Documentation

◆ PythonEditorUI()

PythonEditorUI ( QWidget *  parent)
inline

Member Function Documentation

◆ onExecuteScript

void onExecuteScript ( )
slot

◆ clearHighlight

void clearHighlight ( )
slot

◆ setupUi()

void setupUi ( )
protected

◆ highlightLine()

void highlightLine ( int  line,
const QColor &  background,
const QColor &  underline 
)
protected

◆ backgroundHighlightLine()

void backgroundHighlightLine ( int  line,
const QColor &  color 
)
protected

◆ underlineHighlightLine()

void underlineHighlightLine ( int  line,
const QColor &  color 
)
protected

Friends And Related Function Documentation

◆ PythonEditor

friend class PythonEditor
friend

Member Data Documentation

◆ mLEExecuteScript

QTextEdit* mLEExecuteScript
protected

◆ mLEMessage

QTextEdit* mLEMessage
protected

The documentation for this class was generated from the following file: