kspread
KSpread::ColumnCluster Class Reference
A pointer map to all column formats. More...
#include <Cluster.h>
Public Member Functions | |
| ColumnCluster () | |
| ~ColumnCluster () | |
| bool | autoDelete () const |
| void | clear () |
| ColumnFormat * | first () const |
| bool | insertColumn (int col) |
| void | insertElement (ColumnFormat *, int col) |
| ColumnFormat * | lookup (int col) |
| const ColumnFormat * | lookup (int col) const |
| ColumnFormat * | next (int col) const |
| void | operator= (const ColumnCluster &other) |
| bool | removeColumn (int col) |
| void | removeElement (int col) |
| void | setAutoDelete (bool) |
Detailed Description
A pointer map to all column formats.
- See also:
- Cluster
Definition at line 267 of file Cluster.h.
Constructor & Destructor Documentation
| ColumnCluster::ColumnCluster | ( | ) |
Definition at line 766 of file Cluster.cpp.
| ColumnCluster::~ColumnCluster | ( | ) |
Definition at line 775 of file Cluster.cpp.
Member Function Documentation
| bool ColumnCluster::autoDelete | ( | ) | const |
Definition at line 1014 of file Cluster.cpp.
| void ColumnCluster::clear | ( | ) |
Definition at line 834 of file Cluster.cpp.
| ColumnFormat* KSpread::ColumnCluster::first | ( | ) | const [inline] |
| bool ColumnCluster::insertColumn | ( | int | col | ) |
Definition at line 925 of file Cluster.cpp.
| void ColumnCluster::insertElement | ( | ColumnFormat * | lay, | |
| int | col | |||
| ) |
Definition at line 856 of file Cluster.cpp.
| ColumnFormat * ColumnCluster::lookup | ( | int | col | ) |
Definition at line 798 of file Cluster.cpp.
| const ColumnFormat * ColumnCluster::lookup | ( | int | col | ) | const |
Definition at line 816 of file Cluster.cpp.
| ColumnFormat * ColumnCluster::next | ( | int | col | ) | const |
Definition at line 1019 of file Cluster.cpp.
| void ColumnCluster::operator= | ( | const ColumnCluster & | other | ) |
Definition at line 1046 of file Cluster.cpp.
| bool ColumnCluster::removeColumn | ( | int | col | ) |
Definition at line 970 of file Cluster.cpp.
| void ColumnCluster::removeElement | ( | int | col | ) |
Definition at line 888 of file Cluster.cpp.
| void ColumnCluster::setAutoDelete | ( | bool | a | ) |
Definition at line 1009 of file Cluster.cpp.
The documentation for this class was generated from the following files:
