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 845 of file Cluster.cpp.
| ColumnCluster::~ColumnCluster | ( | ) |
Definition at line 854 of file Cluster.cpp.
Member Function Documentation
| bool ColumnCluster::autoDelete | ( | ) | const |
Definition at line 1120 of file Cluster.cpp.
| void ColumnCluster::clear | ( | ) |
Definition at line 919 of file Cluster.cpp.
| ColumnFormat* KSpread::ColumnCluster::first | ( | ) | const [inline] |
| bool ColumnCluster::insertColumn | ( | int | col | ) |
Definition at line 1021 of file Cluster.cpp.
| void ColumnCluster::insertElement | ( | ColumnFormat * | lay, | |
| int | col | |||
| ) |
Definition at line 945 of file Cluster.cpp.
| ColumnFormat * ColumnCluster::lookup | ( | int | col | ) |
Definition at line 881 of file Cluster.cpp.
| const ColumnFormat * ColumnCluster::lookup | ( | int | col | ) | const |
Definition at line 900 of file Cluster.cpp.
| ColumnFormat * ColumnCluster::next | ( | int | col | ) | const |
Definition at line 1125 of file Cluster.cpp.
| void ColumnCluster::operator= | ( | const ColumnCluster & | other | ) |
Definition at line 1157 of file Cluster.cpp.
| bool ColumnCluster::removeColumn | ( | int | col | ) |
Definition at line 1071 of file Cluster.cpp.
| void ColumnCluster::removeElement | ( | int | col | ) |
Definition at line 980 of file Cluster.cpp.
| void ColumnCluster::setAutoDelete | ( | bool | a | ) |
Definition at line 1115 of file Cluster.cpp.
The documentation for this class was generated from the following files:
