Home
last modified time | relevance | path

Searched refs:CellArea (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/print/scribus-devel/scribus-1.5.7/scribus/tests/
H A Dcellareatests.cpp14 Q_DECLARE_METATYPE(CellArea);
19 CellArea invalidArea1; in testConstructionAndSetters()
138 QFETCH(CellArea, area1); in testContainsArea()
139 QFETCH(CellArea, area2); in testContainsArea()
192 QFETCH(CellArea, area); in testTranslated()
217 QFETCH(CellArea, area); in testTranslate()
244 QFETCH(CellArea, area); in testAdjusted()
326 …QTest::newRow("areas same") << CellArea(1, 1, 2, 2) << CellArea(1, 1, 2, 2) << CellArea(1, 1, 2, 2… in testUnited_data()
327 …t::newRow("overlapping southeast/northwest") << CellArea(1, 1, 2, 2) << CellArea(2, 2, 2, 2) << Ce… in testUnited_data()
328 …t::newRow("overlapping southwest/northeast") << CellArea(1, 1, 2, 2) << CellArea(2, 0, 2, 2) << Ce… in testUnited_data()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dcellarea.cpp14 CellArea::CellArea(int row, int column, int width, int height) : in CellArea() function in CellArea
33 bool CellArea::contains(const CellArea& area) const in contains()
42 bool CellArea::intersects(const CellArea& area) in intersects()
52 CellArea CellArea::translated(int rows, int columns) const in translated()
78 CellArea CellArea::united(CellArea& area) const in united()
88 CellArea CellArea::adjustedForRowInsertion(int index, int numRows) in adjustedForRowInsertion()
103 CellArea CellArea::adjustedForRowRemoval(int index, int numRows) in adjustedForRowRemoval()
126 CellArea CellArea::adjustedForColumnInsertion(int index, int numColumns) in adjustedForColumnInsertion()
141 CellArea CellArea::adjustedForColumnRemoval(int index, int numColumns) in adjustedForColumnRemoval()
164 bool operator==(const CellArea& lhs, const CellArea& rhs) in operator ==()
[all …]
H A Dcellarea.h22 class SCRIBUS_API CellArea
26 CellArea() = default;
29 CellArea(int row, int column, int width, int height);
66 bool contains(const CellArea& area) const;
69 bool intersects(const CellArea& area);
72 CellArea translated(int rows, int columns) const;
82 CellArea united(CellArea& area) const;
130 Q_DECLARE_TYPEINFO(CellArea, Q_MOVABLE_TYPE);
132 bool operator==(const CellArea& lhs, const CellArea& rhs);
133 bool operator!=(const CellArea& lhs, const CellArea& rhs);
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dcellarea.cc500 GtkCellArea* CellArea::gobj_copy() in gobj_copy()
506 CellArea::CellArea(const Glib::ConstructParams& construct_params) in CellArea() function in Gtk::CellArea
515 CellArea::CellArea(GtkCellArea* castitem) in CellArea() function in Gtk::CellArea
521 CellArea::CellArea(CellArea&& src) noexcept in CellArea() function in Gtk::CellArea
527 CellArea& CellArea::operator=(CellArea&& src) noexcept in operator =()
536 CellArea::~CellArea() noexcept in ~CellArea()
540 CellArea::CppClassType CellArea::cellarea_class_; // initialize static member
542 GType CellArea::get_type() in get_type()
548 GType CellArea::get_base_type() in get_base_type()
554 CellArea::CellArea() in CellArea() function in Gtk::CellArea
[all …]
H A Dcellarea.h112 class CellArea
121 using CppObjectType = CellArea;
127 CellArea(const CellArea&) = delete;
128 CellArea& operator=(const CellArea&) = delete;
134 explicit CellArea(const Glib::ConstructParams& construct_params);
135 explicit CellArea(GtkCellArea* castitem);
141 CellArea(CellArea&& src) noexcept;
142 CellArea& operator=(CellArea&& src) noexcept;
144 ~CellArea() noexcept override;
169 CellArea();
[all …]
H A Dcellareabox.cc107 CellArea(construct_params) in CellAreaBox()
114 CellArea((GtkCellArea*)(castitem)) in CellAreaBox()
119 : CellArea(std::move(src)) in CellAreaBox()
125 CellArea::operator=(std::move(src)); in operator =()
153 CellArea(Glib::ConstructParams(cellareabox_class_.init())) in CellAreaBox()
H A Dcellareacontext.cc145 Glib::RefPtr<CellArea> CellAreaContext::get_area() in get_area()
147 Glib::RefPtr<CellArea> retvalue = Glib::wrap(gtk_cell_area_context_get_area(gobj())); in get_area()
153 Glib::RefPtr<const CellArea> CellAreaContext::get_area() const in get_area()
204 Glib::PropertyProxy_ReadOnly< CellArea* > CellAreaContext::property_area() const in property_area()
206 return Glib::PropertyProxy_ReadOnly< CellArea* >(this, "area"); in property_area()
H A Dcellareacontext.h43 class CellArea; variable
136 Glib::RefPtr<CellArea> get_area();
153 Glib::RefPtr<const CellArea> get_area() const;
318 Glib::PropertyProxy_ReadOnly< CellArea* > property_area() const;
H A Dcelllayout.h57 class CellArea; variable
263 Glib::RefPtr<CellArea> get_area();
274 Glib::RefPtr<const CellArea> get_area() const;
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gtk/
H A Dcell_area.go29 type CellArea struct { struct
35 ToCellArea() *CellArea
39 func (v *CellArea) native() *C.GtkCellArea {
47 func (v *CellArea) toCellArea() *C.GtkCellArea {
56 func (v *CellArea) ToCellArea() *CellArea { argument
66 func wrapCellArea(obj *glib.Object) *CellArea {
71 return &CellArea{glib.InitiallyUnowned{obj}}
279 func (v *CellArea) IsActivatable() bool { argument
515 CellArea anonMember
523 if v == nil || v.CellArea.GObject == nil {
[all …]
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gtk/
H A Dcell_area.go29 type CellArea struct { struct
35 ToCellArea() *CellArea
39 func (v *CellArea) native() *C.GtkCellArea {
47 func (v *CellArea) toCellArea() *C.GtkCellArea {
56 func (v *CellArea) ToCellArea() *CellArea { argument
66 func wrapCellArea(obj *glib.Object) *CellArea {
71 return &CellArea{glib.InitiallyUnowned{obj}}
279 func (v *CellArea) IsActivatable() bool { argument
515 CellArea anonMember
523 if v == nil || v.CellArea.GObject == nil {
[all …]
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dcell_area.go29 type CellArea struct { struct
35 ToCellArea() *CellArea
39 func (v *CellArea) native() *C.GtkCellArea {
47 func (v *CellArea) toCellArea() *C.GtkCellArea {
56 func (v *CellArea) ToCellArea() *CellArea { argument
66 func wrapCellArea(obj *glib.Object) *CellArea {
71 return &CellArea{glib.InitiallyUnowned{obj}}
279 func (v *CellArea) IsActivatable() bool { argument
515 CellArea anonMember
523 if v == nil || v.CellArea.GObject == nil {
[all …]
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dcell_area.go29 type CellArea struct { struct
35 ToCellArea() *CellArea
39 func (v *CellArea) native() *C.GtkCellArea {
47 func (v *CellArea) toCellArea() *C.GtkCellArea {
56 func (v *CellArea) ToCellArea() *CellArea { argument
66 func wrapCellArea(obj *glib.Object) *CellArea {
71 return &CellArea{glib.InitiallyUnowned{obj}}
279 func (v *CellArea) IsActivatable() bool { argument
515 CellArea anonMember
523 if v == nil || v.CellArea.GObject == nil {
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dcellareacontext.hg26 class CellArea;
28 /** This stores geometrical information for a series of rows in a CellArea.
33 * The CellAreaContext object is created by a given CellArea
40 * row also be used for the same row when calling other CellArea APIs
53 _WRAP_METHOD(Glib::RefPtr<CellArea> get_area(), gtk_cell_area_context_get_area, refreturn)
54 …_WRAP_METHOD(Glib::RefPtr<const CellArea> get_area() const, gtk_cell_area_context_get_area, refret…
69 _WRAP_PROPERTY("area", CellArea*)
H A Dcellarea.hg40 * Usually users dont have to interact with the CellArea directly
48 * interfaces. CellArea uses the same semantics to calculate the
62 * cells are different in each row). For this reason the CellArea
69 * CellArea which created it (see CellArea::create_context()).
79 * The CellArea introduces cell properties
94 class CellArea
99 _CLASS_GOBJECT(CellArea, GtkCellArea, GTK_CELL_AREA, Glib::Object, GObject)
122 /** Calls the @a slot for every CellRenderer in the CellArea.
144 /** Calls the @a slot for every CellRenderer in the CellArea
148 * @param widget The widget that the CellArea is rendering to.
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dcell_area.rs43 pub const NONE_CELL_AREA: Option<&CellArea> = None;
259 impl<O: IsA<CellArea>> CellAreaExt for O {
847 P: IsA<CellArea>, in connect_add_editable() argument
885 P: IsA<CellArea>, in connect_apply_attributes() argument
920 P: IsA<CellArea>, in connect_focus_changed() argument
954 P: IsA<CellArea>, in connect_remove_editable() argument
980 P: IsA<CellArea>, in connect_property_edit_widget_notify() argument
983 f(&CellArea::from_glib_borrow(this).unsafe_cast()) in connect_property_edit_widget_notify()
1002 P: IsA<CellArea>, in connect_property_edited_cell_notify() argument
1024 P: IsA<CellArea>, in connect_property_focus_cell_notify() argument
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dcell_area.rs43 pub const NONE_CELL_AREA: Option<&CellArea> = None;
259 impl<O: IsA<CellArea>> CellAreaExt for O {
847 P: IsA<CellArea>, in connect_add_editable() argument
885 P: IsA<CellArea>, in connect_apply_attributes() argument
920 P: IsA<CellArea>, in connect_focus_changed() argument
954 P: IsA<CellArea>, in connect_remove_editable() argument
980 P: IsA<CellArea>, in connect_property_edit_widget_notify() argument
983 f(&CellArea::from_glib_borrow(this).unsafe_cast()) in connect_property_edit_widget_notify()
1002 P: IsA<CellArea>, in connect_property_edited_cell_notify() argument
1024 P: IsA<CellArea>, in connect_property_focus_cell_notify() argument
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dcell_area.rs43 pub const NONE_CELL_AREA: Option<&CellArea> = None;
259 impl<O: IsA<CellArea>> CellAreaExt for O {
837 P: IsA<CellArea>, in connect_add_editable() argument
875 P: IsA<CellArea>, in connect_apply_attributes() argument
910 P: IsA<CellArea>, in connect_focus_changed() argument
944 P: IsA<CellArea>, in connect_remove_editable() argument
970 P: IsA<CellArea>, in connect_property_edit_widget_notify() argument
973 f(&CellArea::from_glib_borrow(this).unsafe_cast()) in connect_property_edit_widget_notify()
992 P: IsA<CellArea>, in connect_property_edited_cell_notify() argument
1014 P: IsA<CellArea>, in connect_property_focus_cell_notify() argument
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dcell_area.rs37 pub const NONE_CELL_AREA: Option<&CellArea> = None;
330 impl<O: IsA<CellArea>> CellAreaExt for O {
941 P: IsA<CellArea>, in connect_add_editable() argument
979 P: IsA<CellArea>, in connect_apply_attributes() argument
1016 P: IsA<CellArea>, in connect_focus_changed() argument
1050 P: IsA<CellArea>, in connect_remove_editable() argument
1080 P: IsA<CellArea>, in connect_edit_widget_notify() argument
1088 f(CellArea::from_glib_borrow(this).unsafe_cast_ref()) in connect_edit_widget_notify()
1105 P: IsA<CellArea>, in connect_edited_cell_notify() argument
1113 f(CellArea::from_glib_borrow(this).unsafe_cast_ref()) in connect_edited_cell_notify()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_area.rs37 pub const NONE_CELL_AREA: Option<&CellArea> = None;
330 impl<O: IsA<CellArea>> CellAreaExt for O {
941 P: IsA<CellArea>, in connect_add_editable() argument
979 P: IsA<CellArea>, in connect_apply_attributes() argument
1016 P: IsA<CellArea>, in connect_focus_changed() argument
1050 P: IsA<CellArea>, in connect_remove_editable() argument
1080 P: IsA<CellArea>, in connect_edit_widget_notify() argument
1088 f(CellArea::from_glib_borrow(this).unsafe_cast_ref()) in connect_edit_widget_notify()
1105 P: IsA<CellArea>, in connect_edited_cell_notify() argument
1113 f(CellArea::from_glib_borrow(this).unsafe_cast_ref()) in connect_edited_cell_notify()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_area.rs37 pub const NONE_CELL_AREA: Option<&CellArea> = None;
330 impl<O: IsA<CellArea>> CellAreaExt for O {
941 P: IsA<CellArea>, in connect_add_editable() argument
979 P: IsA<CellArea>, in connect_apply_attributes() argument
1016 P: IsA<CellArea>, in connect_focus_changed() argument
1050 P: IsA<CellArea>, in connect_remove_editable() argument
1080 P: IsA<CellArea>, in connect_edit_widget_notify() argument
1088 f(CellArea::from_glib_borrow(this).unsafe_cast_ref()) in connect_edit_widget_notify()
1105 P: IsA<CellArea>, in connect_edited_cell_notify() argument
1113 f(CellArea::from_glib_borrow(this).unsafe_cast_ref()) in connect_edited_cell_notify()
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dcell_area.rs37 pub const NONE_CELL_AREA: Option<&CellArea> = None;
330 impl<O: IsA<CellArea>> CellAreaExt for O {
941 P: IsA<CellArea>, in connect_add_editable() argument
979 P: IsA<CellArea>, in connect_apply_attributes() argument
1016 P: IsA<CellArea>, in connect_focus_changed() argument
1050 P: IsA<CellArea>, in connect_remove_editable() argument
1080 P: IsA<CellArea>, in connect_edit_widget_notify() argument
1088 f(CellArea::from_glib_borrow(this).unsafe_cast_ref()) in connect_edit_widget_notify()
1105 P: IsA<CellArea>, in connect_edited_cell_notify() argument
1113 f(CellArea::from_glib_borrow(this).unsafe_cast_ref()) in connect_edited_cell_notify()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxshcellviewer.h59 class CellArea final : public QWidget {
119 CellArea(XsheetViewer *parent, Qt::WindowFlags flags = 0);
121 CellArea(XsheetViewer *parent, Qt::WFlags flags = 0);
123 ~CellArea();
H A Dxshcellviewer.cpp1020 CellArea::CellArea(XsheetViewer *parent, Qt::WindowFlags flags) in CellArea() function in XsheetGUI::CellArea
1022 CellArea::CellArea(XsheetViewer *parent, Qt::WFlags flags) in CellArea()
1042 CellArea::~CellArea() {} in ~CellArea()
2568 CellArea *m_area;
3138 void CellArea::dropEvent(QDropEvent *e) { in dropEvent()
3155 bool CellArea::event(QEvent *event) { in event()
3436 void CellArea::createKeyMenu(QMenu &menu) { in createKeyMenu()
3534 void CellArea::createNoteMenu(QMenu &menu) { in createNoteMenu()
3544 void CellArea::openNote() { in openNote()
3552 void CellArea::deleteNote() { in deleteNote()
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/private/
H A Dcellarea_p.h17 using CppObjectType = CellArea;
23 friend class CellArea; variable

1234567891011