projectpanel/projectexplorer: added select all/deselect all functionality
This commit is contained in:
@@ -103,6 +103,16 @@ ProjectViewModel *ProjectPanel::model()
|
||||
return explorer_->model();
|
||||
}
|
||||
|
||||
void ProjectPanel::SelectAll()
|
||||
{
|
||||
explorer_->SelectAll();
|
||||
}
|
||||
|
||||
void ProjectPanel::DeselectAll()
|
||||
{
|
||||
explorer_->DeselectAll();
|
||||
}
|
||||
|
||||
void ProjectPanel::Edit(Item* item)
|
||||
{
|
||||
explorer_->Edit(item);
|
||||
|
||||
Reference in New Issue
Block a user