Changeset f467c6 for molecuilder/src/UIElements/Dialog.cpp
- Timestamp:
- Feb 25, 2010, 1:01:36 PM (16 years ago)
- Children:
- d50264
- Parents:
- 1614a17
- File:
-
- 1 edited
-
molecuilder/src/UIElements/Dialog.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/Dialog.cpp
r1614a17 rf467c6 129 129 *target = *tmp; 130 130 } 131 132 // Element Queries 133 Dialog::ElementQuery::ElementQuery(std::string title, element **_target) : 134 Query(title), 135 target(_target), 136 tmp(0) 137 {} 138 139 Dialog::ElementQuery::~ElementQuery(){} 140 141 void Dialog::ElementQuery::setResult(){ 142 *target=tmp; 143 }
Note:
See TracChangeset
for help on using the changeset viewer.
