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

A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore. More...

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

Public Member Functions

 DtPersistenceToolbarWidget (DtDe &de, QWidget *p=0, Qt::WindowFlags f=0)
 CTOR.
virtual ~DtPersistenceToolbarWidget ()
 DTOR.
virtual void setPersistentStateName (const QString &name)
 Set the name of thing being saved.
virtual void queryImportFilePath (DtDe &de, const std::string &importType, const std::string &path, const std::string &fileFilter)
 Ask for a filename to import from fileFilter is the desired extension with no dot.
virtual void queryMergeFilePath (DtDe &de, const std::string &importType, const std::string &path, const std::string &fileFilter)
 Ask for a filename to merge from fileFilter is the desired extension with no dot.
virtual void queryExportFilePath (DtDe &de, const std::string &importType, const std::string &path, const std::string &fileFilter)
 Ask for a filename to export to fileFilter is the desired extension with no dot.
virtual void setSaveButtonShown (bool shown)
 Shows/hides save button. Default is hidden.
virtual void setSeparatorShown (bool shown)
 Shows/hides horizontal separator. Default is shown.
virtual void setMergeShown (bool shown)
 If true, shows merge button to allow merging of settings.
virtual void setExportShown (bool)
 If true will export selected item(s) to a file.
virtual void setImportShown (bool)
 If true will import settings.
virtual void setExportEnabled (bool)
 Sets whether or not export button is enabled.
virtual void setMergeEnabled (bool)
 Sets whether or not merge button is enabled.
virtual void setImportEnabled (bool)
 Sets whether or not import button is enabled.
virtual void setExportSelectedEnabled (bool)
 Sets whether or not export selected button is enabled.
virtual void setBackupRestoreEnabled (bool shown)
 Sets whether or not the restore from backup button is enabled.
virtual void setFactoryRestoreEnabled (bool shown)
 Sets whether or not the restore from factory button is enabled.
virtual void setBackup (DtBackupInterface *)
 Sets the backup object that will be used to restore from.
virtual void disableAllButtons (bool)
 Quick way to disable/enable all buttons.
- Public Member Functions inherited from makVrv::DtPersistenceControlsInterface
virtual ~DtPersistenceControlsInterface ()
 DTOR.

Protected Slots

virtual void on_myImportButton_clicked ()
virtual void on_myExportButton_clicked ()
virtual void on_myMergeButton_clicked ()
virtual void on_myExportSelectedButton_clicked ()
virtual void on_mySaveButton_clicked ()
virtual void on_myRestoreButton_clicked ()
virtual void on_myRestoreFactoryButton_clicked ()

Protected Member Functions

virtual void backupFileChanged (const DtBackupInterface *)
 Called from the backup manager when the status of restoring from backup or factory changes.
void setupGui ()
virtual QString willAlsoRestore (int) const
 If other items will be restored by either restoring local or factory, return text string which describes what will be restored.

Protected Attributes

DtDemyDe
DtBackupInterfacemyBackup
QLabelmyLabel
QPushButtonmyImportButton
QPushButtonmyExportButton
QPushButtonmyMergeButton
QPushButtonmyExportSelectedButton
QPushButtonmySaveButton
QPushButtonmyRestoreButton
QPushButtonmyRestoreFactoryButton
QFrame * mySeparator
QHBoxLayout * myButtonLayout

Additional Inherited Members

- Public Attributes inherited from makVrv::DtPersistenceControlsInterface
boost::signal< void()> signal_saveDefaults
 Signal emitted when the user wants to save to a default file.
boost::signal< void()> signal_restoreDefaults
 Signal emitted when the user wants to load the default file.
boost::signal< void()> signal_restoreFactoryDefaults
 Signal emitted when the user wants to load the factory settings file.
boost::signal< void()> signal_defaultsAboutToBeRestored
 Signal emitted right before the defaults are about to be restored to the settings backup object.
boost::signal< void()> signal_defaultsRestored
 Signal emitted when the defaults have been restored via the settings backup object.
boost::signal< void()> signal_factoryDefaultsAboutToBeRestored
 Signal emitted when factory is about to be restored via the settings backup object.
boost::signal< void()> signal_factoryDefaultsRestored
 Signal emitted when factory has been restored via the settings backup object.
boost::signal< void()> signal_export
 Signal emitted when the user wants to export to a file.
boost::signal< void()> signal_import
 Signal emitted when the user wants to import.
boost::signal< void()> signal_exportSelected
 Signal emitted when the user wants to export selected item(s) to a file.
boost::signal< void()> signal_merge
 Signal emitted when the user wants to merge.
boost::signal< void(const
std::string &)> 
signal_importFilenameChosen
 Signal emitted when the user has chosen a filename to import from.
boost::signal< void(const
std::string &)> 
signal_mergeFilenameChosen
 Signal emitted when the user has chosen a filename to merge from.
boost::signal< void(const
std::string &)> 
signal_exportFilenameChosen
 Signal emitted when the user has chosen a filename to export to.

Detailed Description

A widget that displays a persistence GUI in some way Operations presented are import, export, save, and restore.

Constructor & Destructor Documentation

makVrv::DtPersistenceToolbarWidget::DtPersistenceToolbarWidget ( DtDe de,
QWidget p = 0,
Qt::WindowFlags  f = 0 
)

CTOR.

virtual makVrv::DtPersistenceToolbarWidget::~DtPersistenceToolbarWidget ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrv::DtPersistenceToolbarWidget::setPersistentStateName ( const QString &  name)
virtual

Set the name of thing being saved.

virtual void makVrv::DtPersistenceToolbarWidget::queryImportFilePath ( DtDe de,
const std::string &  importType,
const std::string &  path,
const std::string &  fileFilter 
)
virtual

Ask for a filename to import from fileFilter is the desired extension with no dot.

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::queryMergeFilePath ( DtDe de,
const std::string &  importType,
const std::string &  path,
const std::string &  fileFilter 
)
virtual

Ask for a filename to merge from fileFilter is the desired extension with no dot.

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::queryExportFilePath ( DtDe de,
const std::string &  importType,
const std::string &  path,
const std::string &  fileFilter 
)
virtual

Ask for a filename to export to fileFilter is the desired extension with no dot.

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::setSaveButtonShown ( bool  shown)
virtual

Shows/hides save button. Default is hidden.

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::setSeparatorShown ( bool  shown)
virtual

Shows/hides horizontal separator. Default is shown.

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::setMergeShown ( bool  shown)
virtual

If true, shows merge button to allow merging of settings.

Merge will add or replace, not remove items. is hidden

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::setExportShown ( bool  )
virtual

If true will export selected item(s) to a file.

Default is hidden

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::setImportShown ( bool  )
virtual

If true will import settings.

Default is shown

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::setExportEnabled ( bool  )
virtual

Sets whether or not export button is enabled.

Initially enabled.

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::setMergeEnabled ( bool  )
virtual

Sets whether or not merge button is enabled.

Merge will add or replace, not remove items. Initially disabled.

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::setImportEnabled ( bool  )
virtual

Sets whether or not import button is enabled.

Initially enabled

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::setExportSelectedEnabled ( bool  )
virtual

Sets whether or not export selected button is enabled.

Initially disabled

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::setBackupRestoreEnabled ( bool  shown)
virtual

Sets whether or not the restore from backup button is enabled.

Initially disabled

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::setFactoryRestoreEnabled ( bool  shown)
virtual

Sets whether or not the restore from factory button is enabled.

Initially disabled

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::setBackup ( DtBackupInterface )
virtual

Sets the backup object that will be used to restore from.

If the object is NULL, and the restore buttons are pressed, the signal to restore factory and defaults will be sent. If the object is not NULL, the object will be restored by the toolbar and the defaultsRestored and factoryDefaultsRestored signals will be sent

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::disableAllButtons ( bool  )
virtual

Quick way to disable/enable all buttons.

Implements makVrv::DtPersistenceControlsInterface.

virtual void makVrv::DtPersistenceToolbarWidget::on_myImportButton_clicked ( )
protectedvirtualslot
virtual void makVrv::DtPersistenceToolbarWidget::on_myExportButton_clicked ( )
protectedvirtualslot
virtual void makVrv::DtPersistenceToolbarWidget::on_myMergeButton_clicked ( )
protectedvirtualslot
virtual void makVrv::DtPersistenceToolbarWidget::on_myExportSelectedButton_clicked ( )
protectedvirtualslot
virtual void makVrv::DtPersistenceToolbarWidget::on_mySaveButton_clicked ( )
protectedvirtualslot
virtual void makVrv::DtPersistenceToolbarWidget::on_myRestoreButton_clicked ( )
protectedvirtualslot
virtual void makVrv::DtPersistenceToolbarWidget::on_myRestoreFactoryButton_clicked ( )
protectedvirtualslot
virtual void makVrv::DtPersistenceToolbarWidget::backupFileChanged ( const DtBackupInterface )
protectedvirtual

Called from the backup manager when the status of restoring from backup or factory changes.

Will enable/disable appropriate button

void makVrv::DtPersistenceToolbarWidget::setupGui ( )
protected
virtual QString makVrv::DtPersistenceToolbarWidget::willAlsoRestore ( int  ) const
protectedvirtual

If other items will be restored by either restoring local or factory, return text string which describes what will be restored.

Member Data Documentation

DtDe& makVrv::DtPersistenceToolbarWidget::myDe
protected
DtBackupInterface* makVrv::DtPersistenceToolbarWidget::myBackup
protected
QLabel* makVrv::DtPersistenceToolbarWidget::myLabel
protected
QPushButton* makVrv::DtPersistenceToolbarWidget::myImportButton
protected
QPushButton* makVrv::DtPersistenceToolbarWidget::myExportButton
protected
QPushButton* makVrv::DtPersistenceToolbarWidget::myMergeButton
protected
QPushButton* makVrv::DtPersistenceToolbarWidget::myExportSelectedButton
protected
QPushButton* makVrv::DtPersistenceToolbarWidget::mySaveButton
protected
QPushButton* makVrv::DtPersistenceToolbarWidget::myRestoreButton
protected
QPushButton* makVrv::DtPersistenceToolbarWidget::myRestoreFactoryButton
protected
QFrame* makVrv::DtPersistenceToolbarWidget::mySeparator
protected
QHBoxLayout* makVrv::DtPersistenceToolbarWidget::myButtonLayout
protected

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

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)