VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/DtSessionOptionsWidgetInterface.h
Go to the documentation of this file.
00001 /****************************************************************************** 
00002 ** Copyright (c) 2010 MAK Technologies, Inc. 
00003 ** All rights reserved. 
00004 ******************************************************************************/ 
00005 /****************************************************************************** 
00006 ** $RCSfile: DtSessionOptionsWidgetInterface.h,v $ $Revision: 1.1 $ $State: Exp $ 
00007 ******************************************************************************/ 
00008  
00011 
00013  
00014 #pragma once
00015 
00016 #include <vrvUtil/signalslib.h>
00017 
00018 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00019 
00020 namespace makVrv
00021 {
00022    class DtDe;
00023 }
00024 
00025 namespace makVrf
00026 {
00027    class DT_DLL_VRFGUICOREQT DtSessionOptionsWidgetInterface
00028    {
00029 
00030    public: 
00031       
00033       virtual ~DtSessionOptionsWidgetInterface();
00034 
00035    public:
00036       virtual void setAutoJoinSession(bool) = 0;
00037       virtual bool autoJoinSession() const = 0;
00038 
00039       virtual void setAskToJoinSession(bool) = 0;
00040       virtual bool askToJoinSession() const = 0;
00041 
00042       virtual void setAlwaysJoinSessionWithSessionDatabase(bool) = 0;
00043       virtual bool alwaysJoinSessionWithSessionDatabase() const = 0;
00044 
00045       virtual void setAlwaysJoinSessionOpenDatabase(bool) = 0;
00046       virtual bool alwaysJoinSessionOpenDatabase() const = 0;
00047 
00048       virtual void setShowSessionDialogs(bool) = 0;
00049       virtual bool showSessionDialogs() const = 0;
00050 
00051       virtual void setShowCorrelationWarningDialogs(bool) = 0;
00052       virtual bool showCorrelationWarningDialogs() const = 0;
00053 
00054       virtual void setShowSessionStartupDialog(bool) = 0;
00055       virtual bool showSessionStartupDialog() const = 0;
00056 
00057       virtual void setShowScenarioDescriptionDialog(bool) = 0;
00058       virtual bool showScenarioDescriptionDialog() const = 0;
00059 
00060       boost::signal<void ()> signal_sessionOptionChanged;
00061    };
00062 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)