![]() |
LibrePCB Developers Documentation
|
The CreateLibraryTab class. More...
#include <createlibrarytab.h>
Inheritance diagram for CreateLibraryTab:
Collaboration diagram for CreateLibraryTab:Signals | |
| void | libraryCreated (const FilePath &fp) |
Signals inherited from WindowTab | |
| void | panelPageRequested (ui::PanelPage p) |
| void | closeRequested () |
| void | closeEnforced () |
| void | statusBarMessageChanged (const QString &message, int timeoutMs) |
| void | cursorCoordinatesChanged (const Point &pos, const LengthUnit &unit) |
Public Member Functions | |
| CreateLibraryTab ()=delete | |
| CreateLibraryTab (const CreateLibraryTab &other)=delete | |
| CreateLibraryTab (GuiApplication &app, QObject *parent=nullptr) noexcept | |
| ~CreateLibraryTab () noexcept | |
| ui::TabData | getUiData () const noexcept override |
| const ui::CreateLibraryTabData & | getDerivedUiData () const noexcept |
| void | setDerivedUiData (const ui::CreateLibraryTabData &data) noexcept |
| void | trigger (ui::TabAction a) noexcept override |
| CreateLibraryTab & | operator= (const CreateLibraryTab &rhs)=delete |
Public Member Functions inherited from WindowTab | |
| WindowTab ()=delete | |
| WindowTab (const WindowTab &other)=delete | |
| WindowTab (GuiApplication &app, QObject *parent=nullptr) noexcept | |
| virtual | ~WindowTab () noexcept |
| virtual void | setUiData (const ui::TabData &data) noexcept |
| virtual void | activate () noexcept |
| virtual void | deactivate () noexcept |
| virtual slint::Image | renderScene (float width, float height, int scene) noexcept |
| virtual bool | processScenePointerEvent (const QPointF &pos, slint::private_api::PointerEvent e) noexcept |
| virtual bool | processSceneScrolled (const QPointF &pos, slint::private_api::PointerScrollEvent e) noexcept |
| virtual bool | processSceneKeyEvent (const slint::private_api::KeyEvent &e) noexcept |
| virtual bool | requestClose () noexcept |
| Request to close the tab. | |
| WindowTab & | operator= (const WindowTab &rhs)=delete |
Public Attributes | |
| Signal< CreateLibraryTab > | onDerivedUiDataChanged |
Public Attributes inherited from WindowTab | |
| Signal< WindowTab > | onUiDataChanged |
Private Member Functions | |
| void | validate () noexcept |
Private Attributes | |
| ui::CreateLibraryTabData | mUiData |
| std::optional< ElementName > | mName |
| std::optional< Version > | mVersion |
| std::optional< QUrl > | mUrl |
| FilePath | mDirectory |
Additional Inherited Members | |
Protected Attributes inherited from WindowTab | |
| GuiApplication & | mApp |
The CreateLibraryTab class.
|
delete |
|
delete |
|
explicitnoexcept |
Here is the call graph for this function:
|
noexcept |
|
overridevirtualnoexcept |
|
inlinenoexcept |
|
noexcept |
|
overridevirtualnoexcept |
|
delete |
|
signal |
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:| Signal<CreateLibraryTab> onDerivedUiDataChanged |
|
private |
|
private |
|
private |
|
private |
|
private |