VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtConnectedSlavesWidget Class Reference

Displays all the connection slaves. More...

Inheritance diagram for makVrv::DtConnectedSlavesWidget:
Inheritance graph
[legend]

Public Member Functions

 DtConnectedSlavesWidget (DtDe &de, QWidget *parent)
 CTOR.
virtual ~DtConnectedSlavesWidget ()
 DTOR.
virtual DtConnectedSlavesLogiclogic ()
 Get this widget's logic.
virtual void onActivate ()
 On Activate call.
virtual void onDeactivate ()
 On Deactivate call.
virtual void onAddClient (const std::string &clientName, const std::string &clientType)
 On add client.
virtual void onRemoveClient (const std::string &clientName)
 On remove client.
virtual void setVisible (bool visible)
 Override for refresh.
- Public Member Functions inherited from makVrv::DtDockable
 DtDockable (DtDe &de, const std::string &className)
 CTOR By default a dockable widget is not docked, call dock to attempt to dock this widget.
virtual ~DtDockable ()
 DTOR.
const std::string & className () const
 The class name.
void dock (Qt::DockWidgetArea area)
 Dock this dockable in the main window, this function should only be called once.
virtual bool isDocked () const
 Check to see if we are in a container.
virtual void setContainerVisible (bool visible)
 call either shows or hides container base upon the input.
virtual void setContainerMovable (bool moveable)
 Set whether the container is moveable.
virtual void setContainerFloatable (bool floatable)
 Set whether the container is floatable.
virtual void setContainerClosable (bool closeable)
 Set whether the container is closeable.
virtual bool isContainerHidden () const
 Returns true if container is hidden.
virtual bool isContainerMovable () const
 Returns true if container is moveable.
virtual bool isContainerFloatable () const
 Returns true if container is floatable.
virtual bool isContainerClosable () const
 Returns true if container is closeable.
virtual void showContainer ()
 Show the container.
virtual void hideContainer ()
 Hide the container.
virtual void floatContainer ()
 Float the container.
virtual void unfloatContainer ()
 Un float the container.
virtual void removeContainer ()
 Untabs the container.
virtual bool initiallyVisible () const
 Virtual function needed for controlling if the widget is docked visible.
virtual Qt::DockWidgetArea initialDockWidgetLocation () const
 Virtual function needed for controlling if the widget is docked visible.
virtual bool containerTabbed () const
 Tells whether the container is tabbed or not.
virtual int containerTabIndex () const
 If the container is tabbed, returns the position of the container inside the tab structure.
virtual void getContainerTabbedGeometry (int &x, int &y, int &width, int &height) const
 Gets the geometry of the container if it is tabbed.
virtual QWidgetcontainer ()
 Returns the QDockWidget or other container that holds this widget.
virtual void setContainer (QWidget *cont)
 Set with the QDockWidget or other container that holds this widget.
virtual void bringToTop ()
 Brings the container to the front (when it is tabbed)
virtual void setDockWidgetItem (DtDockWidgetItem *item)
 If this dockable is the target of a menu item, a pointer to to the associated menu item.
virtual DtDockWidgetItemdockWidgetItem () const
 Get the associated menu item, if any.
virtual void connectContainerToDockItem ()
 The menu item create does this the first time, but we need to do it explicitly on GUI restores.

Protected Attributes

DtConnectedSlavesLogicmyLogic
- Protected Attributes inherited from makVrv::DtDockable
QWidgetmyContainer
 my Container widget
std::string myClassName
DtDemyDe
bool myIsFloatable
bool myIsClosable
bool myIsMovable
DtDockWidgetItemmyDockWidgetItem

Additional Inherited Members

- Protected Member Functions inherited from makVrv::DtDockable
QTabBartabBar () const
 Returns the container tab bar object if myContainer is tabbed.

Detailed Description

Displays all the connection slaves.

Constructor & Destructor Documentation

makVrv::DtConnectedSlavesWidget::DtConnectedSlavesWidget ( DtDe de,
QWidget parent 
)

CTOR.

virtual makVrv::DtConnectedSlavesWidget::~DtConnectedSlavesWidget ( )
virtual

DTOR.

Member Function Documentation

virtual DtConnectedSlavesLogic* makVrv::DtConnectedSlavesWidget::logic ( )
virtual

Get this widget's logic.

virtual void makVrv::DtConnectedSlavesWidget::onActivate ( )
virtual

On Activate call.

Implements makVrv::DtConnectedSlavesInterface.

virtual void makVrv::DtConnectedSlavesWidget::onDeactivate ( )
virtual

On Deactivate call.

Implements makVrv::DtConnectedSlavesInterface.

virtual void makVrv::DtConnectedSlavesWidget::onAddClient ( const std::string &  clientName,
const std::string &  clientType 
)
virtual

On add client.

Implements makVrv::DtConnectedSlavesInterface.

virtual void makVrv::DtConnectedSlavesWidget::onRemoveClient ( const std::string &  clientName)
virtual

On remove client.

Implements makVrv::DtConnectedSlavesInterface.

virtual void makVrv::DtConnectedSlavesWidget::setVisible ( bool  visible)
virtual

Override for refresh.

Member Data Documentation

DtConnectedSlavesLogic* makVrv::DtConnectedSlavesWidget::myLogic
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)