50 QWidget *
parent =
nullptr,
52 Qt::WindowFlags
flags = {});
54 Qt::WindowFlags
flags = 0);
215 void contentChanged();
222 void noteAndNotebookFoundInLocalStorage(
255 void inAppNoteLinkClicked(
269 void inAppNoteLinkPasteRequested(
272 void convertedToNote(qevercloud::
Note note);
275 void noteEditorHtmlUpdated(
QString html);
277 void currentNoteChanged(qevercloud::
Note note);
279 void spellCheckerNotReady();
280 void spellCheckerReady();
296 void failedToSaveNoteToLocalStorage(
301 void textBoldState(
bool state);
302 void textItalicState(
bool state);
303 void textUnderlineState(
bool state);
304 void textStrikethroughState(
bool state);
305 void textAlignLeftState(
bool state);
306 void textAlignCenterState(
bool state);
307 void textAlignRightState(
bool state);
308 void textAlignFullState(
bool state);
309 void textInsideOrderedListState(
bool state);
310 void textInsideUnorderedListState(
bool state);
311 void textInsideTableState(
bool state);
314 void textFontSizeChanged(
int fontSize);
316 void insertTableDialogRequested();
324 void convertToNote();
334 void saveNoteToLocalStorage();
366 void pasteUnformatted();
369 void formatSelectionAsSourceCode();
374 void textUnderline();
375 void textStrikethrough();
376 void textHighlight();
394 void insertToDoCheckbox();
396 void insertInAppNoteLink(
400 void setSpellcheck(
bool enabled);
403 void setFontHeight(
int height);
431 void insertHorizontalLine();
433 void increaseFontSize();
434 void decreaseFontSize();
436 void increaseIndentation();
437 void decreaseIndentation();
439 void insertBulletedList();
440 void insertNumberedList();
442 void insertTableDialog();
448 void insertTableRow();
449 void insertTableColumn();
450 void removeTableRow();
451 void removeTableColumn();
453 void addAttachmentDialog();
455 void saveAttachmentUnderCursor();
457 void openAttachmentUnderCursor();
459 void copyAttachmentUnderCursor();
461 void encryptSelectedText();
462 void decryptEncryptedTextUnderCursor();
464 void editHyperlinkDialog();
465 void copyHyperlink();
466 void removeHyperlink();
468 void onNoteLoadCancelled();