Home
last modified time | relevance | path

Searched refs:DocView (Results 1 – 25 of 128) sorted by relevance

123456

/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Ddoc_view.cpp193 DocView::DocView(Doc* document, Type type, in DocView() function in app::DocView
214 DocView::~DocView() in ~DocView()
225 std::string DocView::getTabText() in getTabText()
230 TabIcon DocView::getTabIcon() in getTabIcon()
265 DocView* docView = dynamic_cast<DocView*>(view); in onCloseView()
438 void DocView::onAddCel(DocEvent& ev) in onAddCel()
466 bool DocView::onCanCut(Context* ctx) in onCanCut()
522 bool DocView::onCut(Context* ctx) in onCut()
529 bool DocView::onCopy(Context* ctx) in onCopy()
542 bool DocView::onPaste(Context* ctx) in onPaste()
[all …]
H A Dmain_window.cpp201 DocView* MainWindow::getDocView() in getDocView()
203 return dynamic_cast<DocView*>(m_workspace->activeView()); in getDocView()
370 if (DocView* docView = getDocView()) in onActiveViewChange()
380 if (DocView* docView = dynamic_cast<DocView*>(tabView)) { in isTabModified()
468 if (DocView* docView = dynamic_cast<DocView*>(tabView)) { in onMouseOverTab()
H A Ddoc_view.h34 class DocView : public ui::Box,
45 DocView(Doc* document, Type type,
47 ~DocView();
H A Dmain_window.h30 class DocView; variable
105 DocView* getDocView();
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dui_context.cpp61 DocView* UIContext::activeView() const in activeView()
71 if (DocView* docView = dynamic_cast<DocView*>(view)) in activeView()
77 void UIContext::setActiveView(DocView* docView) in setActiveView()
128 DocView* docView = getFirstDocView(document); in onSetActiveDocument()
145 if (DocView* docView = dynamic_cast<DocView*>(view)) { in getFirstDocView()
161 if (DocView* docView = dynamic_cast<DocView*>(view)) { in getAllDocViews()
192 DocView* view = activeView(); in activeEditor()
208 DocView* view = new DocView( in onAddDocument()
210 DocView::Normal, in onAddDocument()
228 for (DocView* docView : getAllDocViews(doc)) { in onRemoveDocument()
[all …]
H A Dui_context.h15 class DocView; variable
18 typedef std::vector<DocView*> DocViews;
30 DocView* activeView() const;
31 void setActiveView(DocView* documentView);
33 DocView* getFirstDocView(Doc* document) const override;
51 DocView* m_lastSelectedView;
H A Dcontext.h26 class DocView; variable
82 virtual DocView* getFirstDocView(Doc* document) const { in getFirstDocView()
/dports/graphics/cenon/Cenon/
H A DDocView.h54 @interface DocView:NSView
121 - (DocView*)initWithFrame:(NSRect)frameRect;
124 - (DocView*)initView;
243 @interface DocView(NSPasteboard)
270 @interface DocView(Drag)
277 @interface DocView(Grid)
294 @interface DocView(Tile)
311 @interface DocView(HiddenArea)
318 @interface DocView(Undo)
H A DTilePanel.m35 #include "DocView.h"
49 DocView *view = [doc documentView];
86 { DocView *view = [[(App*)NSApp currentDocument] documentView];
122 DocView *view = [doc documentView];
181 DocView *view = [doc documentView];
H A DWorkingAreaPanel.m34 #include "DocView.h"
70 DocView *view = [doc documentView];
85 DocView *view = [doc documentView];
H A DGNUmakefile56 DocView.m dvDrag.m dvGrid.m dvHiddenArea.m \
76 Document.h DocView.h DocWindow.h \
H A DVectorizer.m13 #include "DocView.h"
60 { DocView *docView = [[(App*)NSApp currentDocument] documentView];
/dports/graphics/aseprite/aseprite-1.2.9/src/app/script/
H A Dsprite_wrap.h22 class DocView; variable
45 app::DocView* m_view;
/dports/graphics/cenon/Cenon/InspectorPanel.subproj/
H A DIPCrosshairs.m30 #include "../DocView.h"
53 DocView *view = [self view];
75 g = [(DocView*)view origin];
87 DocView *view = [self view];
H A DIPAllText.m30 #include "../DocView.h"
69 DocView *view = [self view];
114 DocView *view = [self view];
H A DIPAllLayers.m31 #include "../DocView.h"
290 { DocView *view = [[(App*)NSApp currentDocument] documentView];
357 { DocView *view = [notification object];
359 if ([view isKindOfClass:[DocView class]])
362 NSLog(@"IPAllLayers, notification send from object not a DocView!");
H A DIPAccText.m30 #include "../DocView.h"
82 DocView *view = [self view];
128 DocView *view = [self view];
H A DIPAllAcc.m35 #include "../DocView.h"
176 { DocView *view = [[notification object] documentView];
178 if ([view isKindOfClass:[DocView class]] && [[view slayList] count])
H A DIPMark.m29 #include "../DocView.h"
40 DocView *view = [self view];
108 DocView *view = [self view];
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_close_file.cpp74 DocView* docView = dynamic_cast<DocView*>(view); in onExecute()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Deditor.h52 class DocView; variable
105 DocView* getDocView() { return m_docView; } in getDocView()
106 void setDocView(DocView* docView) { m_docView = docView; } in setDocView()
387 DocView* m_docView;
/dports/print/pdf-tools/pdf-tools-0.90-90-ga8847b7/test/
H A Dtest.tex17 PDF Tools is, among other things, a replacement of DocView for PDF
22 PDF Tools is, among other things, a replacement of DocView for PDF
/dports/graphics/cenon/Cenon/TransformPanel.subproj/
H A DTPMove.m32 #include "../DocView.h"
56 DocView *view = [doc documentView];
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/jni/
H A Dgen_jni_studio9 javah org.coolreader.crengine.DocView
/dports/graphics/cenon/Cenon/ProjectSettingsPanel.subproj/
H A DPSSettings.h43 DocView *docView;

123456