Home
last modified time | relevance | path

Searched refs:DocumentView (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/dports/graphics/gwenview/gwenview-21.12.3/lib/documentview/
H A Ddocumentview.cpp97 DocumentView *q;
110 DocumentView::Setup mSetup;
423 DocumentView::DocumentView(QGraphicsScene *scene) in DocumentView() function in Gwenview::DocumentView
475 DocumentView::~DocumentView() in ~DocumentView()
516 void DocumentView::openUrl(const QUrl &url, const DocumentView::Setup &setup) in openUrl()
591 DocumentView::Setup DocumentView::setup() const in setup()
736 qreal DocumentView::zoom() const in zoom()
785 void DocumentView::swipeRight() in swipeRight()
793 void DocumentView::swipeLeft() in swipeLeft()
964 QUrl DocumentView::url() const in url()
[all …]
H A Ddocumentviewcontainer.cpp41 using DocumentViewSet = QSet<DocumentView *>;
42 using SetupForUrl = QHash<QUrl, DocumentView::Setup>;
113 DocumentView *DocumentViewContainer::createView() in createView()
115 auto *view = new DocumentView(d->mScene); in createView()
124 void DocumentViewContainer::deleteView(DocumentView *view) in deleteView()
162 static bool viewLessThan(DocumentView *v1, DocumentView *v2) in viewLessThan()
179 DocumentView *oldView = *d->mRemovedViews.begin(); in updateLayout()
180 DocumentView *newView = *d->mAddedViews.begin(); in updateLayout()
227 for (DocumentView *view : qAsConst(views)) { in updateLayout()
284 for (DocumentView *view : currentViews) { in pretendFadeInFinished()
[all …]
H A Ddocumentviewsynchronizer.cpp36 const QList<DocumentView *> *mViews;
37 QPointer<DocumentView> mCurrentView;
41 DocumentViewSynchronizerPrivate(const QList<DocumentView *> *views) in DocumentViewSynchronizerPrivate()
57 for (DocumentView *view : qAsConst(*mViews)) { in updateConnections()
76 DocumentViewSynchronizer::DocumentViewSynchronizer(const QList<DocumentView *> *views, QObject *par… in DocumentViewSynchronizer()
89 void DocumentViewSynchronizer::setCurrentView(DocumentView *view) in setCurrentView()
108 for (DocumentView *view : qAsConst(*d->mViews)) { in setZoom()
119 for (DocumentView *view : qAsConst(*d->mViews)) { in setZoomToFit()
130 for (DocumentView *view : qAsConst(*d->mViews)) { in setZoomToFill()
144 for (DocumentView *view : qAsConst(*d->mViews)) { in updatePosition()
H A Ddocumentviewcontainer.h37 class DocumentView; variable
54 DocumentView *createView();
60 void deleteView(DocumentView *view);
70 DocumentView::Setup savedSetup(const QUrl &url) const;
75 void updateSetup(DocumentView *view);
96 void slotFadeInFinished(DocumentView *);
H A Ddocumentviewcontroller.cpp47 DocumentView *mView;
147 QObject::connect(mZoomWidget, &ZoomWidget::zoomChanged, mView, &DocumentView::setZoom); in connectZoomWidget()
151 QObject::connect(mView, &DocumentView::zoomChanged, mZoomWidget, &ZoomWidget::setZoom); in connectZoomWidget()
193 void DocumentViewController::setView(DocumentView *view) in setView()
210 …connect(d->mView, &DocumentView::adapterChanged, this, &DocumentViewController::slotAdapterChanged… in setView()
213 connect(d->mView, &DocumentView::currentToolChanged, this, &DocumentViewController::updateTool); in setView()
215 connect(d->mZoomToFitAction, &QAction::triggered, d->mView, &DocumentView::toggleZoomToFit); in setView()
216 connect(d->mZoomToFillAction, &QAction::triggered, d->mView, &DocumentView::toggleZoomToFill); in setView()
217 connect(d->mActualSizeAction, &QAction::triggered, d->mView, &DocumentView::zoomActualSize); in setView()
253 DocumentView *DocumentViewController::view() const in view()
[all …]
H A Ddocumentview.h49 class GWENVIEWLIB_EXPORT DocumentView : public QGraphicsWidget
87 explicit DocumentView(QGraphicsScene *scene);
88 ~DocumentView() override;
194 void focused(Gwenview::DocumentView *);
202 void hudTrashClicked(Gwenview::DocumentView *);
203 void hudDeselectClicked(Gwenview::DocumentView *);
205 void fadeInFinished(Gwenview::DocumentView *);
H A Ddocumentviewsynchronizer.h35 class DocumentView; variable
47 … explicit DocumentViewSynchronizer(const QList<DocumentView *> *views, QObject *parent = nullptr);
50 void setCurrentView(DocumentView *view);
/dports/print/qpdfview/qpdfview-0.4.18/sources/
H A Dsettings.cpp331 void Settings::DocumentView::sync() in sync()
349 bool Settings::DocumentView::openUrl() const in openUrl()
359 bool Settings::DocumentView::autoRefresh() const in autoRefresh()
431 qreal Settings::DocumentView::zoomFactor() const in zoomFactor()
468 bool Settings::DocumentView::matchCase() const in matchCase()
478 bool Settings::DocumentView::wholeWords() const in wholeWords()
593 qreal Settings::DocumentView::scaleFactor() const in scaleFactor()
603 Rotation Settings::DocumentView::rotation() const in rotation()
633 bool Settings::DocumentView::trimMargins() const in trimMargins()
663 Settings::DocumentView::DocumentView(QSettings *settings) : in DocumentView() function in qpdfview::Settings::DocumentView
[all …]
H A Dsearchmodel.h34 class DocumentView; variable
68 DocumentView* viewForIndex(const QModelIndex& index) const;
71 bool hasResults(DocumentView* view) const;
72 bool hasResultsOnPage(DocumentView* view, int page) const;
85 void clearResults(DocumentView* view);
87 void updateProgress(DocumentView* view);
98 QVector< DocumentView* > m_views;
100 QModelIndex findView(DocumentView* view) const;
101 QModelIndex findOrInsertView(DocumentView* view);
107 QHash< DocumentView*, Results* > m_results;
[all …]
H A Ddocumentview.cpp681 DocumentView* const that;
701 DocumentView::DocumentView(QWidget* parent) : QGraphicsView(parent), in DocumentView() function in qpdfview::DocumentView
843 DocumentView::~DocumentView() in ~DocumentView()
1367 DocumentView::SourceLink DocumentView::sourceLink(QPoint pos) in sourceLink()
1390 void DocumentView::openInSourceEditor(const DocumentView::SourceLink& sourceLink) in openInSourceEditor()
1405 void DocumentView::show() in show()
1462 bool DocumentView::refresh() in refresh()
1573 void DocumentView::nextPage() in nextPage()
1583 void DocumentView::lastPage() in lastPage()
1745 void DocumentView::zoomIn() in zoomIn()
[all …]
H A Dsearchmodel.cpp71 DocumentView* view = m_views.value(parent.row(), 0); in index()
84 DocumentView* view = static_cast< DocumentView* >(child.internalPointer()); in parent()
100 DocumentView* view = m_views.value(parent.row(), 0); in rowCount()
126 DocumentView* view = m_views.value(index.row(), 0); in data()
156 DocumentView* view = static_cast< DocumentView* >(index.internalPointer()); in data()
212 bool SearchModel::hasResults(DocumentView* view) const in hasResults()
335 void SearchModel::clearResults(DocumentView* view) in clearResults()
379 void SearchModel::updateProgress(DocumentView* view) in updateProgress()
403 DocumentView* view = job.key.first; in on_fetchSurroundingText_finished()
426 QModelIndex SearchModel::findView(DocumentView *view) const in findView()
[all …]
H A Ddatabase.h42 class DocumentView; variable
56 virtual DocumentView* operator()(const QString& absoluteFilePath) const = 0;
60 void saveTabs(const QVector< DocumentView* >& tabs);
67 void restorePerFileSettings(DocumentView* tab);
68 void savePerFileSettings(const DocumentView* tab);
H A Dmainwindow.h58 class DocumentView; variable
303 DocumentView* currentTab() const;
304 DocumentView* currentTab(int index) const;
305 QVector< DocumentView* > allTabs(int index) const;
306 QVector< DocumentView* > allTabs() const;
314 void addTab(DocumentView* tab);
315 void addTabAction(DocumentView* tab);
316 void connectTab(DocumentView* tab);
318 void restorePerFileSettings(DocumentView* tab);
320 bool saveModifications(DocumentView* tab);
[all …]
/dports/editors/texmaker/texmaker-5.0.3/
H A Ddocumentview.cpp49 bool DocumentView::openUrl() in openUrl()
59 bool DocumentView::autoRefresh() in autoRefresh()
99 bool DocumentView::prefetch() in prefetch()
132 DocumentView::DocumentView(QWidget* parent) : QGraphicsView(parent), in DocumentView() function in DocumentView
219 DocumentView::~DocumentView() in ~DocumentView()
226 void DocumentView::clearAll() in clearAll()
332 DocumentView::ScaleMode DocumentView::scaleMode() const in scaleMode()
443 void DocumentView::show() in show()
472 bool DocumentView::refresh() in refresh()
612 void DocumentView::zoomIn() in zoomIn()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/
H A DDocument.cpp396 DocumentView::DocumentView() : m_json(nullptr) in DocumentView() function in DocumentView
400 DocumentView::DocumentView(const Document& value) : m_json(value.m_json) in DocumentView() function in DocumentView
404 DocumentView::DocumentView(cJSON* v) : m_json(v) in DocumentView() function in DocumentView
408 DocumentView& DocumentView::operator=(const Document& value) in operator =()
414 DocumentView& DocumentView::operator=(cJSON* value) in operator =()
451 bool DocumentView::AsBool() const in AsBool()
548 Array<DocumentView> DocumentView::GetArray(const Aws::String& key) const in GetArray()
564 Array<DocumentView> DocumentView::AsArray() const in AsArray()
584 DocumentView DocumentView::GetObject(const Aws::String& key) const in GetObject()
591 DocumentView DocumentView::AsObject() const in AsObject()
[all …]
/dports/graphics/xournalpp/xournalpp-1.1.0/src/view/
H A DDocumentView.cpp13 DocumentView::DocumentView() { this->backgroundPainter = new MainBackgroundPainter(); } in DocumentView() function in DocumentView
15 DocumentView::~DocumentView() { in ~DocumentView()
25 void DocumentView::applyColor(cairo_t* cr, Stroke* s) { in applyColor()
39 void DocumentView::applyColor(cairo_t* cr, Color c, uint8_t alpha) { in applyColor()
60 void DocumentView::drawText(cairo_t* cr, Text* t) { in drawText()
74 void DocumentView::drawImage(cairo_t* cr, Image* i) { in drawImage()
140 void DocumentView::drawElement(cairo_t* cr, Element* e) const { in drawElement()
157 void DocumentView::drawLayer(cairo_t* cr, Layer* l) { in drawLayer()
199 void DocumentView::paintBackgroundImage() { in paintBackgroundImage()
250 void DocumentView::finializeDrawing() { in finializeDrawing()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/include/aws/core/utils/
H A DDocument.h28 class DocumentView; variable
208 DocumentView View() const;
216 friend DocumentView; variable
225 class AWS_CORE_API DocumentView
229 DocumentView();
230 DocumentView(const Document& value);
231 DocumentView& operator=(const Document& value);
308 Array<DocumentView> AsArray() const;
321 DocumentView AsObject() const;
363 DocumentView(cJSON* value);
[all …]
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Ddocumentview.cpp35 DocumentView::DocumentView(QWidget * parent, OpEntryParser *opcodeTree) : in DocumentView() function in DocumentView
126 DocumentView::~DocumentView() in ~DocumentView()
131 bool DocumentView::isModified() in isModified()
1126 void DocumentView::getToIn() in getToIn()
1140 void DocumentView::inToGet() in inToGet()
1372 void DocumentView::cut() in cut()
1396 void DocumentView::copy() in copy()
1420 void DocumentView::paste() in paste()
1444 void DocumentView::undo() in undo()
1469 void DocumentView::redo() in redo()
[all …]
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Ddocument_view.c104 DocumentView* self;
204 __lambda46_ (DocumentView* self, in __lambda46_()
245 DocumentView*
249 DocumentView * self = NULL; in document_view_construct()
371 DocumentView*
602 __lambda47_ (DocumentView* self) in __lambda47_()
661 DocumentView* self; in block18_data_unref()
687 DocumentView* self; in __lambda48_()
713 DocumentView* self; in __lambda49_()
735 __lambda50_ (DocumentView* self) in __lambda50_()
[all …]
H A Dmain_window_tools.c224 DocumentView* _tmp1_; in __lambda40_()
225 DocumentView* _tmp2_; in __lambda40_()
236 DocumentView* _tmp4_; in __lambda40_()
357 DocumentView* _tmp7_; in main_window_tools_update_inline_spell_checker_action_state()
358 DocumentView* _tmp8_; in main_window_tools_update_inline_spell_checker_action_state()
526 DocumentView* _tmp1_; in main_window_tools_on_spell_checker_dialog()
527 DocumentView* _tmp2_; in main_window_tools_on_spell_checker_dialog()
528 DocumentView* _tmp3_; in main_window_tools_on_spell_checker_dialog()
560 DocumentView* _tmp1_; in main_window_tools_on_set_language()
561 DocumentView* _tmp2_; in main_window_tools_on_set_language()
[all …]
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dviewmainpage.cpp119 QList<DocumentView *> mDocumentViews;
279 DocumentView *createDocumentView() in createDocumentView()
308 void deleteDocumentView(DocumentView *view) in deleteDocumentView()
343 DocumentView *currentView() const in currentView()
348 void setCurrentView(DocumentView *view) in setCurrentView()
350 DocumentView *oldView = currentView(); in setCurrentView()
665 DocumentView::Setup setup; in openUrls()
721 DocumentView *view = it.value(); in openUrls()
755 DocumentView *view = d->currentView(); in reload()
795 DocumentView *view = d->currentView(); in slotEnterPressed()
[all …]
H A Dviewmainpage.h40 class DocumentView; variable
104 DocumentView *documentView() const;
139 void slotViewFocused(DocumentView *);
143 void trashView(DocumentView *);
144 void deselectView(DocumentView *);
/dports/graphics/gwenview/gwenview-21.12.3/devdoc/
H A DOVERVIEW.md17 ## DocumentView section in "View"
19 Can display a document. Depending on the document kind, the DocumentView will
26 Every time a new document is visible, a new DocumentView is created. When it is
28 1.jpg to 2.jpg, the DocumentView displaying 1.jpg is deleted and a new one is
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DDocumentView.java61 public class DocumentView extends JFrame class
116 DocumentView() in DocumentView() method in DocumentView
395 String sURL = FunctionHelper.askUserForFileURL(DocumentView.this,true); in actionPerformed()
397 DocumentView.this.load(sURL); in actionPerformed()
404 DocumentView.this.save(); in actionPerformed()
411 String sURL = FunctionHelper.askUserForFileURL(DocumentView.this,false); in actionPerformed()
413 DocumentView.this.exportHTML(sURL); in actionPerformed()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DDocumentView.java61 public class DocumentView extends JFrame class
116 DocumentView() in DocumentView() method in DocumentView
395 String sURL = FunctionHelper.askUserForFileURL(DocumentView.this,true); in actionPerformed()
397 DocumentView.this.load(sURL); in actionPerformed()
404 DocumentView.this.save(); in actionPerformed()
411 String sURL = FunctionHelper.askUserForFileURL(DocumentView.this,false); in actionPerformed()
413 DocumentView.this.exportHTML(sURL); in actionPerformed()

12345678910>>...24