![]() |
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 588 of file mainwindow.cpp.
|
inline |
Definition at line 589 of file mainwindow.cpp.
References dataModel, langGuessed, and readWrite.
|
inline |
Definition at line 589 of file mainwindow.cpp.
| DataModel * OpenedFile::dataModel |
Definition at line 591 of file mainwindow.cpp.
Referenced by OpenedFile().
| bool OpenedFile::langGuessed |
Definition at line 593 of file mainwindow.cpp.
Referenced by OpenedFile().
| bool OpenedFile::readWrite |
Definition at line 592 of file mainwindow.cpp.
Referenced by OpenedFile().