Home
last modified time | relevance | path

Searched refs:SelectionPart (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/katarakt/katarakt-99735bc0b15b57d689b6c982d43b85ed1b40ef45/src/
H A Dselection.h22 class SelectionPart {
24 SelectionPart(Poppler::TextBox *box);
25 ~SelectionPart();
36 bool selection_less_y(const SelectionPart *a, const SelectionPart *b);
41 SelectionLine(SelectionPart *part);
44 void add_part(SelectionPart *part);
45 const QList<SelectionPart *> &get_parts() const;
51 QList<SelectionPart *> parts;
55 bool selection_less_x(const SelectionPart *a, const SelectionPart *b);
H A Dselection.cpp6 SelectionPart::SelectionPart(Poppler::TextBox *box) : in SelectionPart() function in SelectionPart
11 SelectionPart::~SelectionPart() { in ~SelectionPart()
20 void SelectionPart::add_word(Poppler::TextBox *box) { in add_word()
24 Poppler::TextBox *SelectionPart::get_text() const { in get_text()
28 QRectF SelectionPart::get_bbox() const { in get_bbox()
32 bool selection_less_y(const SelectionPart *a, const SelectionPart *b) { in selection_less_y()
37 SelectionLine::SelectionLine(SelectionPart *part) { in SelectionLine()
43 Q_FOREACH(SelectionPart *p, parts) { in ~SelectionLine()
48 void SelectionLine::add_part(SelectionPart *part) { in add_part()
53 const QList<SelectionPart *> &SelectionLine::get_parts() const { in get_parts()
[all …]
H A Dworker.cpp178 QList<SelectionPart *> selection_parts; in run()
185 SelectionPart *p = new SelectionPart(box); in run()
200 Q_FOREACH(SelectionPart *part, selection_parts) { in run()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/
H A DSelectionPage.java34 class SelectionPart extends TablePart { class in SelectionPage
35 public SelectionPart() { in SelectionPart() method in SelectionPage.SelectionPart
86 part = new SelectionPart(); in SelectionPage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/
H A Dtheme_types.h78 enum SelectionPart { kSelectionBackground, kSelectionForeground }; enum
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DThemeTypes.h64 enum SelectionPart { enum
H A DTheme.h68 virtual Color selectionColor(ControlPart, ControlState, SelectionPart) const { return Color(); } in selectionColor() argument