.. index:: pair: class; EE::UI::TabEvent .. _doxid-class_e_e_1_1_u_i_1_1_tab_event: class EE::UI::TabEvent ====================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class TabEvent: public :ref:`EE::Scene::Event` { public: // construction :target:`TabEvent`(:ref:`Node`* node, :ref:`UITab`* tabEvent, :ref:`Uint32` tabIndex, const :ref:`Uint32`& eventType); // methods :ref:`UITab`* :target:`getTab`() const; :ref:`Uint32` :target:`getTabIndex`() 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;