mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T246, extended the DB components a bit
* change signals * distributor selection * public slots -> public * renamings
This commit is contained in:
@@ -57,6 +57,16 @@ namespace BlackGui
|
||||
ui->filter_Distributor->setSimulator(simulator);
|
||||
}
|
||||
|
||||
CDistributorList CDbDistributorComponent::getSelectedDistributors() const
|
||||
{
|
||||
return ui->tvp_Distributors->selectedObjects();
|
||||
}
|
||||
|
||||
bool CDbDistributorComponent::hasSelectedDistributors() const
|
||||
{
|
||||
return ui->tvp_Distributors->hasSelection();
|
||||
}
|
||||
|
||||
void CDbDistributorComponent::distributorsRead(CEntityFlags::Entity entity, CEntityFlags::ReadState readState, int count)
|
||||
{
|
||||
Q_UNUSED(count);
|
||||
|
||||
Reference in New Issue
Block a user