QElectroTech
0.70
|
Public Slots | |
void | updateActions () |
Public Member Functions | |
RichTextEditorToolBar (RichTextEditor *editor, QWidget *parent=nullptr) | |
Private Slots | |
void | alignmentActionTriggered (QAction *action) |
void | sizeInputActivated (const QString &size) |
void | colorChanged (const QColor &color) |
void | setVAlignSuper (bool super) |
void | setVAlignSub (bool sub) |
void | insertLink () |
void | insertImage () |
Private Attributes | |
QAction * | m_bold_action |
QAction * | m_italic_action |
QAction * | m_underline_action |
QAction * | m_valign_sup_action |
QAction * | m_valign_sub_action |
QAction * | m_align_left_action |
QAction * | m_align_center_action |
QAction * | m_align_right_action |
QAction * | m_align_justify_action |
QAction * | m_link_action |
QAction * | m_image_action |
QAction * | m_simplify_richtext_action |
ColorAction * | m_color_action |
QComboBox * | m_font_size_input |
QPointer< RichTextEditor > | m_editor |
Definition at line 377 of file richtexteditor.cpp.
qdesigner_internal::RichTextEditorToolBar::RichTextEditorToolBar | ( | RichTextEditor * | editor, |
QWidget * | parent = nullptr |
||
) |
Definition at line 430 of file richtexteditor.cpp.
References alignmentActionTriggered(), colorChanged(), qdesigner_internal::createCheckableAction(), insertImage(), insertLink(), m_align_center_action, m_align_justify_action, m_align_left_action, m_align_right_action, m_bold_action, m_color_action, m_editor, m_font_size_input, m_image_action, m_italic_action, m_link_action, m_simplify_richtext_action, m_underline_action, m_valign_sub_action, m_valign_sup_action, setVAlignSub(), setVAlignSuper(), qdesigner_internal::RichTextEditor::simplifyRichText(), sizeInputActivated(), QET::Icons::tr, and updateActions().
|
privateslot |
Definition at line 554 of file richtexteditor.cpp.
References m_align_center_action, m_align_left_action, m_align_right_action, and m_editor.
Referenced by RichTextEditorToolBar().
|
privateslot |
Definition at line 573 of file richtexteditor.cpp.
References m_editor.
Referenced by RichTextEditorToolBar().
|
privateslot |
Definition at line 621 of file richtexteditor.cpp.
References m_editor.
Referenced by RichTextEditorToolBar().
|
privateslot |
Definition at line 614 of file richtexteditor.cpp.
References m_editor, and qdesigner_internal::AddLinkDialog::showDialog().
Referenced by RichTextEditorToolBar().
|
privateslot |
Definition at line 602 of file richtexteditor.cpp.
References m_editor, m_valign_sup_action, and QET::Icons::sub.
Referenced by RichTextEditorToolBar().
|
privateslot |
Definition at line 590 of file richtexteditor.cpp.
References m_editor, m_valign_sub_action, and QET::Icons::super.
Referenced by RichTextEditorToolBar().
|
privateslot |
Definition at line 579 of file richtexteditor.cpp.
References m_editor.
Referenced by RichTextEditorToolBar().
|
slot |
Definition at line 630 of file richtexteditor.cpp.
References m_align_center_action, m_align_justify_action, m_align_left_action, m_align_right_action, m_bold_action, m_color_action, m_editor, m_font_size_input, m_italic_action, m_underline_action, m_valign_sub_action, m_valign_sup_action, and qdesigner_internal::ColorAction::setColor().
Referenced by RichTextEditorToolBar().
|
private |
Definition at line 404 of file richtexteditor.cpp.
Referenced by alignmentActionTriggered(), RichTextEditorToolBar(), and updateActions().
|
private |
Definition at line 406 of file richtexteditor.cpp.
Referenced by RichTextEditorToolBar(), and updateActions().
|
private |
Definition at line 403 of file richtexteditor.cpp.
Referenced by alignmentActionTriggered(), RichTextEditorToolBar(), and updateActions().
|
private |
Definition at line 405 of file richtexteditor.cpp.
Referenced by alignmentActionTriggered(), RichTextEditorToolBar(), and updateActions().
|
private |
Definition at line 398 of file richtexteditor.cpp.
Referenced by RichTextEditorToolBar(), and updateActions().
|
private |
Definition at line 410 of file richtexteditor.cpp.
Referenced by RichTextEditorToolBar(), and updateActions().
|
private |
Definition at line 413 of file richtexteditor.cpp.
Referenced by alignmentActionTriggered(), colorChanged(), insertImage(), insertLink(), RichTextEditorToolBar(), setVAlignSub(), setVAlignSuper(), sizeInputActivated(), and updateActions().
|
private |
Definition at line 411 of file richtexteditor.cpp.
Referenced by RichTextEditorToolBar(), and updateActions().
|
private |
Definition at line 408 of file richtexteditor.cpp.
Referenced by RichTextEditorToolBar().
|
private |
Definition at line 399 of file richtexteditor.cpp.
Referenced by RichTextEditorToolBar(), and updateActions().
|
private |
Definition at line 407 of file richtexteditor.cpp.
Referenced by RichTextEditorToolBar().
|
private |
Definition at line 409 of file richtexteditor.cpp.
Referenced by RichTextEditorToolBar().
|
private |
Definition at line 400 of file richtexteditor.cpp.
Referenced by RichTextEditorToolBar(), and updateActions().
|
private |
Definition at line 402 of file richtexteditor.cpp.
Referenced by RichTextEditorToolBar(), setVAlignSuper(), and updateActions().
|
private |
Definition at line 401 of file richtexteditor.cpp.
Referenced by RichTextEditorToolBar(), setVAlignSub(), and updateActions().