Home
last modified time | relevance | path

Searched refs:getEditorAspect (Results 1 – 6 of 6) sorted by relevance

/dports/editors/ghostwriter/ghostwriter-1.8.1/src/
H A DThemePreviewer.cpp94 if (EditorAspectStretch == theme.getEditorAspect()) in renderPreview()
117 if (EditorAspectCenter == theme.getEditorAspect()) in renderPreview()
H A DTheme.h93 EditorAspect getEditorAspect() const;
H A DTheme.cpp141 EditorAspect Theme::getEditorAspect() const in getEditorAspect() function in Theme
H A DMainWindow.cpp713 if (EditorAspectStretch == theme.getEditorAspect()) in paintEvent()
1856 (EditorAspectStretch == theme.getEditorAspect()) in applyStatusBarStyle()
1887 if (EditorAspectStretch == theme.getEditorAspect()) in applyTheme()
1950 if (EditorAspectStretch == theme.getEditorAspect()) in applyTheme()
1984 if (EditorAspectStretch == theme.getEditorAspect()) in applyTheme()
2076 editor->setAspect(theme.getEditorAspect()); in applyTheme()
2083 if (EditorAspectCenter == theme.getEditorAspect()) in applyTheme()
2090 if (EditorAspectCenter == theme.getEditorAspect()) in applyTheme()
H A DThemeEditorDialog.cpp113 editorAspectComboBox->setCurrentIndex((int) theme.getEditorAspect()); in ThemeEditorDialog()
H A DThemeFactory.cpp508 settings.setValue(GW_EDITOR_ASPECT, QVariant((int) theme.getEditorAspect())); in saveTheme()