Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
OpenedFile (DataModel *_dataModel, bool _readWrite, bool _langGuessed) | |
OpenedFile (DataModel *_dataModel, bool _readWrite, bool _langGuessed) | |
Public Attributes | |
DataModel * | dataModel |
bool | readWrite |
bool | langGuessed |
Definition at line 556 of file mainwindow.cpp.
|
inline |
Definition at line 557 of file mainwindow.cpp.
References dataModel, langGuessed, and readWrite.
|
inline |
Definition at line 557 of file mainwindow.cpp.
DataModel * OpenedFile::dataModel |
Definition at line 559 of file mainwindow.cpp.
Referenced by OpenedFile().
bool OpenedFile::langGuessed |
Definition at line 561 of file mainwindow.cpp.
Referenced by OpenedFile().
bool OpenedFile::readWrite |
Definition at line 560 of file mainwindow.cpp.
Referenced by OpenedFile().