Files
harbour-core/harbour/contrib/hbqt/qtgui/qth/QStyleOptionMenuItem.qth
Pritpal Bedi fef080b8a0 2012-05-13 00:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtcore/qth/*.qth
  * contrib/hbqt/qtgui/qth/*.qth
  * contrib/hbqt/qtnetwork/qth/*.qth
    ! Copyright year bump.
    + Formatting.
    - Long coptyright notice to short one.
2012-05-13 07:29:44 +00:00

63 lines
1021 B
Plaintext

/*
* $Id$
*/
/*
* Harbour Qt wrapper generator control file
*
* Copyright 2009-2012 Pritpal Bedi <bedipritpal@hotmail.com>
* www - http://www.harbour-project.org
*
* See COPYING for licensing terms.
*/
<CLASS>
QObject = no
Inherit = QStyleOption
Type = Core
New =
</CLASS>
<CODE>
#include <QtGui/QStyleOptionMenuItem>
/*
* QStyleOptionMenuItem ()
* QStyleOptionMenuItem ( const QStyleOptionMenuItem & other )
*/
HB_FUNC( QT_QSTYLEOPTIONMENUITEM )
{
__HB_RETPTRGC__( new QStyleOptionMenuItem() );
}
</CODE>
<ENUMS>
enum CheckType { NotCheckable, Exclusive, NonExclusive }
enum MenuItemType { Normal, DefaultItem, Separator, SubMenu, ..., EmptyArea }
enum StyleOptionType { Type }
enum StyleOptionVersion { Version }
</ENUMS>
<PROTOS>
</PROTOS>
<SLOTS>
</SLOTS>
<SIGNALS>
</SIGNALS>
<VARIABLES>
CheckType checkType
bool checked
QFont font
QIcon icon
int maxIconWidth
bool menuHasCheckableItems
MenuItemType menuItemType
QRect menuRect
int tabWidth
QString text
</VARIABLES>