Home
last modified time | relevance | path

Searched refs:WTable (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/wt/wt-4.6.1/src/Wt/
H A DWTable.C19 WTable::WTable() in WTable() function
27 WTable::~WTable() in ~WTable()
40 WTableRow *WTable::rowAt(int row) in rowAt()
47 WTableColumn *WTable::columnAt(int column) in columnAt()
54 void WTable::removeCell(WTableCell *item) in removeCell()
59 void WTable::removeCell(int row, int column) in removeCell()
81 int WTable::rowCount() const in rowCount()
86 int WTable::columnCount() const in columnCount()
169 void WTable::repaintRow(WTableRow *row) in repaintRow()
184 void WTable::clear() in clear()
[all …]
H A DWTableColumn.h17 class WTable; variable
48 WTable *table() const { return table_; } in table()
108 WTable *table_;
114 void setTable(WTable *table);
117 friend class WTable; variable
H A DWTableRow.h16 class WTable; variable
47 WTable *table() const { return table_; } in table()
144 WTable *table_;
153 void setTable(WTable *table);
159 friend class WTable; variable
H A DWTableCell.h14 class WTable; variable
87 WTable *table() const;
107 friend class WTable; variable
H A DWTableCell.C28 WTable *WTableCell::table() const in table()
50 table()->flags_.set(WTable::BIT_GRID_CHANGED); in setRowSpan()
62 table()->flags_.set(WTable::BIT_GRID_CHANGED); in setColumnSpan()
H A DWTable.h61 class WT_API WTable : public WInteractWidget
66 WTable();
70 virtual ~WTable();
H A DWSplitButton.h18 class WTable; variable
/dports/audio/umodplayer/umodplayer_B5.1/include/
H A Dtablewidget.h51 typedef struct struct_table WTable; typedef
63 TableSetOptions(WTable * table, int ID, int rows, int cols, int len,
66 int TableInitCallback(WTable * table, TableCallback callback);
68 int TableSetOutput(WTable * table, FILE * stream);
70 int TableUseTheme(WTable * table, WTheme theme);
72 int TableSetCaption(WTable * table, char *caption);
74 int DrawTable(WTable table);
/dports/audio/umodplayer/umodplayer_B5.1/
H A Dtablewidget.c51 TableInitCallback(WTable * table, TableCallback callback) in TableInitCallback()
62 TableSetOptions(WTable * table, int ID, int rows, int cols, int len, in TableSetOptions()
86 TableSetCaption(WTable * table, char *caption) in TableSetCaption()
100 TableSetOutput(WTable * table, FILE * stream) in TableSetOutput()
115 TableUseTheme(WTable * table, WTheme theme) in TableUseTheme()
136 DrawTable(WTable table) in DrawTable()
/dports/www/wt/wt-4.6.1/examples/wt-homepage/
H A DHome.h18 class WTable; variable
94 WTable *releases_;
95 void readReleases(WTable *releaseTable);
120 void readNews(WTable *newsTable, const std::string& newsfile);
/dports/www/wt/wt-4.6.1/examples/hangman/
H A DLettersWidget.h18 class WTable; variable
32 WTable *impl_;
H A DLettersWidget.C20 impl_ = new WTable(); in LettersWidget()
21 setImplementation(std::unique_ptr<WTable>(impl_)); in LettersWidget()
H A DHighScoresWidget.C47 WTable *table = this->addWidget(std::make_unique<WTable>()); in update()
/dports/x11-toolkits/scintilla/scite/gtk/
H A DWidget.cxx282 WTable::WTable(int rows_, int columns_) : in WTable() function in WTable
291 void WTable::Add(GtkWidget *child, int width, bool expand, int xpadding, int ypadding) { in Add()
320 void WTable::Label(GtkWidget *child) { in Label()
330 void WTable::PackInto(GtkBox *box, gboolean expand) { in PackInto()
334 void WTable::Resize(int rows_, int columns_) { in Resize()
343 void WTable::NextLine() { in NextLine()
H A DWidget.h99 class WTable : public WBase {
105 WTable(int rows_, int columns_);
/dports/editors/scite/scite/gtk/
H A DWidget.cxx282 WTable::WTable(int rows_, int columns_) : in WTable() function in WTable
291 void WTable::Add(GtkWidget *child, int width, bool expand, int xpadding, int ypadding) { in Add()
320 void WTable::Label(GtkWidget *child) { in Label()
330 void WTable::PackInto(GtkBox *box, gboolean expand) { in PackInto()
334 void WTable::Resize(int rows_, int columns_) { in Resize()
343 void WTable::NextLine() { in NextLine()
H A DWidget.h99 class WTable : public WBase {
105 WTable(int rows_, int columns_);
/dports/www/wt/wt-4.6.1/examples/treelist/
H A DTreeNode.h18 class WTable; variable
102 WTable *layout_;
/dports/www/wt/wt-4.6.1/examples/composer/
H A DComposer.h18 class WTable; variable
106 WTable *edits_;
/dports/www/wt/wt-4.6.1/examples/widgetgallery/examples/
H A DCSS.cpp33 Wt::WTable *table = container->addNew<Wt::WTable>();
/dports/www/wt/wt-4.6.1/examples/charts/
H A DChartConfig.h19 class WTable; variable
96 Wt::WTable *axisConfig_;
/dports/www/wt/wt-4.6.1/examples/mandelbrot/
H A DMandelbrotExample.C30 WTable *layout = this->addWidget(std::make_unique<WTable>()); in MandelbrotExample()
/dports/www/wt/wt-4.6.1/examples/form/
H A DForm.h35 class Form : public WTable
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/
H A DLibrary_writer.mk44 connectivity/source/drivers/writer/WTable \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/
H A DLibrary_writer.mk44 connectivity/source/drivers/writer/WTable \

123