|
bool onHasMsg (const char *pMsg) const | |
| Checks if the action pMsg is available. More...
|
|
bool onMsg (const char *pMsg, const char **ppReturn) | |
| Runs the action specified by pMsg. More...
|
|
PythonEditorView (PythonEditor *editor, QWidget *parent) | |
|
~PythonEditorView () | |
|
bool canClose (void) | |
| Checking on close state. More...
|
|
EditorView (QPlainTextEdit *editor, QWidget *parent) | |
| Constructs a EditorView which is a child of 'parent', with the name 'name'. More...
|
|
QPlainTextEdit * getEditor () const | |
|
const char * getName (void) const | |
| returns the name of the view (important for messages) More...
|
|
void OnChange (Base::Subject< const char * > &rCaller, const char *rcReason) | |
|
void onUpdate (void) | |
| get called when the document is updated More...
|
|
void setDisplayName (DisplayName) | |
|
~EditorView () | |
| Destroys the object and frees any allocated resources. More...
|
|
bool open (const QString &f) | |
| Opens the file fileName. More...
|
|
bool saveAs () | |
| Saves the content of the editor to a file specified by the appearing file dialog. More...
|
|
void cut () | |
| Copies the selected text to the clipboard and deletes it from the text edit. More...
|
|
void copy () | |
| Copies any selected text to the clipboard. More...
|
|
void paste () | |
| Pastes the text from the clipboard into the text edit at the current cursor position. More...
|
|
void undo () | |
| Undoes the last operation. More...
|
|
void redo () | |
| Redoes the last operation. More...
|
|
void print () | |
| Shows the printer dialog. More...
|
|
void printPdf () | |
| Prints the document into a Pdf file. More...
|
|
void printPreview () | |
| Show a preview dialog. More...
|
|
void print (QPrinter *) | |
|
QStringList undoActions () const | |
| Get the undo history. More...
|
|
QStringList redoActions () const | |
| Get the redo history. More...
|
|
QString fileName () const | |
|
virtual void deleteSelf () | |
| delete itself More...
|
|
virtual PyObject * getPyObject () | |
| This method returns the Python wrapper for a C++ object. More...
|
|
MDIView (Gui::Document *pcDocument, QWidget *parent, Qt::WindowFlags wflags=0) | |
| View constructor Attach the view to the given document. More...
|
|
virtual void onRelabel (Gui::Document *pDoc) | |
| get called when the document is updated More...
|
|
virtual void viewAll () | |
|
~MDIView () | |
| View destructor Detach the view from the document, if attached. More...
|
|
QSize minimumSizeHint () const | |
|
virtual void setCurrentViewMode (ViewMode mode) | |
| If b is set to FullScreen the MDI view is displayed in full screen mode, if b is set to TopLevel then it is displayed as an own top-level window, otherwise (Normal) as tabbed window. More...
|
|
ViewMode currentViewMode () const | |
|
template<typename _T > |
_T getActiveObject (const char *name, App::DocumentObject **parent=0, std::string *subname=0) const | |
| access getter for the active object list More...
|
|
void setActiveObject (App::DocumentObject *o, const char *n, const char *subname=0) | |
|
bool hasActiveObject (const char *n) const | |
|
bool isActiveObject (App::DocumentObject *o, const char *n, const char *subname=0) const | |
|
virtual bool containsViewProvider (const ViewProvider *) const | |
| containsViewProvider Checks if the given view provider is part of this view. The default implementation returns false. More...
|
|
BaseView (Gui::Document *pcDocument=0) | |
| View constructor Attach the view to the given document. More...
|
|
virtual ~BaseView () | |
| View destructor Detach the view from the document, if attached! More...
|
|
void setDocument (Gui::Document *pcDocument) | |
| sets the view to another document (called by Application) More...
|
|
void onClose (void) | |
| is sent from the document in order to close the document More...
|
|
Gui::Document * getGuiDocument () const | |
| returns the document the view is attached to More...
|
|
App::Document * getAppDocument () const | |
| returns the document the view is attached to More...
|
|
bool isPassive (void) const | |
| indicates if the view is in passive mode More...
|
|
virtual void onRename (Gui::Document *) | |
| get called when the document is renamed (change of its internal name) More...
|
|
BaseClass () | |
| Construction. More...
|
|
virtual Type getTypeId (void) const | |
|
bool isDerivedFrom (const Type type) const | |
|
virtual void setPyObject (PyObject *) | |
|
virtual ~BaseClass () | |
| Destruction. More...
|
|
ParameterGrp::handle getWindowParameter (void) | |
| return the parameter group of this window More...
|
|
void OnChange (Base::Subject< const char * > &rCaller, const char *sReason) | |
|
bool setGroupName (const char *name) | |
| Sets the group of the window to name. More...
|
|
WindowParameter (const char *name) | |
|
virtual ~WindowParameter () | |
|