| 204 | } |
| 205 | |
| 206 | void Baker::setDisplayView(const char * display, const char * view) |
| 207 | { |
| 208 | if (!display || !view) |
| 209 | { |
| 210 | throw Exception("Both display and view must be set."); |
| 211 | } |
| 212 | |
| 213 | getImpl()->m_display = display; |
| 214 | getImpl()->m_view = view; |
| 215 | } |
| 216 | |
| 217 | void Baker::setShaperSize(int shapersize) |
| 218 | { |