![]() |
LibrePCB Developers Documentation
|
The OrganizationsDbModel class. More...
#include <organizationsdbmodel.h>
Inherits QObject, and Model< ui::OrganizationDbData >.
Collaboration diagram for OrganizationsDbModel:Public Member Functions | |
| OrganizationsDbModel ()=delete | |
| OrganizationsDbModel (const OrganizationsDbModel &other)=delete | |
| OrganizationsDbModel (const WorkspaceLibraryDb &db, const WorkspaceSettings &ws, QObject *parent=nullptr) noexcept | |
| virtual | ~OrganizationsDbModel () noexcept |
| std::size_t | row_count () const override |
| std::optional< ui::OrganizationDbData > | row_data (std::size_t i) const override |
| OrganizationsDbModel & | operator= (const OrganizationsDbModel &rhs)=delete |
Private Member Functions | |
| void | refresh () noexcept |
Private Attributes | |
| const WorkspaceLibraryDb & | mDb |
| const WorkspaceSettings & | mSettings |
| std::vector< ui::OrganizationDbData > | mItems |
The OrganizationsDbModel class.
|
delete |
|
delete |
|
explicitnoexcept |
Here is the call graph for this function:
|
virtualnoexcept |
|
override |
|
override |
|
delete |
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |