Home
last modified time | relevance | path

Searched refs:SProperty (Results 1 – 5 of 5) sorted by relevance

/dports/devel/upp/upp/bazaar/FormEditorProperties/
H A DCommon.h11 class SProperty
14 SProperty(const Vector<Value>& args) { _args <<= args; } in SProperty() function
15 SProperty& operator=(const Value& v) { Return = v; return *this; }
22 template<typename P> void PropReturn(P p, SProperty& e) { } in PropReturn()
25 template<> inline void PropReturn<String>(String p, SProperty& e) { e = p; }
26 template<> inline void PropReturn<double>(double p, SProperty& e) { e = p; }
31 template<> inline void PropReturn<int>(int p, SProperty& e) { e = p; }
32 template<> inline void PropReturn<Size>(Size p, SProperty& e) { e = p; }
33 template<> inline void PropReturn<Rect>(Rect p, SProperty& e) { e = p; }
34 template<> inline void PropReturn<Point>(Point p, SProperty& e) { e = p; }
[all …]
H A DPropertyCaller.h10 static void call(Class &object, Return (Class::*method)ArgList, SProperty& c) { \
13 static void call(const Class &object, Return (Class::*method)ArgList const, SProperty& c) { \
19 static void call(Class &object, void (Class::*method)ArgList, SProperty& c) { \
22 static void call(const Class &object, void (Class::*method)ArgList const, SProperty& c) { \
H A DPropertiesMacro.h38 SProperty c(args); \
45 SProperty c(args); \
53 SProperty c(args); \
60 SProperty c(args); \
/dports/games/openmortal/openmortal-0.7/src/
H A DRlePack.cpp202 struct SProperty in LoadFile() struct
206 } *poProperty = (SProperty*) (pcNext+4); in LoadFile()
209 pcNext += 4 + sizeof(SProperty) + poProperty->iSize; in LoadFile()
/dports/lang/fpc-source/fpc-3.2.2/packages/fpgtk/src/editor/
H A Dgtkeditor.pp308 FProperty.Text := SProperty;