mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 14:07:43 +00:00
Implemented: Application icons; OpenSceneGraph to handle OpenGL with Qt; devicePixelRatio() for handing render on highDPI displays; Sample 3D with handler; MouseHandler not yet working as expected (WIP)
This commit is contained in:
committed by
Thomas Krijnen
parent
f824ee8ca4
commit
9e9b294f44
@@ -7,14 +7,6 @@
|
||||
|
||||
class ParseIfcFile : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
signals:
|
||||
void parsingInfo(const QString& info);
|
||||
|
||||
private:
|
||||
void outputMsg(const std::string& msg);
|
||||
|
||||
public:
|
||||
ParseIfcFile();
|
||||
~ParseIfcFile();
|
||||
@@ -22,4 +14,4 @@ public:
|
||||
void Parse(const std::string& filePath);
|
||||
};
|
||||
|
||||
#endif // PARSEIFCFILE_H
|
||||
#endif // PARSEIFCFILE_H
|
||||
|
||||
Reference in New Issue
Block a user