DD::Image::Table_KnobI::Column Struct Reference

List of all members.

Public Member Functions

 Column (const std::string &name, const std::string &title, ColumnType type, int width)
 Column (const std::string &name, const std::string &title, ColumnType type, bool editable, int width, bool uniqueStringContents=false, AnimCurveColumnInterpolationType interpType=Default, bool visible=true)

Public Attributes

std::string _name
std::string _title
ColumnType _type
bool _editable
int _width
bool _uniqueStringContents
AnimCurveColumnInterpolationType _interpType
bool _visible

Detailed Description

Column names must be unique per Table_KnobI and should not contain spaces, as they are used for lookups and serialisation