OpenCOVER
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Signals | Public Member Functions | List of all members
opencover::coTUITabFolder Class Reference

#include <coTabletUI.h>

Inheritance diagram for opencover::coTUITabFolder:
Inheritance graph
[legend]
Collaboration diagram for opencover::coTUITabFolder:
Collaboration graph
[legend]

Signals

void tabletEvent ()
 
void tabletPressEvent ()
 
void tabletReleaseEvent ()
 

Public Member Functions

 coTUITabFolder (const std::string &, int pID=1)
 
 coTUITabFolder (coTabletUI *tui, const std::string &, int pID=1)
 
 coTUITabFolder (QObject *parent, const std::string &, int pID=1)
 
virtual ~coTUITabFolder ()
 
virtual void parseMessage (covise::TokenBuffer &tb) override
 
- Public Member Functions inherited from opencover::coTUIElement
 coTUIElement (const std::string &, int pID=1)
 
 coTUIElement (QObject *parent, const std::string &, int pID)
 
 coTUIElement (QObject *parent, const std::string &, int pID, int type)
 
virtual ~coTUIElement ()
 
virtual void resend (bool create) override
 
virtual void setEventListener (coTUIListener *)
 
virtual coTUIListenergetMenuListener () override
 
void createSimple (int type)
 
coTabletUItui () const
 

Additional Inherited Members

- Public Slots inherited from opencover::coTUIElement
void setVal (const std::string &value)
 
void setVal (bool value)
 
void setVal (int value)
 
void setVal (float value)
 
void setVal (int type, int value)
 
void setVal (int type, float value)
 
void setVal (int type, int value, const std::string &nodePath)
 
void setVal (int type, const std::string &nodePath, const std::string &simPath, const std::string &simName)
 
void setVal (int type, int value, const std::string &nodePath, const std::string &simPath)
 
int getID () const
 
virtual void setPos (int, int) override
 
virtual void setSize (int, int) override
 
virtual void setLabel (const char *l) override
 
virtual void setLabel (const std::string &l)
 
virtual void setColor (Qt::GlobalColor)
 
virtual void setHidden (bool)
 
virtual void setEnabled (bool)
 
std::string getName () const
 
- Protected Member Functions inherited from opencover::coTUIElement
 coTUIElement (const std::string &, int pID, int type)
 
 coTUIElement (coTabletUI *tui, const std::string &, int pID, int type)
 
- Protected Attributes inherited from opencover::coTUIElement
int type = -1
 
int parentID
 
std::string label
 label of this element More...
 
int ID
 unique ID More...
 
int xs
 
int ys
 
int xp
 
int yp
 
Qt::GlobalColor color
 
bool hidden = false
 
bool enabled = true
 
coTUIListenerlistener = nullptr
 event listener More...
 
coTabletUIm_tui = nullptr
 
- Properties inherited from opencover::coTUIElement
int id
 
std::string name
 name of this element More...
 

Detailed Description

a tab folder.

Constructor & Destructor Documentation

opencover::coTUITabFolder::coTUITabFolder ( const std::string &  ,
int  pID = 1 
)
opencover::coTUITabFolder::coTUITabFolder ( coTabletUI tui,
const std::string &  ,
int  pID = 1 
)
opencover::coTUITabFolder::coTUITabFolder ( QObject *  parent,
const std::string &  ,
int  pID = 1 
)
virtual opencover::coTUITabFolder::~coTUITabFolder ( )
virtual

Member Function Documentation

virtual void opencover::coTUITabFolder::parseMessage ( covise::TokenBuffer &  tb)
overridevirtual

Reimplemented from opencover::coTUIElement.

void opencover::coTUITabFolder::tabletEvent ( )
signal
void opencover::coTUITabFolder::tabletPressEvent ( )
signal
void opencover::coTUITabFolder::tabletReleaseEvent ( )
signal

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