|
| | DtConsoleLogWidget (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Widget) |
| | CTOR. More...
|
| |
| virtual | ~DtConsoleLogWidget () |
| | DTOR. More...
|
| |
| virtual bool | initiallyVisible () const |
| | Virtual function needed for controlling if the widget is docked visible. More...
|
| |
| | DtDockable (DtDe &de, const std::string &className) |
| | CTOR By default a dockable widget is not docked, call dock to attempt to dock this widget. More...
|
| |
| virtual | ~DtDockable () |
| | DTOR. More...
|
| |
| const std::string & | className () const |
| | The class name. More...
|
| |
| void | dock (Qt::DockWidgetArea area) |
| | Dock this dockable in the main window, this function should only be called once. More...
|
| |
| virtual bool | isDocked () const |
| | Check to see if we are in a container. More...
|
| |
| virtual void | setContainerVisible (bool visible) |
| | call either shows or hides container base upon the input. More...
|
| |
| virtual void | setContainerMovable (bool moveable) |
| | Set whether the container is moveable. More...
|
| |
| virtual void | setContainerFloatable (bool floatable) |
| | Set whether the container is floatable. More...
|
| |
| virtual void | setContainerClosable (bool closeable) |
| | Set whether the container is closeable. More...
|
| |
| virtual bool | isContainerHidden () const |
| | Returns true if container is hidden. More...
|
| |
| virtual bool | isContainerMovable () const |
| | Returns true if container is moveable. More...
|
| |
| virtual bool | isContainerFloatable () const |
| | Returns true if container is floatable. More...
|
| |
| virtual bool | isContainerClosable () const |
| | Returns true if container is closeable. More...
|
| |
| virtual void | showContainer () |
| | Show the container. More...
|
| |
| virtual void | hideContainer () |
| | Hide the container. More...
|
| |
| virtual void | floatContainer () |
| | Float the container. More...
|
| |
| virtual void | unfloatContainer () |
| | Un float the container. More...
|
| |
| virtual void | removeContainer () |
| | Untabs the container. More...
|
| |
| virtual Qt::DockWidgetArea | initialDockWidgetLocation () const |
| | Virtual function needed for controlling if the widget is docked visible. More...
|
| |
| virtual bool | containerTabbed () const |
| | Tells whether the container is tabbed or not. More...
|
| |
| virtual int | containerTabIndex () const |
| | If the container is tabbed, returns the position of the container inside the tab structure. More...
|
| |
| virtual void | getContainerTabbedGeometry (int &x, int &y, int &width, int &height) const |
| | Gets the geometry of the container if it is tabbed. More...
|
| |
| virtual QWidget * | container () |
| | Returns the QDockWidget or other container that holds this widget. More...
|
| |
| virtual void | setContainer (QWidget *cont) |
| | Set with the QDockWidget or other container that holds this widget. More...
|
| |
| virtual void | bringToTop () |
| | Brings the container to the front (when it is tabbed) More...
|
| |
| virtual void | setDockWidgetItem (DtDockWidgetItem *item) |
| | If this dockable is the target of a menu item, a pointer to to the associated menu item. More...
|
| |
| virtual DtDockWidgetItem * | dockWidgetItem () const |
| | Get the associated menu item, if any. More...
|
| |
| virtual void | connectContainerToDockItem () |
| | The menu item create does this the first time, but we need to do it explicitly on GUI restores. More...
|
| |
This widget displays the console log.