VR-Forces 4.0.4 Class Documentation
examples/exampleExtendDialogByAddition/ExampleExtendDialogPage.h
Go to the documentation of this file.
00001 /*****************************************************************************
00002 * Copyright (c) 2012 MAK Technologies, Inc.
00003 * All rights reserved.
00004 *****************************************************************************/
00005 
00009 
00010 #pragma once
00011 
00012 #include "exampleExtendDialogByAdditionPlugin.h"
00013 
00014 #include <vrvOsgQt/vrvOsgQt.h>
00015 #include <vrvOsgQt/DtLoaderSettingsPage.h>
00016 
00017 namespace makVrv
00018 {
00019     class DtDe;
00020 }
00021 
00022 class CheckBoxAdder;
00023 
00033 class ExampleExtendDialogPage : public makVrv::DtLoaderSettingsPage
00034 {
00035     Q_OBJECT;
00036 
00037 public:
00038 
00041     ExampleExtendDialogPage(
00042         makVrv::DtDe& de,
00043         QWidget* parent = 0,
00044         Qt::WindowFlags f = Qt::Widget);
00045 
00047     virtual ~ExampleExtendDialogPage();
00048 
00049 private:
00050     CheckBoxAdder* myCheckBox;
00051 };
00052 
00057 typedef makVrv::DtPageCreatorTemplate<ExampleExtendDialogPage> ExampleExtendDialogPageCreator;

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)