|
Archicad 29 C++ API
|
A class that contains keynote related functions. More...
#include <KeynoteManager.hpp>
Public Types | |
| enum class | AutoTextTokenSelector { Key , Title , Description , Reference } |
| Part of the keynote, an autotext should refer to. | |
Public Member Functions | |
| Result< KeynoteFolder > | GetRootFolder () const |
| Result< GS::UniString > | GetAutoTextTokenFor (const API_Guid &keynoteItemId, AutoTextTokenSelector tokenSelector) const |
Public Member Functions inherited from ACAPI::Object | |
| Object (std::shared_ptr< Impl::ObjectImpl > impl) | |
| Constructs a new object. | |
| const API_Token & | GetToken () const |
| Get the token for this object. | |
Friends | |
| Result< KeynoteManager > | CreateKeynoteManager () |
| A function to create keynote manager instance, that lets you query and manipulate keynote related data. | |
Additional Inherited Members | |
Protected Member Functions inherited from ACAPI::Object | |
| ~Object () | |
| Default destructor. | |
Protected Attributes inherited from ACAPI::Object | |
| std::shared_ptr< Impl::ObjectImpl > | mImpl |
| Impl object given by constructor. | |
A class that contains keynote related functions.
| Result< GS::UniString > ACAPI::Keynote::KeynoteManager::GetAutoTextTokenFor | ( | const API_Guid & | keynoteItemId, |
| AutoTextTokenSelector | tokenSelector ) const |
| keynoteItemId | The ID of the referred keynote item. |
| tokenSelector | The selector specifies, which part of the keynote item should be referred. |
| Result< KeynoteFolder > ACAPI::Keynote::KeynoteManager::GetRootFolder | ( | ) | const |
|
friend |
A function to create keynote manager instance, that lets you query and manipulate keynote related data.