Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PVR::GridItem Struct Reference

#include <GUIEPGGridContainerModel.h>

Public Member Functions

 GridItem (const std::shared_ptr< CFileItem > &_item, float _width, int _startBlock, int _endBlock)
 
bool operator== (const GridItem &other) const
 

Public Attributes

std::shared_ptr< CFileItemitem
 
float originWidth = 0.0f
 
float width = 0.0f
 
int startBlock = 0
 
int endBlock = 0
 

Constructor & Destructor Documentation

◆ GridItem()

PVR::GridItem::GridItem ( const std::shared_ptr< CFileItem > & _item,
float _width,
int _startBlock,
int _endBlock )
inline

Member Function Documentation

◆ operator==()

bool PVR::GridItem::operator== ( const GridItem & other) const
inline

Member Data Documentation

◆ endBlock

int PVR::GridItem::endBlock = 0

◆ item

std::shared_ptr<CFileItem> PVR::GridItem::item

◆ originWidth

float PVR::GridItem::originWidth = 0.0f

◆ startBlock

int PVR::GridItem::startBlock = 0

◆ width

float PVR::GridItem::width = 0.0f

The documentation for this struct was generated from the following file: