385 return Model::withdrawAt(position); |
385 return Model::withdrawAt(position); |
386 } |
386 } |
387 |
387 |
388 // ============================================================================= |
388 // ============================================================================= |
389 // |
389 // |
390 int LDDocument::getObjectCount() const |
|
391 { |
|
392 return countof(objects()); |
|
393 } |
|
394 |
|
395 // ============================================================================= |
|
396 // |
|
397 bool LDDocument::hasUnsavedChanges() const |
390 bool LDDocument::hasUnsavedChanges() const |
398 { |
391 { |
399 return not isCache() and history()->position() != savePosition(); |
392 return not isCache() and history()->position() != savePosition(); |
400 } |
393 } |
401 |
394 |