A special view class which sends the messages from the application to the editor and embeds it in a window. More...
#include <BrowserView.h>
Public Member Functions | |
BrowserView (QWidget *parent) | |
Constructs a BrowserView which is a child of 'parent', with the name 'name'. More... | |
bool | canClose (void) |
Checking on close state. More... | |
const char * | getName (void) const |
returns the name of the view (important for messages) More... | |
virtual PyObject * | getPyObject (void) |
This method returns the Python wrapper for a C++ object. More... | |
void | load (const char *URL) |
void | load (const QUrl &url) |
void | OnChange (Base::Subject< const char * > &rCaller, const char *rcReason) |
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... | |
void | setHtml (const QString &HtmlCode, const QUrl &BaseUrl) |
void | stop (void) |
QUrl | url () const |
~BrowserView () | |
Destroys the object and frees any allocated resources. More... | |
Public Member Functions inherited from Gui::MDIView | |
virtual bool | canClose (void) |
overwrite when checking on close state More... | |
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=Qt::WindowFlags()) | |
View constructor Attach the view to the given document. More... | |
virtual bool | onHasMsg (const char *pMsg) const |
Message handler test. More... | |
virtual bool | onMsg (const char *pMsg, const char **ppReturn) |
Message handler. 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... | |
virtual QStringList | undoActions () const |
virtual QStringList | redoActions () const |
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=nullptr, std::string *subname=nullptr) const |
access getter for the active object list More... | |
void | setActiveObject (App::DocumentObject *o, const char *n, const char *subname=nullptr) |
bool | hasActiveObject (const char *n) const |
bool | isActiveObject (App::DocumentObject *o, const char *n, const char *subname=nullptr) 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... | |
virtual void | print () |
Print content of view. More... | |
virtual void | printPdf () |
Print to PDF file. More... | |
virtual void | printPreview () |
Show a preview dialog. More... | |
void | savePrinterSettings (QPrinter *printer) |
Save the printer configuration. More... | |
void | restorePrinterSettings (QPrinter *printer) |
Restore the printer configuration. More... | |
Public Member Functions inherited from Gui::BaseView | |
BaseView (Gui::Document *pcDocument=nullptr) | |
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 | onUpdate (void) |
get called when the document is updated More... | |
virtual void | onRename (Gui::Document *) |
get called when the document is renamed (change of its internal name) More... | |
Public Member Functions inherited from Base::BaseClass | |
BaseClass () | |
Construction. More... | |
BaseClass (const BaseClass &)=default | |
virtual PyObject * | getPyObject () |
This method returns the Python wrapper for a C++ object. More... | |
virtual Type | getTypeId () const |
bool | isDerivedFrom (const Type type) const |
BaseClass & | operator= (const BaseClass &)=default |
virtual void | setPyObject (PyObject *) |
virtual | ~BaseClass () |
Destruction. More... | |
Public Member Functions inherited from Gui::WindowParameter | |
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 () |
Protected Slots | |
bool | chckHostAllowed (const QString &host) |
void | onDownloadRequested (const QNetworkRequest &request) |
void | onLinkHovered (const QString &link, const QString &title, const QString &textContent) |
void | onLoadFinished (bool) |
void | onLoadProgress (int) |
void | onLoadStarted () |
void | onOpenLinkInExternalBrowser (const QUrl &url) |
void | onOpenLinkInNewWindow (const QUrl &) |
void | onUnsupportedContent (QNetworkReply *reply) |
void | onUpdateBrowserActions () |
void | onViewSource (const QUrl &url) |
void | urlFilter (const QUrl &url) |
Protected Slots inherited from Gui::MDIView | |
virtual void | windowStateChanged (MDIView *) |
This method gets called from the main window this view is attached to whenever the window state of the active view changes. More... | |
Additional Inherited Members | |
Public Types inherited from Gui::MDIView | |
enum | ViewMode { Child , TopLevel , FullScreen } |
MDI view mode enum. More... | |
Public Slots inherited from Gui::MDIView | |
virtual void | setOverrideCursor (const QCursor &) |
virtual void | restoreOverrideCursor () |
virtual void | print (QPrinter *printer) |
Signals inherited from Gui::MDIView | |
void | message (const QString &, int) |
Static Public Member Functions inherited from Base::BaseClass | |
static void * | create () |
static Type | getClassTypeId () |
static void | init () |
Static Public Member Functions inherited from Gui::WindowParameter | |
static ParameterGrp::handle | getDefaultParameter (void) |
get the parameters More... | |
Protected Member Functions inherited from Gui::MDIView | |
void | closeEvent (QCloseEvent *e) |
void | changeEvent (QEvent *e) |
Static Protected Member Functions inherited from Base::BaseClass | |
static void | initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) |
Protected Attributes inherited from Gui::MDIView | |
PyObject * | pythonObject |
Protected Attributes inherited from Gui::BaseView | |
bool | bIsDetached |
bool | bIsPassive |
A special view class which sends the messages from the application to the editor and embeds it in a window.
BrowserView::BrowserView | ( | QWidget * | parent | ) |
Constructs a BrowserView which is a child of 'parent', with the name 'name'.
References draftgeoutils.intersections::connect(), and App::Application::getUserAppDataDir().
BrowserView::~BrowserView | ( | ) |
Destroys the object and frees any allocated resources.
|
virtual |
Checking on close state.
Reimplemented from Gui::MDIView.
|
protectedslot |
|
virtual |
returns the name of the view (important for messages)
Reimplemented from Gui::BaseView.
|
virtual |
This method returns the Python wrapper for a C++ object.
It's in the responsibility of the programmer to do the correct reference counting. Basically there are two ways how to implement that: Either always return a new Python object then reference counting is not a matter or return always the same Python object then the reference counter must be incremented by one. However, it's absolutely forbidden to return always the same Python object without incrementing the reference counter.
The default implementation returns 'None'.
Reimplemented from Gui::MDIView.
References Base::BaseClass::init(), and WebGui::BrowserViewPy::init_type().
void BrowserView::load | ( | const char * | URL | ) |
Referenced by WebGui::UrlWidget::keyPressEvent(), load(), WebGui::BrowserViewPy::load(), draftguitools.gui_setstyle.Draft_SetStyle_TaskPanel::loadDefaults(), draftguitools.gui_setstyle.Draft_SetStyle_TaskPanel::onLoadStyle(), draftguitools.gui_setstyle.Draft_SetStyle_TaskPanel::onSaveStyle(), and urlFilter().
void BrowserView::load | ( | const QUrl & | url | ) |
void BrowserView::OnChange | ( | Base::Subject< const char * > & | rCaller, |
const char * | rcReason | ||
) |
|
protectedslot |
|
virtual |
Checks if the action pMsg is available.
This is for enabling/disabling the corresponding buttons or menu items for this action.
Reimplemented from Gui::MDIView.
|
protectedslot |
References Gui::getMainWindow(), Gui::MainWindow::showMessage(), and url().
|
protectedslot |
References Gui::getMainWindow(), and Gui::MainWindow::showMessage().
|
protectedslot |
References Gui::SequencerBar::getProgressBar(), and Gui::SequencerBar::instance().
|
protectedslot |
|
virtual |
Runs the action specified by pMsg.
Reimplemented from Gui::MDIView.
References WebGui::UrlWidget::display(), and stop().
|
protectedslot |
References url().
|
protectedslot |
References Gui::MainWindow::addWindow(), Gui::getMainWindow(), Gui::MainWindow::setActiveWindow(), and url().
|
protectedslot |
|
protectedslot |
References Gui::CommandManager::getCommandByName(), and Gui::Command::testActive().
|
protectedslot |
References Gui::MainWindow::addWindow(), Gui::getMainWindow(), and url().
void BrowserView::setHtml | ( | const QString & | HtmlCode, |
const QUrl & | BaseUrl | ||
) |
References stop().
Referenced by WebGui::BrowserViewPy::setHtml().
void BrowserView::stop | ( | void | ) |
QUrl BrowserView::url | ( | ) | const |
Referenced by WebGui::UrlWidget::display(), addonmanager_macro.Macro::fill_details_from_wiki(), load(), onDownloadRequested(), onLinkHovered(), onOpenLinkInExternalBrowser(), onOpenLinkInNewWindow(), onViewSource(), Addon.Addon::set_metadata(), Addon.Addon::to_cache(), WebGui::BrowserViewPy::url(), urlFilter(), and Addon.Addon::verify_url_and_branch().
|
protectedslot |