The SchematicPagesDock class.
More...
#include <schematicpagesdock.h>
Inherits QDockWidget.
|
void | resizeEvent (QResizeEvent *event) noexcept override |
|
◆ SchematicPagesDock() [1/3]
◆ SchematicPagesDock() [2/3]
◆ SchematicPagesDock() [3/3]
◆ ~SchematicPagesDock()
◆ setBackgroundColor()
void setBackgroundColor |
( |
const QColor & |
c | ) |
|
|
inlinenoexcept |
◆ setSelectedSchematic()
void setSelectedSchematic |
( |
int |
index | ) |
|
|
noexcept |
◆ operator=()
◆ selectedSchematicChanged
void selectedSchematicChanged |
( |
int |
index | ) |
|
|
signal |
◆ addSchematicTriggered
void addSchematicTriggered |
( |
| ) |
|
|
signal |
◆ removeSchematicTriggered
void removeSchematicTriggered |
( |
int |
index | ) |
|
|
signal |
◆ renameSchematicTriggered
void renameSchematicTriggered |
( |
int |
index | ) |
|
|
signal |
◆ resizeEvent()
void resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
overrideprotectednoexcept |
◆ removeSelectedSchematic()
void removeSelectedSchematic |
( |
| ) |
|
|
privatenoexcept |
◆ renameSelectedSchematic()
void renameSelectedSchematic |
( |
| ) |
|
|
privatenoexcept |
◆ schematicAdded()
void schematicAdded |
( |
int |
newIndex | ) |
|
|
privatenoexcept |
◆ schematicRemoved()
void schematicRemoved |
( |
int |
oldIndex | ) |
|
|
privatenoexcept |
◆ schematicModified()
◆ updateSchematicNames()
void updateSchematicNames |
( |
| ) |
|
|
privatenoexcept |
◆ updateNextThumbnail()
void updateNextThumbnail |
( |
| ) |
|
|
privatenoexcept |
◆ thumbnailReady()
void thumbnailReady |
( |
int |
index, |
|
|
const QSize & |
pageSize, |
|
|
const QRectF |
margins, |
|
|
std::shared_ptr< QPicture > |
picture |
|
) |
| |
|
private |
◆ mProject
◆ mUndoStack
◆ mUi
QScopedPointer<Ui::SchematicPagesDock> mUi |
|
private |
◆ mBackgroundColor
◆ mScheduledThumbnailSchematics
QSet<Uuid> mScheduledThumbnailSchematics |
|
private |
◆ mCurrentThumbnailSchematic
tl::optional<Uuid> mCurrentThumbnailSchematic |
|
private |
◆ mThumbnailGenerator
◆ mThumbnailSettings
◆ mThumbnailTimer
◆ mSchematicConnections
QVector<QVector<QMetaObject::Connection> > mSchematicConnections |
|
private |
The documentation for this class was generated from the following files: