|
QCAD
Open Source 2D CAD
|
Functions | |
| void | createDocument () |
| Creates an (off-screen) document. | |
| void | createDocumentInterface () |
| Creates an (off-screen) document with a document interface that can be used to import / export to / from files or graphics scenes and views. | |
| void | createOffScreenDocument () |
| void | disableInput () |
| Disables the main application window to prevent user input. | |
| void | enableInput () |
| Enables the main application window to allow user input. | |
| void | getDocument () |
| Returns the current RDocument or undefined. | |
| void | getDocumentInterface () |
| Returns the current RDocumentInterface or undefined. | |
| void | getGraphicsView () |
| Returns the current or last active RGraphicsView. | |
| void | getMainWindow () |
| Returns a pointer to the main application window (RMainWindowQt). | |
| void | isInputEnabled () |
| Returns true if user input is enabled. | |
| void | sleep (void d) |
| Sleeps for the indicated time in milliseconds. | |
| void | update () |
| Keeps the user interface up to date during long operations. | |
| void | warning (void msg) |
| Prints a warning to stdout. | |
| void createOffScreenDocument | ( | ) |