CFx SDK Documentation  2022 SP0
Public Member Functions | Public Attributes | List of all members
OdCellRange Class Reference

#include <DbTableStyle.h>

Public Member Functions

 OdCellRange ()
 
 OdCellRange (OdInt32 topRow, OdInt32 leftColumn, OdInt32 bottomRow, OdInt32 rightColumn)
 
bool operator== (const OdCellRange &range) const
 
bool operator!= (const OdCellRange &range) const
 

Public Attributes

OdInt32 m_topRow
 
OdInt32 m_leftColumn
 
OdInt32 m_bottomRow
 
OdInt32 m_rightColumn
 

Detailed Description

This class represents the parameters of cells for OdDbTable entities..

<group Other_Classes>

Definition at line 341 of file DbTableStyle.h.

Constructor & Destructor Documentation

◆ OdCellRange() [1/2]

OdCellRange::OdCellRange ( )
inline

Definition at line 349 of file DbTableStyle.h.

◆ OdCellRange() [2/2]

OdCellRange::OdCellRange ( OdInt32  topRow,
OdInt32  leftColumn,
OdInt32  bottomRow,
OdInt32  rightColumn 
)
inline

Definition at line 354 of file DbTableStyle.h.

Member Function Documentation

◆ operator!=()

bool OdCellRange::operator!= ( const OdCellRange range) const
inline

Definition at line 369 of file DbTableStyle.h.

◆ operator==()

bool OdCellRange::operator== ( const OdCellRange range) const
inline

Definition at line 361 of file DbTableStyle.h.

Member Data Documentation

◆ m_bottomRow

OdInt32 OdCellRange::m_bottomRow

Definition at line 346 of file DbTableStyle.h.

◆ m_leftColumn

OdInt32 OdCellRange::m_leftColumn

Definition at line 345 of file DbTableStyle.h.

◆ m_rightColumn

OdInt32 OdCellRange::m_rightColumn

Definition at line 347 of file DbTableStyle.h.

◆ m_topRow

OdInt32 OdCellRange::m_topRow

Definition at line 344 of file DbTableStyle.h.


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