Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <IModelTree.hpp>
Public Member Functions | |
IModelTree ()=default | |
virtual | ~IModelTree ()=default |
IModelTree (const IModelTree &other)=delete | |
IModelTree (IModelTree &&other)=delete | |
IModelTree & | operator= (const IModelTree &other)=delete |
IModelTree & | operator= (IModelTree &&other)=delete |
virtual uint64_t | numRows () const =0 |
virtual std::shared_ptr< CDataList > | getDataCell (uint64_t indRow, uint64_t indColumn) const =0 |
virtual uint64_t | getParentRow (uint64_t indRow) const =0 |
virtual void | addColumns (CTree *tree)=0 |
virtual bool | isCellActive (uint64_t indRow, uint64_t indCol) const |
virtual bool | hasForeground (uint64_t indRow, uint64_t indColumn, iv::types::color *rgbForeground) const |
virtual bool | hasBackground (uint64_t indRow, uint64_t indColumn, iv::types::color *rgbBackground) const |
Similar to CList but it will consider items with parents
|
default |
|
virtualdefault |
|
delete |
|
delete |
|
pure virtual |
|
nodiscardpure virtual |
|
nodiscardpure virtual |
|
inlinevirtual |
Reimplemented in iv::panels::editor::ModelTreeDownloadLogs.
|
inlinevirtual |
|
inlinenodiscardvirtual |
|
nodiscardpure virtual |
|
delete |
|
delete |