Home
last modified time | relevance | path

Searched refs:EditorView (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/deskutils/zanshin/zanshin-21.12.3/src/widgets/
H A Deditorview.cpp26 EditorView::EditorView(QWidget *parent) in EditorView() function in EditorView
29 ui(new Ui::EditorView) in EditorView()
66 EditorView::~EditorView() in ~EditorView()
71 QObject *EditorView::model() const in model()
76 EditorView::RequestFileNameFunction EditorView::requestFileNameFunction() const in requestFileNameFunction()
134 void EditorView::setRequestFileNameFunction(const EditorView::RequestFileNameFunction &function) in setRequestFileNameFunction()
159 void EditorView::onTaskChanged() in onTaskChanged()
175 void EditorView::onStartDateChanged() in onStartDateChanged()
180 void EditorView::onDueDateChanged() in onDueDateChanged()
185 void EditorView::onDoneChanged() in onDoneChanged()
[all …]
H A Deditorview.h30 class EditorView; variable
35 class EditorView : public QWidget
41 explicit EditorView(QWidget *parent = nullptr);
42 ~EditorView();
86 Ui::EditorView *ui;
/dports/devel/lokalize/lokalize-21.12.3/src/
H A Deditorview.cpp72 EditorView::EditorView(QWidget *parent, Catalog* catalog/*,keyEventHandler* kh*/) in EditorView() function in EditorView
126 EditorView::~EditorView() in ~EditorView()
138 void EditorView::settingsChanged() in settingsChanged()
160 void EditorView::gotoEntry() in gotoEntry()
235 void EditorView::unwrap() in unwrap()
272 QString EditorView::selectionInTarget() const in selectionInTarget()
278 QString EditorView::selectionInSource() const in selectionInSource()
284 void EditorView::setProperFocus() in setProperFocus()
294 QObject* EditorView::viewPort() in viewPort()
307 void EditorView::toggleApprovement() in toggleApprovement()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/editormanager/
H A Deditorview.cpp66 EditorView::EditorView(SplitterOrView *parentSplitterOrView, QWidget *parent) : in EditorView() function in EditorView
157 EditorView::~EditorView() = default;
164 EditorView *EditorView::findNextView() const in findNextView()
187 EditorView *EditorView::findPreviousView() const in findPreviousView()
384 void EditorView::splitVertically() in splitVertically()
391 void EditorView::splitNewWindow() in splitNewWindow()
396 void EditorView::closeSplit() in closeSplit()
458 int EditorView::editorCount() const in editorCount()
529 void EditorView::copyNavigationHistoryFrom(EditorView* other) in copyNavigationHistoryFrom()
653 m_view = new EditorView(this); in SplitterOrView()
[all …]
H A Deditormanager_p.h80 static EditorView *currentEditorView();
82 static IEditor *openEditor(EditorView *view,
87 static IEditor *openEditorAt(EditorView *view,
94 static IEditor *activateEditor(EditorView *view, IEditor *editor,
104 static EditorView *viewForEditor(IEditor *editor);
105 static void setCurrentView(EditorView *view);
106 static void activateView(EditorView *view);
131 static void splitNewWindow(Internal::EditorView *view);
132 static void closeView(Internal::EditorView *view);
199 static IEditor *placeEditor(EditorView *view, IEditor *editor);
[all …]
H A Deditorview.h73 class EditorView : public QWidget
79 ~EditorView() override;
82 EditorView *findNextView() const;
83 EditorView *findPreviousView() const;
167 void copyNavigationHistoryFrom(EditorView* other);
176 explicit SplitterOrView(EditorView *view);
189 inline EditorView *view() const { return m_view; } in view()
192 EditorView *takeView();
197 EditorView *findFirstView();
198 EditorView *findLastView();
[all …]
H A Deditorarea.cpp79 EditorView *current = findFirstView(); in focusChanged()
89 void EditorArea::setCurrentView(EditorView *view) in setCurrentView()
94 disconnect(m_currentView.data(), &EditorView::currentEditorChanged, in setCurrentView()
99 connect(m_currentView.data(), &EditorView::currentEditorChanged, in setCurrentView()
124 if (EditorView *v = view()) in updateCloseSplitButton()
H A Dopeneditorswindow.h63 void setEditors(const QList<EditLocation> &globalHistory, EditorView *view);
79 void addHistoryItems(const QList<EditLocation> &history, EditorView *view,
81 void addRemainingItems(EditorView *view,
84 EditorView *view);
H A Dopeneditorswindow.cpp42 Q_DECLARE_METATYPE(Core::Internal::EditorView*)
178 void OpenEditorsWindow::setEditors(const QList<EditLocation> &globalHistory, EditorView *view) in setEditors()
199 auto view = item->data(0, int(Role::View)).value<EditorView *>(); in selectEditor()
223 void OpenEditorsWindow::addHistoryItems(const QList<EditLocation> &history, EditorView *view, in addHistoryItems()
232 void OpenEditorsWindow::addRemainingItems(EditorView *view, in addRemainingItems()
241 EditorView *view) in addItem()
/dports/graphics/heimer/Heimer-3.0.0/src/
H A Deditor_view.cpp51 EditorView::EditorView(Mediator & mediator) in EditorView() function in EditorView
69 const Grid & EditorView::grid() const in grid()
74 void EditorView::finishRubberBand() in finishRubberBand()
185 void EditorView::initiateRubberBand() in initiateRubberBand()
374 void EditorView::openEdgeContextMenu() in openEdgeContextMenu()
385 void EditorView::resetDummyDragItems() in resetDummyDragItems()
426 void EditorView::updateScale() in updateScale()
433 void EditorView::updateRubberBand() in updateRubberBand()
495 void EditorView::zoom(double amount) in zoom()
538 QString EditorView::dropFile() const in dropFile()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Deditor_view.cpp31 EditorView::Method EditorView::g_scrollUpdateMethod = Method::KeepOrigin;
34 void EditorView::SetScrollUpdateMethod(Method method) in SetScrollUpdateMethod()
39 EditorView::EditorView(EditorView::Type type) in EditorView() function in app::EditorView
45 base::Bind(&EditorView::setupScrollbars, this)); in EditorView()
57 void EditorView::onPaint(PaintEvent& ev) in onPaint()
79 void EditorView::onResize(ResizeEvent& ev) in onResize()
112 void EditorView::onSetViewScroll(const gfx::Point& pt) in onSetViewScroll()
122 void EditorView::onScrollRegion(ui::ScrollRegionEvent& ev) in onScrollRegion()
136 void EditorView::onScrollChange() in onScrollChange()
146 void EditorView::setupScrollbars() in setupScrollbars()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/@types/prosemirror-view/
H A Dindex.d.ts120 toDOM: ((view: EditorView, getPos: () => number) => Node) | Node,
222 export class EditorView<S extends Schema = any> {
396 handleKeyDown?: ((view: EditorView<S>, event: KeyboardEvent) => boolean) | null;
400 handleKeyPress?: ((view: EditorView<S>, event: KeyboardEvent) => boolean) | null;
413 view: EditorView<S>,
425 handleClick?: ((view: EditorView<S>, pos: number, event: MouseEvent) => boolean) | null;
431 view: EditorView<S>,
448 view: EditorView<S>,
465 handlePaste?: ((view: EditorView<S>, event: Event, slice: Slice<S>) => boolean) | null;
478 handleScrollToSelection?: ((view: EditorView<S>) => boolean) | null;
[all …]
/dports/games/dustrac/DustRacing2D-ae380b8/src/editor/
H A Deditorview.cpp40 EditorView::EditorView(Mediator & mediator) in EditorView() function in EditorView
48 void EditorView::updateSceneRect() in updateSceneRect()
62 void EditorView::mouseMoveEvent(QMouseEvent * event) in mouseMoveEvent()
92 void EditorView::createTileContextMenuActions() in createTileContextMenuActions()
223 void EditorView::createObjectContextMenuActions() in createObjectContextMenuActions()
319 void EditorView::eraseObjectAtCurrentClickedPos() in eraseObjectAtCurrentClickedPos()
340 void EditorView::addCurrentToolBarObjectToScene() in addCurrentToolBarObjectToScene()
530 void EditorView::openObjectContextMenu() in openObjectContextMenu()
545 void EditorView::openTargetNodeContextMenu() in openTargetNodeContextMenu()
565 void EditorView::keyPressEvent(QKeyEvent * event) in keyPressEvent()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/
H A Dnavigation.ts16 import { EditorView } from 'prosemirror-view';
45 view: EditorView,
67 export function navigateToId(view: EditorView, id: string, animate = true): Navigation | null {
71 export function navigateToHref(view: EditorView, href: string, animate = true): Navigation | null {
75 export function navigateToHeading(view: EditorView, heading: string, animate = true): Navigation | …
88 export function navigateToXRef(view: EditorView, editorFormat: EditorFormat, xref: string, animate …
98 export function navigateToPos(view: EditorView, pos: number, animate = true): Navigation | null {
142 function navigate(view: EditorView, predicate: Predicate, animate = true): Navigation | null {
H A Dtext-popup.ts16 import { DecorationSet, Decoration, EditorView } from 'prosemirror-view';
39 view: EditorView,
63 let editorView: EditorView;
67 view(view: EditorView) {
136 (view: EditorView, getPos: () => number) => {
183 ? (view: EditorView, pos: number, event: MouseEvent) => {
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/
H A Dvstguieditor.h56 class VSTGUIEditor : public EditorView, public VSTGUI::VSTGUIEditorInterface, public VSTGUI::CBaseO…
80 void forget () SMTG_OVERRIDE { EditorView::release (); }
81 void remember () SMTG_OVERRIDE { EditorView::addRef (); }
98 OBJ_METHODS (VSTGUIEditor, EditorView)
100 END_DEFINE_INTERFACES (EditorView)
101 REFCOUNT_METHODS (EditorView)
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/
H A Dvstguieditor.h56 class VSTGUIEditor : public EditorView, public VSTGUI::VSTGUIEditorInterface, public VSTGUI::CBaseO…
81 void forget () SMTG_OVERRIDE { EditorView::release (); } in forget()
82 void remember () SMTG_OVERRIDE { EditorView::addRef (); } in remember()
99 OBJ_METHODS (VSTGUIEditor, EditorView)
101 END_DEFINE_INTERFACES (EditorView)
102 REFCOUNT_METHODS (EditorView)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/behaviors/
H A Dfind.ts18 import { DecorationSet, Decoration, EditorView } from 'prosemirror-view';
57 update: (view: EditorView, prevState: EditorState) => {
327 private watchForSelectedResult(view: EditorView) {
507 export function matchCount(view: EditorView): number {
511 export function selectFirst(view: EditorView): boolean {
515 export function selectCurrent(view: EditorView): boolean {
519 export function selectNext(view: EditorView): boolean {
523 export function selectPrevious(view: EditorView): boolean {
531 export function replaceAll(view: EditorView, text: string) {
535 export function clear(view: EditorView): boolean {
[all …]
/dports/deskutils/zanshin/zanshin-21.12.3/tests/units/widgets/
H A Deditorviewtest.cpp108 Widgets::EditorView editor; in shouldHaveDefaultState()
148 Widgets::EditorView editor; in shouldNotCrashForNullModel()
198 Widgets::EditorView editor; in shouldBeEnabledOnlyWhenAnTaskIsAvailable()
237 Widgets::EditorView editor; in shouldDisplayModelProperties()
269 Widgets::EditorView editor; in shouldNotReactToChangesWhileEditing()
314 Widgets::EditorView editor; in shouldReactToTitleChanges()
338 Widgets::EditorView editor; in shouldReactToTextChanges()
372 Widgets::EditorView editor; in shouldApplyTextEditChanges()
393 Widgets::EditorView editor; in shouldReactToDoneChanges()
416 Widgets::EditorView editor; in shouldApplyDoneButtonChanges()
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/web/ui/module/codemirror-promql/src/lang-promql/lint/
H A Dhybrid.ts15 import { EditorView } from '@codemirror/view';
21 public promQL(this: HybridLint): (view: EditorView) => readonly Diagnostic[] {
22 return (view: EditorView) => {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/web/ui/module/codemirror-promql/src/lint/
H A Dhybrid.ts15 import { EditorView } from '@codemirror/view';
21 public promQL(this: HybridLint): (view: EditorView) => readonly Diagnostic[] {
22 return (view: EditorView) => {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/nodes/footnote/
H A Dfootnote-editor.ts17 import { EditorView, DecorationSet, NodeView } from 'prosemirror-view';
60 update: (view: EditorView) => {
131 note(node: ProsemirrorNode, view: EditorView, getPos: boolean | (() => number)) {
142 private readonly view: EditorView;
145 constructor(node: ProsemirrorNode, view: EditorView, getPos: () => number) {
169 return (view: EditorView, event: KeyboardEvent) => {
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorEventsHandlers.as57 // EditorView.as handler
99 // EditorView.as handler
105 // EditorView.as handler
112 // EditorView.as handler
118 // EditorView.as handler
124 // EditorView.as handler
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/hostchecker/source/
H A Dhostcheckercontroller.h154 void editorAttached (EditorView* editor) SMTG_OVERRIDE;
155 void editorRemoved (EditorView* editor) SMTG_OVERRIDE;
156 void editorDestroyed (EditorView* editor) SMTG_OVERRIDE;
182 void extractCurrentInfo (EditorView* editor);
190 using EditorVector = std::vector<Steinberg::Vst::EditorView*>;
193 using EditorMap = std::map<Steinberg::Vst::EditorView*, EditorSizeController*>;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/nodes/image/
H A Dimage-events.ts16 import { EditorView } from 'prosemirror-view';
39 return (view: EditorView, event: Event) => {
81 return (view: EditorView, event: Event) => {
121 function handleImageUris(view: EditorView, pos: number, event: Event, uris: string[], ui: EditorUI)…

12345678910