forked from NREL/OpenStudio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace QT Signal/Slot in Model to compile
Replace QT's Signal/Slot interface with Nano-Signal-Slot `Workspace_Impl/RemoveWorkspaceObject` and `Workspace_Impl/addWorkspaceObject` both have function override duplicates, preventing them from being converted literally to nano-signal-slots, implemented as variables instead of functions. As a result, `Workspace_Impl/RemoveWorkspaceObjectPtr` and `Workspace_Impl/addWorkspaceObjectPtr` were created to handle slots requiring `std::shared_ptr<openstudio::detail::WorkspaceObject_Impl>` instead of `const WorkspaceObject&`. `onRemoveFromWorkspace` prototype changed from `void(Handle)` to `void(const Handle &)` in order to homogenize calls.
- Loading branch information
Chris Martin
committed
May 31, 2016
1 parent
141ad2a
commit 899b5dd
Showing
78 changed files
with
774 additions
and
500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,7 @@ test_fails.txt | |
/build-64/ | ||
/build_profile/ | ||
/build-profile/ | ||
|
||
*.sublime-workspace | ||
|
||
*.sublime-project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.