Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PropertyFunction
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
functions.cpp
77
BASE_NS::string
PropertyFunction
::GetName() const
in GetName()
82
IObject::ConstPtr
PropertyFunction
::GetDestination() const
in GetDestination()
86
void
PropertyFunction
::Invoke(const ICallContext::Ptr& context) const
in Invoke()
94
ICallContext::Ptr
PropertyFunction
::CreateCallContext() const
in CreateCallContext()
107
bool
PropertyFunction
::SetTarget(const IProperty::ConstPtr& prop)
in SetTarget()
112
ReturnError
PropertyFunction
::Export(IExportContext& c) const
in Export()
116
ReturnError
PropertyFunction
::Import(IImportContext& c)
in Import()
120
ReturnError
PropertyFunction
::Finalize(IImportFunctions& funcs)
in Finalize()
H
A
D
functions.h
46
class
PropertyFunction
: public Internal::BaseObjectFwd<
PropertyFunction
, ClassId::
PropertyFunction
, IPropertyFunction,
class
H
A
D
register_default_objs.cpp
66
ContainerObserver::OBJECT_INFO, SettableFunction::OBJECT_INFO,
PropertyFunction
::OBJECT_INFO,
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
builtin_objects.h
98
META_REGISTER_CLASS(
PropertyFunction
, "d458e645-c83a-4cb6-be3d-2bc1720b384f", ObjectCategoryBits::NO_CATEGORY)
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H
A
D
bind.cpp
56
auto f = GetObjectRegistry().Create<IFunction>(META_NS::ClassId::
PropertyFunction
);
in SetTarget()
Completed in 3 milliseconds