Simulacrum  1.2
Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
Simulacrum::SLightTable Class Reference

#include <lighttable.h>

Inheritance diagram for Simulacrum::SLightTable:
Inheritance graph
Collaboration diagram for Simulacrum::SLightTable:
Collaboration graph

Public Slots

void populateTools ()
 
void showMessage (const QString)
 
void addPanelWidget (QWidget *, const QString &title)
 
void addLayout (const QString title="Custom Layout", const QString layoutxml="")
 
void closeActiveLayout ()
 
void closeLayout (int)
 
void reset ()
 
void showCollectionMenu ()
 
void showLayoutMenu ()
 
void addToolWidget (QWidget *)
 
void newSSpaceAvailable (SSpace &)
 
void reloadPlugins ()
 
void reloadLayouts ()
 
void storeActiveLayout (QString name)
 
void loadPlugins ()
 
void clearPlugins ()
 
void showLayoutXML ()
 
void showMenu (bool)
 
void mobileDevice ()
 

Public Member Functions

 SLightTable (QWidget *parent=0, Qt::WindowFlags f=0)
 
virtual ~SLightTable ()
 
SSpaceCollectioncollection ()
 
SDynamicLayoutactiveLayout ()
 
BusyWidgetgeneralProgress ()
 

Static Public Member Functions

static std::string layoutsPath ()
 

Protected Member Functions

void resizeEvent (QResizeEvent *)
 

Constructor & Destructor Documentation

◆ SLightTable()

SLightTable::SLightTable ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

◆ ~SLightTable()

SLightTable::~SLightTable ( )
virtual

Member Function Documentation

◆ activeLayout()

SDynamicLayout * SLightTable::activeLayout ( )

◆ addLayout

void SLightTable::addLayout ( const QString  title = "Custom Layout",
const QString  layoutxml = "" 
)
slot

◆ addPanelWidget

void SLightTable::addPanelWidget ( QWidget *  newpanelwidget,
const QString &  title 
)
slot

◆ addToolWidget

void SLightTable::addToolWidget ( QWidget *  newwidg)
slot

◆ clearPlugins

void SLightTable::clearPlugins ( )
slot

◆ closeActiveLayout

void SLightTable::closeActiveLayout ( )
slot

◆ closeLayout

void SLightTable::closeLayout ( int  index)
slot

◆ collection()

SSpaceCollection & SLightTable::collection ( )

◆ generalProgress()

BusyWidget & SLightTable::generalProgress ( )

◆ layoutsPath()

std::string SLightTable::layoutsPath ( )
static

◆ loadPlugins

void SLightTable::loadPlugins ( )
slot

◆ mobileDevice

void SLightTable::mobileDevice ( )
slot

◆ newSSpaceAvailable

void SLightTable::newSSpaceAvailable ( SSpace newsspace)
slot

◆ populateTools

void SLightTable::populateTools ( )
slot

◆ reloadLayouts

void SLightTable::reloadLayouts ( )
slot

◆ reloadPlugins

void SLightTable::reloadPlugins ( )
slot

◆ reset

void SLightTable::reset ( )
slot

◆ resizeEvent()

void SLightTable::resizeEvent ( QResizeEvent *  event)
protected

◆ showCollectionMenu

void SLightTable::showCollectionMenu ( )
slot

◆ showLayoutMenu

void SLightTable::showLayoutMenu ( )
slot

◆ showLayoutXML

void SLightTable::showLayoutXML ( )
slot

◆ showMenu

void SLightTable::showMenu ( bool  vis)
slot

◆ showMessage

void SLightTable::showMessage ( const QString  newmsg)
slot

◆ storeActiveLayout

void SLightTable::storeActiveLayout ( QString  name)
slot

The documentation for this class was generated from the following files:
Simulacrum Project