VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtRegistrationDlgInterface.h
Go to the documentation of this file.
1
#pragma once
2
#include <
vrvCoreQt/vrvCoreQt.h
>
3
#include <QString>
4
5
namespace
makVrv
6
{
7
class
DT_DLL_VRVCOREQT
DtRegistrationDlgInterface
8
{
9
public
:
10
12
DtRegistrationDlgInterface
();
13
15
virtual
~
DtRegistrationDlgInterface
();
16
17
virtual
QString firstName() = 0;
18
virtual
QString lastName() = 0;
19
virtual
QString companyName() = 0;
20
virtual
QString email() = 0;
21
virtual
void
endDlg() = 0;
22
23
boost::signal<void ()>
signal_register
;
24
};
25
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)