.. index:: pair: class; EE::UI::DocSyntaxDefEvent .. _doxid-class_e_e_1_1_u_i_1_1_doc_syntax_def_event: class EE::UI::DocSyntaxDefEvent =============================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class DocSyntaxDefEvent: public :ref:`EE::UI::DocEvent` { public: // construction :target:`DocSyntaxDefEvent`(:ref:`Node`* node, :ref:`TextDocument`* doc, const :ref:`Uint32`& eventType, const std::string& oldLang, const std::string& newLang); // methods const std::string& :target:`getOldLang`() const; const std::string& :target:`getNewLang`() const; }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // enums enum :ref:`EventType`; // methods :ref:`Node`* :ref:`getNode`() const; const :ref:`Uint32`& :ref:`getType`() const; const :ref:`Uint32`& :ref:`getCallbackId`() const; const :ref:`MouseEvent`* :ref:`asMouseEvent`() const; const :ref:`KeyEvent`* :ref:`asKeyEvent`() const; const :ref:`DropEvent`* :ref:`asDropEvent`() const; const :ref:`TextEvent`* :ref:`asTextEvent`() const; const :ref:`TextInputEvent`* :ref:`asTextInputEvent`() const; const :ref:`WindowEvent`* :ref:`asWindowEvent`() const; const :ref:`ItemValueEvent`* :ref:`asItemValueEvent`() const; const :ref:`RowCreatedEvent`* :ref:`asRowCreatedEvent`() const; const :ref:`FocusEvent`* :ref:`asFocusEvent`() const; :ref:`TextDocument`* :ref:`getDoc`() const;