/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include"EditTransactionBase.h"// for EditTransactionBase, etc.
#include"EditorDOMPoint.h"// for EditorDOMPoint #include"EditorForwards.h"
#include"nsCOMPtr.h"// for nsCOMPtr #include"nsCycleCollectionParticipant.h" #include"nsIContent.h"// for nsIContent #include"nsISupportsImpl.h"// for NS_DECL_ISUPPORTS_INHERITED
namespace mozilla {
class EditorBase;
/** *Atransactionthatinsertsasingleelement
*/ class InsertNodeTransaction final : public EditTransactionBase { protected: template <typename PT, typename CT>
InsertNodeTransaction(EditorBase& aEditorBase, nsIContent& aContentToInsert, const EditorDOMPointBase<PT, CT>& aPointToInsert);
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.