#include <iodirtablemodel.h>
|
| OD::Color | cellColor (int row, int col) const override |
| |
| int | flags (int row, int col) const override |
| |
| CellData | getCellData (int row, int col) const override |
| |
| CellType | getColumnCellType (int col) const override |
| |
| const EnumDef * | getEnumDef (int col) const override |
| |
| uiString | headerText (int rowcol, OD::Orientation) const override |
| |
| int | isChecked (int row, int col) const override |
| |
| int | nrCols () const override |
| |
| int | nrRows () const override |
| |
| PixmapDesc | pixmap (int row, int col) const override |
| |
| void | setCellData (int row, int col, const CellData &) override |
| |
| void | setChecked (int row, int col, int val) override |
| |
| OD::Color | textColor (int row, int col) const override |
| |
| uiString | tooltip (int row, int col) const override |
| |
| | TableModel () |
| |
|
| enum | CellType {
Bool
, Text
, NumI
, NumF
,
NumD
, Color
, Date
, DateTime
,
Enum
, Other
} |
| |
| enum | ItemFlag {
NoFlags =0
, ItemSelectable =1
, ItemEditable =2
, ItemDragEnabled =4
,
ItemDropEnabled =8
, ItemIsUserCheckable =16
, ItemEnabled =32
} |
| |
◆ IODirTableModel()
◆ ~IODirTableModel()
| IODirTableModel::~IODirTableModel |
( |
| ) |
|
◆ cellColor()
| OD::Color IODirTableModel::cellColor |
( |
int | row, |
|
|
int | col ) const |
|
overrideprotectedvirtual |
◆ flags()
| int IODirTableModel::flags |
( |
int | row, |
|
|
int | col ) const |
|
overrideprotectedvirtual |
◆ getCellData()
| CellData IODirTableModel::getCellData |
( |
int | row, |
|
|
int | col ) const |
|
overrideprotectedvirtual |
◆ getColumnCellType()
| CellType IODirTableModel::getColumnCellType |
( |
int | col | ) |
const |
|
overrideprotectedvirtual |
◆ getEnumDef()
| const EnumDef * IODirTableModel::getEnumDef |
( |
int | col | ) |
const |
|
overrideprotectedvirtual |
◆ headerText()
◆ isChecked()
| int IODirTableModel::isChecked |
( |
int | row, |
|
|
int | col ) const |
|
overrideprotectedvirtual |
◆ nrCols()
| int IODirTableModel::nrCols |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ nrRows()
| int IODirTableModel::nrRows |
( |
| ) |
const |
|
overrideprotected |
◆ pixmap()
| PixmapDesc IODirTableModel::pixmap |
( |
int | row, |
|
|
int | col ) const |
|
overrideprotectedvirtual |
◆ setCellData()
| void IODirTableModel::setCellData |
( |
int | row, |
|
|
int | col, |
|
|
const CellData & | ) |
|
overrideprotectedvirtual |
◆ setChecked()
| void IODirTableModel::setChecked |
( |
int | row, |
|
|
int | col, |
|
|
int | val ) |
|
overrideprotectedvirtual |
◆ setFilter()
| void IODirTableModel::setFilter |
( |
const char * | | ) |
|
◆ textColor()
| OD::Color IODirTableModel::textColor |
( |
int | row, |
|
|
int | col ) const |
|
overrideprotectedvirtual |
◆ tooltip()
| uiString IODirTableModel::tooltip |
( |
int | row, |
|
|
int | col ) const |
|
overrideprotectedvirtual |
◆ iodir_
| IODir* IODirTableModel::iodir_ |
|
private |
◆ iodirentrylist_