Safir SDK Core
Loading...
Searching...
No Matches
Safir::Dob::ContextSharedProperty Class Reference

Used to determine if a class should be visible in all contexts. More...

#include </home/lars/safir/safir-sdk-core/src/safir_dou/gen/cpp/include/Safir/Dob/ContextSharedProperty.h>

Static Public Member Functions

static bool HasProperty (const Safir::Dob::Typesystem::ObjectPtr object)
 
static void SetContextShared (Safir::Dob::Typesystem::ObjectPtr object, const bool value)
 Defines if this class should be visible in all contexts.
 
static void SetNullContextShared (Safir::Dob::Typesystem::ObjectPtr object)
 
static bool IsNullContextShared (const Safir::Dob::Typesystem::ObjectPtr object)
 
static bool IsChangedContextShared (const Safir::Dob::Typesystem::ObjectPtr object)
 
static bool IsReadOnlyContextShared (const Safir::Dob::Typesystem::ObjectPtr object)
 
static bool GetContextShared (const Safir::Dob::Typesystem::ObjectPtr object)
 Defines if this class should be visible in all contexts.
 

Static Public Attributes

static const Safir::Dob::Typesystem::TypeId ClassTypeId = 791642390145278957LL
 Type id for ContextSharedProperty.
 

Detailed Description

Used to determine if a class should be visible in all contexts.

This value is inherited by child classes.

Member Function Documentation

◆ GetContextShared()

static bool Safir::Dob::ContextSharedProperty::GetContextShared ( const Safir::Dob::Typesystem::ObjectPtr object)
static

Defines if this class should be visible in all contexts.

◆ HasProperty()

static bool Safir::Dob::ContextSharedProperty::HasProperty ( const Safir::Dob::Typesystem::ObjectPtr object)
static

◆ IsChangedContextShared()

static bool Safir::Dob::ContextSharedProperty::IsChangedContextShared ( const Safir::Dob::Typesystem::ObjectPtr object)
static

◆ IsNullContextShared()

static bool Safir::Dob::ContextSharedProperty::IsNullContextShared ( const Safir::Dob::Typesystem::ObjectPtr object)
static

◆ IsReadOnlyContextShared()

static bool Safir::Dob::ContextSharedProperty::IsReadOnlyContextShared ( const Safir::Dob::Typesystem::ObjectPtr object)
static

◆ SetContextShared()

static void Safir::Dob::ContextSharedProperty::SetContextShared ( Safir::Dob::Typesystem::ObjectPtr object,
const bool value )
static

Defines if this class should be visible in all contexts.

◆ SetNullContextShared()

static void Safir::Dob::ContextSharedProperty::SetNullContextShared ( Safir::Dob::Typesystem::ObjectPtr object)
static

Member Data Documentation

◆ ClassTypeId

const Safir::Dob::Typesystem::TypeId Safir::Dob::ContextSharedProperty::ClassTypeId = 791642390145278957LL
static

Type id for ContextSharedProperty.