VR-Exchange 2.1 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
widgets
dynamicSeparator.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
6
10
11
#ifndef dynamicSeperator_H_
12
#define dynamicSeperator_H_
13
14
#include <
widgets/dynamicMenuItem.h
>
15
16
class
QPopupMenu;
17
18
namespace
MAKVrExchange
19
{
22
class
DT_DLL_VRXWIDGETS
DtDynamicMenuSeparator
:
public
DtDynamicMenuItem
23
{
24
public
:
26
DtDynamicMenuSeparator
( QString menuName,
QWidget
* parent);
27
};
28
}
29
30
#endif
31
Document ID: Generated on Tue Aug 7 22:07:13 EDT 2012 from SVN revision 117874
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (
www.mak.com
)