LibreOffice
LibreOffice 24.2 SDK API Reference
UIElementType.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 module com { module sun { module star { module ui {
21 
27 constants UIElementType
28 {
32  const short UNKNOWN = 0;
33 
36  const short MENUBAR = 1;
37 
40  const short POPUPMENU = 2;
41 
44  const short TOOLBAR = 3;
45 
48  const short STATUSBAR = 4;
49 
52  const short FLOATINGWINDOW = 5;
53 
56  const short PROGRESSBAR = 6;
57 
60  const short TOOLPANEL = 7;
61 
64  const short DOCKINGWINDOW = 7;
65 
68  const short COUNT = 8;
69 };
70 
71 }; }; }; };
72 
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short UNKNOWN
unknown user interface element type, which can be used as a wildcard to specify all types...
Definition: UIElementType.idl:32
const short STATUSBAR
specifies a statusbar.
Definition: UIElementType.idl:48
const short PROGRESSBAR
specifies a floating window, which can also be docked.
Definition: UIElementType.idl:56
Definition: Ambiguous.idl:20
const short MENUBAR
specifies a menu bar.
Definition: UIElementType.idl:36
const short COUNT
specifies the number of constants.
Definition: UIElementType.idl:68
const short TOOLBAR
specifies a toolbar.
Definition: UIElementType.idl:44
const short FLOATINGWINDOW
specifies a floating window, which can also be docked.
Definition: UIElementType.idl:52
const short POPUPMENU
specifies a pop-up menu.
Definition: UIElementType.idl:40
const short DOCKINGWINDOW
specifies a window that can be docked.
Definition: UIElementType.idl:64
const short TOOLPANEL
specifies a tool panel
Definition: UIElementType.idl:60