VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/DtJoinSessionDialogInterface.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtJoinSessionDialogInterface.h,v $ $Revision: 1.2 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00013 
00014 #pragma once
00015 
00016 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00017 
00018 #include <QtCore/QString>
00019 
00020 namespace makVrf
00021 {
00022    class DT_DLL_VRFGUICOREQT DtJoinSessionDialogInterface
00023    {
00024    public:
00025       //DTOR
00026       virtual ~DtJoinSessionDialogInterface();
00027 
00028       virtual int exec() = 0;
00029       virtual bool useAlternateTerrain() const = 0;
00031       virtual void setTopText(const QString& text) = 0;
00032 
00034       virtual void setCanJoinSession(bool) = 0;
00035 
00036       virtual void setScenario(const QString&) = 0;
00037       virtual void setTerrain(const QString&) = 0;
00038       virtual void setNumBackends(int) = 0;
00039 
00040    };
00041 }

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)