CFx SDK Documentation  2020SP3
Classes | Namespaces | Typedefs | Enumerations
DbTable.h File Reference
#include "TD_PackPush.h"
#include "DbBlockReference.h"
#include "DbTableStyle.h"
#include "DbDataLink.h"
#include "UInt32Array.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbTable
 

Namespaces

 OdDb
 

Typedefs

typedef OdSmartPtr< OdDbTableOdDbTablePtr
 

Enumerations

enum  OdDb::TableBreakOption {
  OdDb::kTableBreakNone = 0, OdDb::kTableBreakEnableBreaking = 0x01, OdDb::kTableBreakRepeatTopLabels = 0x02, OdDb::kTableBreakRepeatBottomLabels = 0x04,
  OdDb::kTableBreakAllowManualPositions = 0x08, OdDb::kTableBreakAllowManualHeights = 0x10
}
 
enum  OdDb::TableBreakFlowDirection { OdDb::kTableBreakFlowRight = 0x1, OdDb::kTableBreakFlowDownOrUp = 0x2, OdDb::kTableBreakFlowLeft = 0x4 }
 
enum  OdDb::TableHitItem {
  OdDb::kTableHitNone = 0, OdDb::kTableHitCell = 0x1, OdDb::kTableHitRowIndicator = 0x2, OdDb::kTableHitColumnIndicator = 0x4,
  OdDb::kTableHitGridLine = 0x8
}
 

Typedef Documentation

◆ OdDbTablePtr

This template class is a specialization of the OdSmartPtr class for OdDbTable object pointers.

Definition at line 4983 of file DbTable.h.