fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / autodoc / inc / ary / idl / ik_interface.hxx
blobd3eec82d795f3e199862fcda98fa6ac638ba56f2
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #ifndef ARY_IDL_IK_INTERFACE_HXX
21 #define ARY_IDL_IK_INTERFACE_HXX
24 // USED SERVICES
25 // BASE CLASSES
26 #include <ary/idl/ik_ce.hxx>
27 // COMPONENTS
28 // PARAMETERS
31 namespace ary
33 namespace idl
35 class CommentedRelation;
37 namespace ifc_interface
40 using ifc_ce::Dyn_CeIterator;
41 using ifc_ce::DocText;
44 struct attr: public ifc_ce::attr
46 static void Get_Bases(
47 Dyn_StdConstIterator<CommentedRelation> &
48 o_result,
49 const CodeEntity & i_ce );
50 static void Get_Functions(
51 Dyn_CeIterator & o_result,
52 const CodeEntity & i_ce );
53 static void Get_Attributes(
54 Dyn_CeIterator & o_result,
55 const CodeEntity & i_ce );
58 struct xref : public ifc_ce::xref
60 static void Get_Derivations(
61 Dyn_CeIterator & o_result,
62 const CodeEntity & i_ce );
63 static void Get_SynonymTypedefs( /// like: typedef i_ce.LocalName() newName;
64 Dyn_CeIterator & o_result,
65 const CodeEntity & i_ce );
66 static void Get_ExportingServices(
67 Dyn_CeIterator & o_result,
68 const CodeEntity & i_ce );
69 static void Get_ExportingSingletons(
70 Dyn_CeIterator & o_result,
71 const CodeEntity & i_ce );
72 static void Get_AsReturns(
73 Dyn_CeIterator & o_result,
74 const CodeEntity & i_ce );
75 static void Get_AsParameters(
76 Dyn_CeIterator & o_result,
77 const CodeEntity & i_ce );
78 static void Get_AsDataTypes(
79 Dyn_CeIterator & o_result,
80 const CodeEntity & i_ce );
83 struct doc : public ifc_ce::doc
87 } // namespace ifc_interface
89 } // namespace idl
90 } // namespace ary
92 #endif
94 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */