| 
    Archicad 29 C++ API
    
   | 
 
A class that represents an item in the keynote tree structure. More...
#include <KeynoteItem.hpp>
  
Public Member Functions | |
| API_Guid | GetId () const | 
| ItemKey | GetKey () const | 
| Result< void > | SetKey (const ItemKey &newKey) | 
| Modifies the Key of the item.   | |
| Title | GetTitle () const | 
| Result< void > | SetTitle (const Title &newTitle) | 
| Modifies the Title of the item.   | |
| Description | GetDescription () const | 
| Result< void > | SetDescription (const Description &newDescription) | 
| Modifies the Description of the item.   | |
| Reference | GetReference () const | 
| Result< void > | SetReference (const Reference &newReference) | 
| Modifies the Reference of the item.   | |
| GS::UniString | GetUIText () 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 | |
| class | Impl::KeynoteFolderImpl | 
| class | KeynoteFolder | 
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 represents an item in the keynote tree structure.
| Description ACAPI::Keynote::KeynoteItem::GetDescription | ( | ) | const | 
| API_Guid ACAPI::Keynote::KeynoteItem::GetId | ( | ) | const | 
| ItemKey ACAPI::Keynote::KeynoteItem::GetKey | ( | ) | const | 
| Reference ACAPI::Keynote::KeynoteItem::GetReference | ( | ) | const | 
| Title ACAPI::Keynote::KeynoteItem::GetTitle | ( | ) | const | 
| GS::UniString ACAPI::Keynote::KeynoteItem::GetUIText | ( | ) | const | 
| Result< void > ACAPI::Keynote::KeynoteItem::SetDescription | ( | const Description & | newDescription | ) | 
Modifies the Description of the item.
| newDescription | The Description to be set | 
| Result< void > ACAPI::Keynote::KeynoteItem::SetKey | ( | const ItemKey & | newKey | ) | 
Modifies the Key of the item.
| newKey | The key to be set | 
| Result< void > ACAPI::Keynote::KeynoteItem::SetReference | ( | const Reference & | newReference | ) | 
Modifies the Reference of the item.
| newReference | The Reference to be set | 
| Result< void > ACAPI::Keynote::KeynoteItem::SetTitle | ( | const Title & | newTitle | ) | 
Modifies the Title of the item.
| newTitle | The Title to be set |