Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
OpenedFile Struct Reference
+ Collaboration diagram for OpenedFile:

Public Member Functions

 OpenedFile (DataModel *_dataModel, bool _readWrite, bool _langGuessed)
 
 OpenedFile (DataModel *_dataModel, bool _readWrite, bool _langGuessed)
 

Public Attributes

DataModeldataModel
 
bool readWrite
 
bool langGuessed
 

Detailed Description

Definition at line 556 of file mainwindow.cpp.

Constructor & Destructor Documentation

◆ OpenedFile() [1/2]

OpenedFile::OpenedFile ( DataModel * _dataModel,
bool _readWrite,
bool _langGuessed )
inline

Definition at line 557 of file mainwindow.cpp.

References dataModel, langGuessed, and readWrite.

◆ OpenedFile() [2/2]

OpenedFile::OpenedFile ( DataModel * _dataModel,
bool _readWrite,
bool _langGuessed )
inline

Definition at line 557 of file mainwindow.cpp.

Member Data Documentation

◆ dataModel

DataModel * OpenedFile::dataModel

Definition at line 559 of file mainwindow.cpp.

Referenced by OpenedFile().

◆ langGuessed

bool OpenedFile::langGuessed

Definition at line 561 of file mainwindow.cpp.

Referenced by OpenedFile().

◆ readWrite

bool OpenedFile::readWrite

Definition at line 560 of file mainwindow.cpp.

Referenced by OpenedFile().


The documentation for this struct was generated from the following file: