swift
|
swift data entry control (aka mapping tool) More...
Public Member Functions | |
CSwiftData (QWidget *parent=nullptr) | |
Constructor. | |
virtual | ~CSwiftData () |
Destructor. | |
![]() | |
const CIdentifier & | identifier () const |
Get identifier. | |
void | setIdentifier (const CIdentifier &identifier) |
Set identifier, allows to set an external identifier. | |
bool | isMyIdentifier (const CIdentifier &otherIdentifier) const |
My identifier? | |
![]() | |
virtual | ~IMainWindowAccess () |
Destructor. | |
IMainWindowAccess () | |
Ctor. | |
IMainWindowAccess (const IMainWindowAccess &)=delete | |
Copy constructor. | |
IMainWindowAccess & | operator= (const IMainWindowAccess &)=delete |
Copy assignment operator. | |
virtual bool | displayInStatusBar (const swift::misc::CStatusMessage &message) |
Display in status bar. | |
virtual bool | displayInOverlayWindow (const swift::misc::CStatusMessage &message, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
Display in overlay window. | |
virtual bool | displayInOverlayWindow (const swift::misc::CStatusMessageList &messages, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
Display in overlay window. | |
virtual bool | displayInOverlayWindow (const QString &html, std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
Display in overlay window. | |
Protected Member Functions | |
QMainWindow events | |
virtual void | closeEvent (QCloseEvent *event) |
![]() | |
CIdentifiable (const QString &objectName) | |
Use literal based object name. | |
CIdentifiable (QObject *nameProvider) | |
Connect with QObject providing the name. | |
CIdentifiable () | |
Construct without a name. | |
~CIdentifiable () | |
Destructor. | |
CIdentifiable (const CIdentifiable &)=default | |
Copy constructor. | |
CIdentifiable & | operator= (const CIdentifiable &)=default |
Copy assignment operator. | |
Additional Inherited Members | |
![]() | |
components::CLogComponent * | m_mwaLogComponent = nullptr |
the log component if any | |
CManagedStatusBar * | m_mwaStatusBar = nullptr |
status bar if any | |
COverlayMessagesFrame * | m_mwaOverlayFrame = nullptr |
overlay messages if any | |
swift data entry control (aka mapping tool)
Definition at line 37 of file swiftdata.h.
|
protectedvirtual |
Definition at line 64 of file swiftdata.cpp.