#include <SelectPKey.h>
Signals | |
| void | pkeysChanged (const std::vector< size_t > &) |
Public Member Functions | |
| SelectPKey (QWidget *parent=0) | |
| void | updateColumns (te::da::DataSet *dset) |
| ~SelectPKey () | |
Protected Slots | |
| void | on_m_selectAllPushButton_clicked () |
| void | on_m_unselectAllPushButton_clicked () |
| void | on_m_updateKeysPushButton_clicked () |
Private Attributes | |
| Ui::SelectPKey * | m_ui |
Definition at line 40 of file SelectPKey.h.
| SelectPKey::SelectPKey | ( | QWidget * | parent = 0 | ) |
Definition at line 22 of file SelectPKey.cpp.
References m_ui.
| SelectPKey::~SelectPKey | ( | ) |
Definition at line 29 of file SelectPKey.cpp.
References m_ui.
|
protectedslot |
Definition at line 34 of file SelectPKey.cpp.
References m_ui, and updateChecks().
|
protectedslot |
Definition at line 39 of file SelectPKey.cpp.
References m_ui, and updateChecks().
|
protectedslot |
Definition at line 44 of file SelectPKey.cpp.
References m_ui, and pkeysChanged().
|
signal |
Referenced by on_m_updateKeysPushButton_clicked().
| void SelectPKey::updateColumns | ( | te::da::DataSet * | dset | ) |
Definition at line 57 of file SelectPKey.cpp.
References te::dt::GEOMETRY_TYPE, te::da::DataSet::getNumProperties(), te::da::DataSet::getPropertyDataType(), te::da::DataSet::getPropertyName(), and m_ui.
Referenced by TabularViewerEx::updateViewer().
|
private |
Definition at line 64 of file SelectPKey.h.
Referenced by on_m_selectAllPushButton_clicked(), on_m_unselectAllPushButton_clicked(), on_m_updateKeysPushButton_clicked(), SelectPKey(), updateColumns(), and ~SelectPKey().