class SW_DLLPUBLIC SwCharFormats final : public SwFormatsBase
{ // function updating ByName index via modify friendvoid SwFormat::SetFormatName(const UIName&, bool);
// Only fails, if you try to insert the same object twice void insert(SwCharFormat* x);
// This will try to remove the exact object! void erase(const_iterator const& position);
// Get the iterator of the exact object (includes pointer!), // e.g for position with std::distance. // There is also ContainsFormat, if you don't need the position.
const_iterator find(const SwCharFormat* x) const;
size_t GetPos(const SwCharFormat* p) const;
// search for formats by name
ByName::const_iterator findByName(const UIName& name) const;
/// fast check if given format is contained here /// @precond pFormat must not have been deleted bool ContainsFormat(const SwCharFormat* pFormat) const;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.