Safir SDK Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Safir::Dob::ContextSharedOverrideProperty Class Reference

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

#include <Safir/Dob/ContextSharedOverrideProperty.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. More...
 
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. More...
 

Static Public Attributes

static const
Safir::Dob::Typesystem::TypeId 
ClassTypeId = -1788815086694455561LL
 Type id for ContextSharedOverrideProperty. More...
 

Detailed Description

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

This value overrides the inherited value, and it is not inherited by child classes.

Member Function Documentation

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

>Defines if this class should be visible in all contexts.

static bool Safir::Dob::ContextSharedOverrideProperty::HasProperty ( const Safir::Dob::Typesystem::ObjectPtr  object)
static
static bool Safir::Dob::ContextSharedOverrideProperty::IsChangedContextShared ( const Safir::Dob::Typesystem::ObjectPtr  object)
static
static bool Safir::Dob::ContextSharedOverrideProperty::IsNullContextShared ( const Safir::Dob::Typesystem::ObjectPtr  object)
static
static bool Safir::Dob::ContextSharedOverrideProperty::IsReadOnlyContextShared ( const Safir::Dob::Typesystem::ObjectPtr  object)
static
static void Safir::Dob::ContextSharedOverrideProperty::SetContextShared ( Safir::Dob::Typesystem::ObjectPtr  object,
const bool  value 
)
static

>Defines if this class should be visible in all contexts.

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

Member Data Documentation

const Safir::Dob::Typesystem::TypeId Safir::Dob::ContextSharedOverrideProperty::ClassTypeId = -1788815086694455561LL
static