![]() |
LibrePCB Developers Documentation
|
The ComponentPinSignalMapModel class. More...
#include <componentpinsignalmapmodel.h>
Inherits QAbstractTableModel.
Collaboration diagram for ComponentPinSignalMapModel:Public Types | |
| enum | Column |
Public Member Functions | |
| ComponentPinSignalMapModel ()=delete | |
| ComponentPinSignalMapModel (const ComponentPinSignalMapModel &other)=delete | |
| ComponentPinSignalMapModel (QObject *parent=nullptr) noexcept | |
| ~ComponentPinSignalMapModel () noexcept | |
| void | setSymbolVariant (ComponentSymbolVariant *variant) noexcept |
| void | setSignalList (const ComponentSignalList *list) noexcept |
| void | setSymbolsCache (const std::shared_ptr< const LibraryElementCache > &cache) noexcept |
| void | setUndoStack (UndoStack *stack) noexcept |
| void | autoAssignSignals () noexcept |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
| Qt::ItemFlags | flags (const QModelIndex &index) const override |
| bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override |
| ComponentPinSignalMapModel & | operator= (const ComponentPinSignalMapModel &rhs) noexcept |
Private Member Functions | |
| void | symbolItemsEdited (const ComponentSymbolVariantItemList &list, int index, const std::shared_ptr< const ComponentSymbolVariantItem > &item, ComponentSymbolVariantItemList::Event event) noexcept |
| void | signalListEdited (const ComponentSignalList &list, int index, const std::shared_ptr< const ComponentSignal > &signal, ComponentSignalList::Event event) noexcept |
| void | execCmd (UndoCommand *cmd) |
| void | updateSignalComboBoxItems () noexcept |
| void | getRowItem (int row, int &symbolItemIndex, std::shared_ptr< ComponentSymbolVariantItem > &symbolItem, std::shared_ptr< ComponentPinSignalMapItem > &mapItem) const noexcept |
The ComponentPinSignalMapModel class.
| enum Column |
|
delete |
|
delete |
|
explicitnoexcept |
Here is the call graph for this function:
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
override |
Here is the call graph for this function:
|
override |
|
override |
Here is the call graph for this function:
|
override |
|
override |
|
override |
Here is the call graph for this function:
|
noexcept |
|
privatenoexcept |
|
privatenoexcept |
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
|
privatenoexcept |
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |