1#ifndef LIBS_GUI_CEVENTSELECTED_HPP_
2#define LIBS_GUI_CEVENTSELECTED_HPP_
10 uint64_t indRowSelected);
Definition AbstractComponentGUI.hpp:30
Definition CDialog.hpp:21
Definition CEventClick.hpp:9
Definition CEventSelected.hpp:7
uint64_t getRowSelected() const
Definition CEventSelected.cpp:17
uint64_t m_indColSelected
Definition CEventSelected.hpp:17
~CEventSelected() override
CEventSelected(CDialog *dlgFather, AbstractComponentGUI *component, uint64_t indColSelected, uint64_t indRowSelected)
Definition CEventSelected.cpp:3
uint64_t m_indRowSelected
Definition CEventSelected.hpp:18
uint64_t getColSelected() const
Definition CEventSelected.cpp:12