mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 12:24:16 +00:00
Rename the C++ header files
This commit is contained in:
parent
8781c6e867
commit
fcf59f3793
27 changed files with 84 additions and 88 deletions
|
|
@ -48,12 +48,12 @@ exhale_args = {
|
|||
"""
|
||||
The following sections present the C++ API Reference. All types are
|
||||
within the :ref:`slint<namespace_slint>` namespace and are accessible by including
|
||||
the :code:`sixtyfps.h` header file.
|
||||
the :code:`slint.h` header file.
|
||||
|
||||
If you choose to load :code:`.slint` files dynamically at run-time, then
|
||||
you can use the classes in :ref:`slint::interpreter<namespace_slint__interpreter>`, starting at
|
||||
:cpp:class:`slint::interpreter::ComponentCompiler`. You need to include
|
||||
the :code:`sixtyfps_interpreter.h` header file.
|
||||
the :code:`slint_interpreter.h` header file.
|
||||
"""
|
||||
),
|
||||
"doxygenStripFromPath": "..",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ This will generate a header with the following contents (edited for documentatio
|
|||
```cpp
|
||||
#include <array>
|
||||
#include <limits>
|
||||
#include <sixtyfps.h>
|
||||
#include <slint.h>
|
||||
|
||||
|
||||
class SampleComponent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue