LibreOffice Module toolkit (master) 1
Classes | Typedefs
vclxmenu.hxx File Reference
#include <config_options.h>
#include <toolkit/dllapi.h>
#include <toolkit/helper/listenermultiplexer.hxx>
#include <com/sun/star/awt/XMenuBar.hpp>
#include <com/sun/star/awt/XPopupMenu.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/weak.hxx>
#include <mutex>
#include <tools/link.hxx>
#include <vcl/vclptr.hxx>
#include <vector>
Include dependency graph for vclxmenu.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VCLXMenu
 
class  VCLXPopupMenu
 

Typedefs

typedef ::std::vector< css::uno::Reference< css::awt::XPopupMenu > > PopupMenuRefList
 
typedef void(* MenuUserDataReleaseFunction) (void *)
 

Typedef Documentation

◆ MenuUserDataReleaseFunction

typedef void(* MenuUserDataReleaseFunction) (void *)

Definition at line 50 of file vclxmenu.hxx.

◆ PopupMenuRefList

typedef ::std::vector< css::uno::Reference< css::awt::XPopupMenu >> PopupMenuRefList

Definition at line 48 of file vclxmenu.hxx.