LibrePCB Developers Documentation
AssemblyVariantListEditorWidget Class Referencefinal

The AssemblyVariantListEditorWidget class. More...

#include <assemblyvariantlisteditorwidget.h>

Inherits QWidget.

+ Collaboration diagram for AssemblyVariantListEditorWidget:

Signals

void currentItemChanged (int index)
 

Public Member Functions

 AssemblyVariantListEditorWidget (QWidget *parent=nullptr) noexcept
 
 AssemblyVariantListEditorWidget (const AssemblyVariantListEditorWidget &other)=delete
 
 ~AssemblyVariantListEditorWidget () noexcept
 
void setFrameStyle (int style) noexcept
 
void setReadOnly (bool readOnly) noexcept
 
void setReferences (UndoStack *undoStack, Circuit *circuit) noexcept
 
AssemblyVariantListEditorWidgetoperator= (const AssemblyVariantListEditorWidget &rhs)=delete
 

Private Attributes

QScopedPointer< AssemblyVariantListModelmModel
 
QScopedPointer< EditableTableWidgetmView
 

Detailed Description

Constructor & Destructor Documentation

◆ AssemblyVariantListEditorWidget() [1/2]

AssemblyVariantListEditorWidget ( QWidget *  parent = nullptr)
explicitnoexcept
+ Here is the call graph for this function:

◆ AssemblyVariantListEditorWidget() [2/2]

◆ ~AssemblyVariantListEditorWidget()

Member Function Documentation

◆ setFrameStyle()

void setFrameStyle ( int  style)
noexcept

◆ setReadOnly()

void setReadOnly ( bool  readOnly)
noexcept

◆ setReferences()

void setReferences ( UndoStack undoStack,
Circuit circuit 
)
noexcept

◆ operator=()

◆ currentItemChanged

void currentItemChanged ( int  index)
signal
+ Here is the caller graph for this function:

Member Data Documentation

◆ mModel

QScopedPointer<AssemblyVariantListModel> mModel
private

◆ mView

QScopedPointer<EditableTableWidget> mView
private

The documentation for this class was generated from the following files: