VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/DtMenuItemSignaler.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: DtMenuItemSignaler.h,v $ $Revision: 108016 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #pragma once
00015 
00016 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00017 
00018 #include <vrvUtil/DtVirtualBaseClass.h>
00019 #include <vrvUtil/signalslib.h>
00020 #include <vrvCore/DtDe.h>
00021 
00022 #include <string>
00023 
00024 class QMenu;
00025 class QAction;
00026 
00027 namespace makVrf
00028 {
00030    class DT_DLL_VRFGUICOREQT DtMenuItemSignaler : public makVrv::DtVirtualBaseClass
00031    {
00032    public:
00033       DtMenuItemSignaler();
00034 
00036       static DtMenuItemSignaler& instance(makVrv::DtDe& de);
00037       static void registerInstance(makVrv::DtDe& de, DtMenuItemSignaler* signaler);
00038 
00040       boost::signal<void (std::string, QMenu*, QAction*)> signal_validateMenuItem;
00041    };
00042 }

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)