- Status Closed
- Percent Complete
- Task Type Bug Report
- Category ECMAScript
-
Assigned To
andrew - Operating System All
- Severity High
- Priority Low
- Reported Version Development
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by Anonymous Submitter - 26.04.2011
Last edited by andrew - 26.04.2011
Opened by Anonymous Submitter - 26.04.2011
Last edited by andrew - 26.04.2011
FS#32 - REcmaDocument.h: queryIntersectedEntitiesXY() is missing
context:
'doc.queryIntersectedEntitiesXY'
RDocument.h:
QSet<REntity::Id> queryContainedEntities(
const RBox& box
);
QSet<REntity::Id> queryIntersectedEntitiesXY(
const RBox& box,
bool checkBoundingBoxOnly=false,
RBlock::Id blockId = RBlock::INVALID_ID,
const QList<RS::EntityType>& filter = QList<RS::EntityType>()
);
QSet<REntity::Id> queryContainedEntitiesXY(
const RBox& box
);
REcmaDocument.h:
static QScriptValue
queryContainedEntities(QScriptContext* context, QScriptEngine* engine);
static QScriptValue
queryContainedEntitiesXY(QScriptContext* context, QScriptEngine* engine);
static QScriptValue
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
fix applied, requires testing
works here