VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtRegistrationDlgInterface.h
Go to the documentation of this file.
00001 #pragma once
00002 #include <vrvCoreQt/vrvCoreQt.h>
00003 #include <QString>
00004 
00005 namespace makVrv
00006 {
00007    class DT_DLL_VRVCOREQT DtRegistrationDlgInterface
00008    {
00009    public:
00010    
00012       DtRegistrationDlgInterface();
00013 
00015       virtual ~DtRegistrationDlgInterface();
00016 
00017       virtual QString firstName() = 0;
00018       virtual QString lastName() = 0;
00019       virtual QString companyName() = 0;
00020       virtual QString email() = 0;
00021       virtual void endDlg() = 0;
00022 
00023       boost::signal<void ()> signal_register;
00024    };
00025 }

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)