Analitza
container.h
Go to the documentation of this file.
50 none=0,
60 domainofapplication
81 ContainerType containerType() const { Q_ASSERT(m_type==Object::container && m_cont_type!=none); return m_cont_type; }
Describes a container as a lt;otherwise> tag.
Definition: container.h:59
Describes a container as a lt;downlimit> tag.
Definition: container.h:56
Container::iterator end()
Returns the end iterator on the contained object list.
Definition: container.h:111
void insertBranch(Container::iterator before, Object *o)
Adds a o branch right after before of the Container.
Definition: container.h:93
Container::iterator begin()
Returns the begin iterator on the contained object list.
Definition: container.h:102
Container represents special tags of MathML called containers.
Definition: container.h:44
Definition: object.h:38
Container::const_iterator constEnd() const
Returns the end iterator on the contained object list.
Definition: container.h:108
ContainerType
Is used to describe Container objects in reference to the MathML standard.
Definition: container.h:49
Describes a container as a lt;piecewise> tag.
Definition: container.h:58
Container::const_iterator constBegin() const
Returns the begin iterator on the contained object list.
Definition: container.h:105
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.