#include <HSyntaxHighlighterNewBlock.h>

Public Member Functions | |
| HSyntaxHighlighterNewBlock (HSyntaxHighlighterSettings *_settings, QWidget *parent=0) | |
| Constructs dialog with settings pointer. | |
| ~HSyntaxHighlighterNewBlock () | |
| const QString & | getName () |
| you can check used name | |
Private Slots | |
| void | addName () |
| Checks if it is possible and creates new highlight block. | |
Private Attributes | |
| Ui::HSyntaxHighlighterNewBlockClass | ui |
| auto generated GUI | |
| HSyntaxHighlighterSettings * | settings |
| pinter to settings | |
| QString | name |
| stored name of new block | |
Definition at line 17 of file HSyntaxHighlighterNewBlock.h.
| HSyntaxHighlighterNewBlock::HSyntaxHighlighterNewBlock | ( | HSyntaxHighlighterSettings * | _settings, | |
| QWidget * | parent = 0 | |||
| ) |
Constructs dialog with settings pointer.
| _settings | pointer to affected settings | |
| parent | owner widget |
Definition at line 11 of file HSyntaxHighlighterNewBlock.cpp.
| HSyntaxHighlighterNewBlock::~HSyntaxHighlighterNewBlock | ( | ) |
Default destructor
Definition at line 21 of file HSyntaxHighlighterNewBlock.cpp.
| void HSyntaxHighlighterNewBlock::addName | ( | ) | [private, slot] |
Checks if it is possible and creates new highlight block.
Definition at line 25 of file HSyntaxHighlighterNewBlock.cpp.
References HSyntaxHighlighterSettings::addBlock(), HSyntaxHighlighterSettings::blockExists(), HighlightBlock::ml, name, settings, HighlightBlock::sl, and ui.
Referenced by HSyntaxHighlighterNewBlock().
| const QString& HSyntaxHighlighterNewBlock::getName | ( | ) | [inline] |
you can check used name
Definition at line 37 of file HSyntaxHighlighterNewBlock.h.
References name.
Referenced by HSyntaxHighlighterDialog::addNewItem().
QString HSyntaxHighlighterNewBlock::name [private] |
pinter to settings
Definition at line 43 of file HSyntaxHighlighterNewBlock.h.
Referenced by addName(), and HSyntaxHighlighterNewBlock().
Ui::HSyntaxHighlighterNewBlockClass HSyntaxHighlighterNewBlock::ui [private] |
auto generated GUI
Definition at line 42 of file HSyntaxHighlighterNewBlock.h.
Referenced by addName(), and HSyntaxHighlighterNewBlock().
1.5.8