Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CModelChannelIndicatorPanel Class Reference

#include <CModelChannelIndicatorPanel.hpp>

Inheritance diagram for CModelChannelIndicatorPanel:
[legend]
Collaboration diagram for CModelChannelIndicatorPanel:
[legend]

Public Member Functions

 CModelChannelIndicatorPanel (std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > channelsRef)
 
virtual void updateFrameData ()
 
virtual bool isCellActive (uint64_t indRow, uint64_t indCol) const
 
virtual bool hasBackground (uint64_t indRow, uint64_t indColumn, iv::types::color *rgbBackground) const
 

Private Member Functions

void addColumns (CList *list) override
 
uint64_t numRows () const override
 
std::shared_ptr< CDataListgetDataCell (uint64_t indRow, uint64_t indColumn) const override
 
bool hasForeground (uint64_t indRow, uint64_t indColumn, iv::types::color *rgbForeground) const override
 

Private Attributes

std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > m_channelsRef
 

Constructor & Destructor Documentation

◆ CModelChannelIndicatorPanel()

CModelChannelIndicatorPanel::CModelChannelIndicatorPanel ( std::shared_ptr< std::vector< std::weak_ptr< iv::channels::AbstractChannel > > > channelsRef)
explicit

Member Function Documentation

◆ addColumns()

void CModelChannelIndicatorPanel::addColumns ( CList * list)
overrideprivatevirtual

Reimplemented from IModelList.

◆ getDataCell()

std::shared_ptr< CDataList > CModelChannelIndicatorPanel::getDataCell ( uint64_t indRow,
uint64_t indColumn ) const
nodiscardoverrideprivatevirtual

Implements IModelList.

◆ hasBackground()

virtual bool IModelList::hasBackground ( uint64_t indRow,
uint64_t indColumn,
iv::types::color * rgbBackground ) const
inlinevirtualinherited

◆ hasForeground()

bool CModelChannelIndicatorPanel::hasForeground ( uint64_t indRow,
uint64_t indColumn,
iv::types::color * rgbForeground ) const
overrideprivatevirtual

Reimplemented from IModelList.

◆ isCellActive()

virtual bool IModelList::isCellActive ( uint64_t indRow,
uint64_t indCol ) const
inlinenodiscardvirtualinherited

◆ numRows()

uint64_t CModelChannelIndicatorPanel::numRows ( ) const
nodiscardoverrideprivatevirtual

Implements IModelList.

◆ updateFrameData()

virtual void IModelList::updateFrameData ( )
inlinevirtualinherited

Member Data Documentation

◆ m_channelsRef

std::shared_ptr<std::vector<std::weak_ptr<iv::channels::AbstractChannel> > > CModelChannelIndicatorPanel::m_channelsRef
private

The documentation for this class was generated from the following files: