digiKam
|
Public Member Functions | |
Tile * | addChild (const int linearIndex, Tile *tilePointer) |
bool | childrenEmpty () const |
void | deleteChild (Tile *const childTile, const int knownLinearIndex=-1) |
Sets the pointer to a child tile to zero and deletes the child. More... | |
Tile * | getChild (const int linearIndex) |
int | nextNonEmptyIndex (int linearIndex) const |
returns the next non empty child index or -1. More... | |
Tile () | |
~Tile () | |
|
explicitdefault |
Digikam::AbstractMarkerTiler::Tile::~Tile | ( | ) |
AbstractMarkerTiler::Tile * Digikam::AbstractMarkerTiler::Tile::addChild | ( | const int | linearIndex, |
Tile * | tilePointer | ||
) |
References GEOIFACE_ASSERT.
bool Digikam::AbstractMarkerTiler::Tile::childrenEmpty | ( | ) | const |
void Digikam::AbstractMarkerTiler::Tile::deleteChild | ( | Tile *const | childTile, |
const int | knownLinearIndex = -1 |
||
) |
Sets the pointer to a child tile to zero and deletes the child.
AbstractMarkerTiler::Tile * Digikam::AbstractMarkerTiler::Tile::getChild | ( | const int | linearIndex | ) |
int Digikam::AbstractMarkerTiler::Tile::nextNonEmptyIndex | ( | int | linearIndex | ) | const |
returns the next non empty child index or -1.
Referenced by Digikam::AbstractMarkerTiler::NonEmptyIterator::nextIndex().