OpendTect  7.0
Public Types | Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Friends | List of all members
uiTableView Class Reference
Inheritance diagram for uiTableView:
[legend]

Public Types

enum  SelectionBehavior { SelectItems , SelectRows , SelectColumns }
 
enum  SelectionMode { SingleSelection =1 , ExtendedSelection =3 , NoSelection =0 }
 
- Public Types inherited from uiObject
enum  SzPolicy {
  Undef , Small , Medium , Wide ,
  SmallVar , MedVar , WideVar , SmallMax ,
  MedMax , WideMax
}
 How should the object's size behave? Undef : use default. Small : 1 base sz. Medium : 2* base sz + 1. Wide : 4* base sz + 3. The xxVar options specify that the element may have a bigger internal preferred size. In that case, the maximum is taken. The xxMax options specify that the element should take all available space ( stretch = 2 ) More...
 
- Public Types inherited from ObjectWithName
typedef OD::String name_type
 

Public Member Functions

 uiTableView (uiParent *, const char *nm)
 
 ~uiTableView ()
 
void clearSelection ()
 
const RowColcurrentCell () const
 
TableModel::CellType getCellType (int col) const
 
bool getSelectedCells (TypeSet< RowCol > &) const
 
bool getSelectedCells (TypeSet< RowCol > &, bool mappedtosource) const
 
bool getSelectedColumns (TypeSet< int > &) const
 
bool getSelectedRows (TypeSet< int > &) const
 
void getVisibleColumns (TypeSet< int > &, bool mappedtosource) const
 
void getVisibleRows (TypeSet< int > &, bool mappedtosource) const
 
bool isColumnHidden (int col) const
 
bool isRowHidden (int row) const
 
bool isSortingEnabled () const
 
RowCol mapFromSource (const RowCol &) const
 
RowCol mapToSource (const RowCol &) const
 
void moveColumn (int from, int to)
 
void removeSelection (const TypeSet< RowCol > &)
 
void resetHorizontalHeader ()
 
void saveHorizontalHeaderState ()
 
void selectAll ()
 
void setColumnHidden (int col, bool)
 
void setColumnValueType (int col, TableModel::CellType)
 
void setColumnWidth (int col, int width)
 
void setCurrentCell (const RowCol &)
 
void setModel (TableModel *)
 
void setNrFrozenColumns (int nrcols)
 
void setRowHidden (int row, bool)
 
void setSectionsMovable (bool)
 
void setSelectedCells (const TypeSet< RowCol > &)
 
void setSelectedCells (const TypeSet< RowCol > &, bool mapfromsource)
 
void setSelectionBehavior (SelectionBehavior)
 
void setSelectionMode (SelectionMode)
 
void setSortingEnabled (bool)
 
void sortByColumn (int col, bool asc=true)
 
- Public Member Functions inherited from uiObject
 ~uiObject ()
 
uiSize actualSize (bool include_border=true) const
 
void attach (constraintType, int margin=-1)
 attaches object to another In case the stretched... options are used, margin=-1 (default) stretches the object not to cross the border. margin=-2 stretches the object to fill the parent's border. This looks nice with separators. More...
 
void attach (constraintType, uiObject *, int margin=-1, bool reciprocal=true)
 
void attach (constraintType, uiParent *, int margin=-1, bool reciprocal=true)
 
virtual OD::Color backgroundColor () const
 
virtual const ObjectSet< uiBaseObject > * childList () const
 
void close ()
 
void deepRedraw ()
 
void disabFocus ()
 
void display (bool yn, bool shrink=false, bool maximized=false)
 
const uiFontfont () const
 
QWidget * getWidget () override
 
virtual bool handleLongTabletPress ()
 
bool hasFocus () const
 
virtual int height () const
 Actual size in pixels. More...
 
bool isCursorInside () const
 
bool isDisplayed () const
 
virtual bool isEmpty () const
 
bool isSensitive () const
 
uiMainWinmainwin ()
 
uiParentparent ()
 
const uiParentparent () const
 
int prefHNrPics () const
 
int prefVNrPics () const
 
QWidget * qwidget ()
 
const QWidget * qwidget () const
 
void reDraw (bool deep)
 
void reParent (uiParent *)
 
OD::Color roBackgroundColor () const
 
bool sensitive () const
 
virtual void setBackgroundColor (const OD::Color &)
 
virtual void setBackgroundPixmap (const uiPixmap &)
 
void setCaption (const uiString &)
 
virtual void setCursor (const MouseCursor &)
 
void setFocus ()
 
void setFont (const uiFont &)
 
void setHSzPol (SzPolicy)
 
void setMaximumHeight (int)
 
void setMaximumHeightInChar (int)
 
void setMaximumWidth (int)
 
void setMaximumWidthInChar (int)
 
void setMinimumHeight (int)
 
void setMinimumHeightInChar (int)
 
void setMinimumWidth (int)
 
void setMinimumWidthInChar (int)
 
virtual void setName (const char *) override
 
virtual void setPrefHeight (int)
 
void setPrefHeightInChar (float)
 
void setPrefHeightInChar (int)
 
virtual void setPrefWidth (int)
 
void setPrefWidthInChar (float)
 
void setPrefWidthInChar (int)
 
void setSensitive (bool yn=true)
 
void setStretch (int hor, int ver)
 Sets stretch factors for object If stretch factor is > 1, then object will already grow at pop-up. More...
 
virtual void setStyleSheet (const char *)
 
virtual void setTextColor (const OD::Color &)
 
void setToolTip (const uiString &)
 
void setVSzPol (SzPolicy)
 
void shallowRedraw ()
 
int stretch (bool hor) const
 
SzPolicy szPol (bool hor=true) const
 
const uiStringtoolTip () const
 
void translateText () override
 
bool visible () const
 
virtual int width () const
 Actual size in pixels. More...
 
- Public Member Functions inherited from uiBaseObject
 uiBaseObject (const char *nm, uiBody *=0)
 
virtual ~uiBaseObject ()
 
int beginCmdRecEvent (const BufferString &msg)
 
int beginCmdRecEvent (const char *msg=0)
 
int beginCmdRecEvent (od_uint64 id, const char *msg=0)
 
uiBodybody ()
 
const uiBodybody () const
 
void clear ()
 
void endCmdRecEvent (int refnr, const char *msg=0)
 
void endCmdRecEvent (od_uint64 id, int refnr, const char *msg=0)
 
void finalise ()
 
bool finalised () const
 
void finalize ()
 
bool finalized () const
 
const QWidget * getWidget () const
 
virtual Notifier< uiBaseObject > & postFinalise ()
 
virtual Notifier< uiBaseObject > & postFinalize ()
 
virtual Notifier< uiBaseObject > & preFinalise ()
 
virtual Notifier< uiBaseObject > & preFinalize ()
 
- Public Member Functions inherited from NamedCallBacker
 NamedCallBacker (const char *nm=0)
 
 NamedCallBacker (const NamedCallBacker &)
 
virtual Notifier< NamedCallBacker > & objectToBeDeleted () const
 
bool operator== (const NamedCallBacker &oth) const
 
bool operator== (const NamedObject &oth) const
 
- Public Member Functions inherited from CallBacker
 CallBacker ()
 
 CallBacker (const CallBacker &)
 
virtual ~CallBacker ()
 
bool attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const
 
bool attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const
 
void detachAllNotifiers () const
 Call from the destructor of your inherited object. More...
 
void detachCB (const NotifierAccess &, const CallBack &) const
 
void detachCB (const NotifierAccess *notif, const CallBack &cb) const
 
virtual bool isCapsule () const
 
bool isNotifierAttached (const NotifierAccess *) const
 Only for debugging purposes, don't use. More...
 
void stopReceivingNotifications () const
 
virtual CallBackertrueCaller ()
 
- Public Member Functions inherited from NamedObject
 NamedObject (const char *nm=nullptr)
 
 NamedObject (const NamedObject &oth)
 
virtual ~NamedObject ()
 
virtual BufferString getName () const
 
bool getNameFromPar (const IOPar &)
 
const name_typename () const override
 
NamedObjectoperator= (const NamedObject &)
 
bool operator== (const NamedObject &oth) const
 
- Public Member Functions inherited from ObjectWithName
virtual ~ObjectWithName ()
 
bool hasName (const char *nm) const
 
bool hasName (const name_type &nm) const
 
void putNameInPar (IOPar &) const
 

Public Attributes

Notifier< uiTableViewdoubleClicked
 
Notifier< uiTableViewselectionChanged
 
- Public Attributes inherited from uiObject
Notifier< uiObjectclosed
 Triggered when object closes. More...
 
CNotifier< uiObject, uiRect & > setGeometry
 triggered when getting a new geometry A reference to the new geometry is passed which can be manipulated, before the geometry is actually set to the QWidget. More...
 

Protected Member Functions

virtual ODStyledItemDelegate * createColumnDelegate (int col, TableModel::CellType)
 
void doubleClickedCB (CallBacker *)
 
ODStyledItemDelegate * getColumnDelegate (int col, TableModel::CellType)
 
ODTableView & mkView (uiParent *, const char *)
 
- Protected Member Functions inherited from uiObject
 uiObject (uiParent *, const char *nm)
 
 uiObject (uiParent *, const char *nm, uiObjectBody &)
 
virtual bool closeOK ()
 hook. Accepts/denies closing of window. More...
 
uiObjectBodyobjBody ()
 
const uiObjectBodyobjBody () const
 
void triggerSetGeometry (const i_LayoutItem *, uiRect &)
 setGeometry should be triggered by this's layoutItem More...
 
void updateToolTip (CallBacker *=nullptr)
 
- Protected Member Functions inherited from uiBaseObject
void setBody (uiBody *b)
 
- Protected Member Functions inherited from NamedCallBacker
void sendDelNotif () const
 

Protected Attributes

ObjectSet< ODStyledItemDelegate > columndelegates_
 
QByteArray * horizontalheaderstate_ = nullptr
 
ODTableView * odtableview_
 
QSortFilterProxyModel * qproxymodel_ = nullptr
 
TableModeltablemodel_ = nullptr
 
- Protected Attributes inherited from uiObject
uiString tooltip_
 
uiObjEventFilter * uiobjeventfilter_
 
- Protected Attributes inherited from NamedCallBacker
Threads::Atomic< bool > delalreadytriggered_
 
Notifier< NamedCallBackerdelnotif_
 
- Protected Attributes inherited from NamedObject
BufferString name_
 

Friends

class i_tableViewMessenger
 

Additional Inherited Members

- Static Public Member Functions inherited from uiObject
static int baseFldSize ()
 
static int iconSize ()
 
static void setTabOrder (uiObject *first, uiObject *second)
 
static void updateToolTips ()
 
- Static Public Member Functions inherited from uiBaseObject
static void addCmdRecorder (const CallBack &)
 
static void removeCmdRecorder (const CallBack &)
 
- Static Public Member Functions inherited from CallBacker
static void createReceiverForCurrentThread ()
 
static void removeReceiverForCurrentThread ()
 

Detailed Description

<>

Member Enumeration Documentation

◆ SelectionBehavior

Enumerator
SelectItems 
SelectRows 
SelectColumns 

◆ SelectionMode

Enumerator
SingleSelection 
ExtendedSelection 
NoSelection 

Constructor & Destructor Documentation

◆ uiTableView()

uiTableView::uiTableView ( uiParent ,
const char *  nm 
)

◆ ~uiTableView()

uiTableView::~uiTableView ( )

Member Function Documentation

◆ clearSelection()

void uiTableView::clearSelection ( )

◆ createColumnDelegate()

virtual ODStyledItemDelegate* uiTableView::createColumnDelegate ( int  col,
TableModel::CellType   
)
protectedvirtual

◆ currentCell()

const RowCol& uiTableView::currentCell ( ) const

◆ doubleClickedCB()

void uiTableView::doubleClickedCB ( CallBacker )
protected

◆ getCellType()

TableModel::CellType uiTableView::getCellType ( int  col) const

◆ getColumnDelegate()

ODStyledItemDelegate* uiTableView::getColumnDelegate ( int  col,
TableModel::CellType   
)
protected

◆ getSelectedCells() [1/2]

bool uiTableView::getSelectedCells ( TypeSet< RowCol > &  ) const

◆ getSelectedCells() [2/2]

bool uiTableView::getSelectedCells ( TypeSet< RowCol > &  ,
bool  mappedtosource 
) const

◆ getSelectedColumns()

bool uiTableView::getSelectedColumns ( TypeSet< int > &  ) const

◆ getSelectedRows()

bool uiTableView::getSelectedRows ( TypeSet< int > &  ) const

◆ getVisibleColumns()

void uiTableView::getVisibleColumns ( TypeSet< int > &  ,
bool  mappedtosource 
) const

◆ getVisibleRows()

void uiTableView::getVisibleRows ( TypeSet< int > &  ,
bool  mappedtosource 
) const

◆ isColumnHidden()

bool uiTableView::isColumnHidden ( int  col) const

◆ isRowHidden()

bool uiTableView::isRowHidden ( int  row) const

◆ isSortingEnabled()

bool uiTableView::isSortingEnabled ( ) const

◆ mapFromSource()

RowCol uiTableView::mapFromSource ( const RowCol ) const

◆ mapToSource()

RowCol uiTableView::mapToSource ( const RowCol ) const

◆ mkView()

ODTableView& uiTableView::mkView ( uiParent ,
const char *   
)
protected

◆ moveColumn()

void uiTableView::moveColumn ( int  from,
int  to 
)

◆ removeSelection()

void uiTableView::removeSelection ( const TypeSet< RowCol > &  )

◆ resetHorizontalHeader()

void uiTableView::resetHorizontalHeader ( )

◆ saveHorizontalHeaderState()

void uiTableView::saveHorizontalHeaderState ( )

◆ selectAll()

void uiTableView::selectAll ( )

◆ setColumnHidden()

void uiTableView::setColumnHidden ( int  col,
bool   
)

◆ setColumnValueType()

void uiTableView::setColumnValueType ( int  col,
TableModel::CellType   
)

◆ setColumnWidth()

void uiTableView::setColumnWidth ( int  col,
int  width 
)

◆ setCurrentCell()

void uiTableView::setCurrentCell ( const RowCol )

◆ setModel()

void uiTableView::setModel ( TableModel )

◆ setNrFrozenColumns()

void uiTableView::setNrFrozenColumns ( int  nrcols)

◆ setRowHidden()

void uiTableView::setRowHidden ( int  row,
bool   
)

◆ setSectionsMovable()

void uiTableView::setSectionsMovable ( bool  )

◆ setSelectedCells() [1/2]

void uiTableView::setSelectedCells ( const TypeSet< RowCol > &  )

◆ setSelectedCells() [2/2]

void uiTableView::setSelectedCells ( const TypeSet< RowCol > &  ,
bool  mapfromsource 
)

◆ setSelectionBehavior()

void uiTableView::setSelectionBehavior ( SelectionBehavior  )

◆ setSelectionMode()

void uiTableView::setSelectionMode ( SelectionMode  )

◆ setSortingEnabled()

void uiTableView::setSortingEnabled ( bool  )

◆ sortByColumn()

void uiTableView::sortByColumn ( int  col,
bool  asc = true 
)

Friends And Related Function Documentation

◆ i_tableViewMessenger

friend class i_tableViewMessenger
friend

Member Data Documentation

◆ columndelegates_

ObjectSet<ODStyledItemDelegate> uiTableView::columndelegates_
protected

◆ doubleClicked

Notifier<uiTableView> uiTableView::doubleClicked

◆ horizontalheaderstate_

QByteArray* uiTableView::horizontalheaderstate_ = nullptr
protected

◆ odtableview_

ODTableView* uiTableView::odtableview_
protected

◆ qproxymodel_

QSortFilterProxyModel* uiTableView::qproxymodel_ = nullptr
protected

◆ selectionChanged

Notifier<uiTableView> uiTableView::selectionChanged

◆ tablemodel_

TableModel* uiTableView::tablemodel_ = nullptr
protected

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024