VR-Forces 4.0.4 Class Documentation
include/vrvVrlQt/DtRemoteGraphicSetLogic.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2010 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: DtRemoteGraphicSetLogic.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *********************************************************************/
00011 
00012 #pragma once
00013 
00014 #include <vrvVrlQt/vrvVrlQt.h>
00015 #include <vrvUtil/DtSignalConnectionManager.h>
00016 
00017 namespace makVrv
00018 {
00019    class DtRemoteGraphicSetInterface;
00020    class DtDe;
00021 
00025    class DT_DLL_VRVVRLQT DtRemoteGraphicSetLogic
00026    {
00027    public:
00028       DtRemoteGraphicSetLogic(DtDe& de, DtRemoteGraphicSetInterface* iFace);
00029 
00030       virtual ~DtRemoteGraphicSetLogic();
00031 
00033       virtual void setRemoteGraphicSetStatus(const std::string& name, bool onOff);
00034 
00036       virtual void remoteGraphicStatusChanged(const std::string& name, bool onOff);
00037 
00039       virtual void removeRemoteGraphicSet(const std::string& name);
00040 
00041    protected:
00044       virtual void deInitialized();
00045 
00046    protected:
00047       DtDe& myDe;
00048       DtRemoteGraphicSetInterface* myInterface;
00049       DtSignalConnectionManager myConnections;
00050    };
00051 }

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)