Home
last modified time | relevance | path

Searched defs:cellAt (Results 1 – 25 of 75) sorted by relevance

123

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dtilepainter.h120 inline Cell TilePainter::cellAt(QPoint pos) const in cellAt() function
H A Deditabletilelayer.cpp71 Cell EditableTileLayer::cellAt(int x, int y) const in cellAt() function in Tiled::EditableTileLayer
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dtilelayer.h207 inline const Cell &Chunk::cellAt(int x, int y) const in cellAt() function
212 inline const Cell &Chunk::cellAt(QPoint point) const in cellAt() function
634 inline const Cell &TileLayer::cellAt(int x, int y) const in cellAt() function
642 inline const Cell &TileLayer::cellAt(QPoint point) const in cellAt() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderTableSection.h85 CellStruct& cellAt(int row, int col) { return (*m_grid[row].row)[col]; } in cellAt() function
86 const CellStruct& cellAt(int row, int col) const { return (*m_grid[row].row)[col]; } in cellAt() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3header.h116 …int cellAt(int pos) const { return mapToIndex(sectionAt(pos + offset())); } // obso… in cellAt() function
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqheader.h107 …int cellAt( int pos ) const { return mapToIndex( sectionAt(pos + offset()) ); } // obsolete, do n… in cellAt() function
/dports/games/knetwalk/knetwalk-21.12.3/src/
H A Dabstractgrid.h103 AbstractCell *cellAt(int index) const {return m_cells[index];} in cellAt() function
/dports/editors/calligra/calligra-3.2.1/filters/libodf2/
H A DKoTable.cpp46 KoCell* KoTable::cellAt(int row, int column) in cellAt() function in KoTable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DDataLayout.java84 int cellAt(int index) { in cellAt() method in DataLayout
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DDataLayout.java84 int cellAt(int index) { in cellAt() method in DataLayout
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DDataLayout.java84 int cellAt(int index) { in cellAt() method in DataLayout
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DDataLayout.java84 int cellAt(int index) { in cellAt() method in DataLayout
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DDataLayout.java84 long cellAt(int index) { in cellAt() method in DataLayout
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DDataLayout.java84 int cellAt(int index) { in cellAt() method in DataLayout
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DDataLayout.java84 int cellAt(int index) { in cellAt() method in DataLayout
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DDataLayout.java84 int cellAt(int index) { in cellAt() method in DataLayout
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DDataLayout.java87 int cellAt(int index) { in cellAt() method in DataLayout
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DDataLayout.java87 int cellAt(int index) { in cellAt() method in DataLayout
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/imports/calendar/
H A Dqquickmonthgrid.cpp147 QQuickItem *QQuickMonthGridPrivate::cellAt(const QPointF &pos) const in cellAt() function in QQuickMonthGridPrivate
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp580 QTextTableCell QTextTable::cellAt(int row, int col) const in cellAt() function in QTextTable
598 QTextTableCell QTextTable::cellAt(int position) const in cellAt() function in QTextTable
624 QTextTableCell QTextTable::cellAt(const QTextCursor &c) const in cellAt() function in QTextTable
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp580 QTextTableCell QTextTable::cellAt(int row, int col) const in cellAt() function in QTextTable
598 QTextTableCell QTextTable::cellAt(int position) const in cellAt() function in QTextTable
624 QTextTableCell QTextTable::cellAt(const QTextCursor &c) const in cellAt() function in QTextTable
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp580 QTextTableCell QTextTable::cellAt(int row, int col) const in cellAt() function in QTextTable
598 QTextTableCell QTextTable::cellAt(int position) const in cellAt() function in QTextTable
624 QTextTableCell QTextTable::cellAt(const QTextCursor &c) const in cellAt() function in QTextTable
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp580 QTextTableCell QTextTable::cellAt(int row, int col) const in cellAt() function in QTextTable
598 QTextTableCell QTextTable::cellAt(int position) const in cellAt() function in QTextTable
624 QTextTableCell QTextTable::cellAt(const QTextCursor &c) const in cellAt() function in QTextTable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqtexttable.cpp588 QTextTableCell QTextTable::cellAt(int row, int col) const in cellAt() function in QTextTable
606 QTextTableCell QTextTable::cellAt(int position) const in cellAt() function in QTextTable
632 QTextTableCell QTextTable::cellAt(const QTextCursor &c) const in cellAt() function in QTextTable
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp580 QTextTableCell QTextTable::cellAt(int row, int col) const in cellAt() function in QTextTable
598 QTextTableCell QTextTable::cellAt(int position) const in cellAt() function in QTextTable
624 QTextTableCell QTextTable::cellAt(const QTextCursor &c) const in cellAt() function in QTextTable

123