Searched refs:Int64Property (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DInt64Property.cpp9 #include "Int64Property.h"
18 Int64Property::Int64Property(uint32 identifier, int64 value) function in class:Int64Property
25 Int64Property::Int64Property(const Int64Property& other) function in class:Int64Property
32 Int64Property::~Int64Property()
38 Int64Property::Clone() const
40 return new (nothrow) Int64Property(*thi
[all...]
H A DInt64Property.h14 class Int64Property : public Property { class in inherits:Property
16 Int64Property(uint32 identifier,
18 Int64Property(const Int64Property& other);
19 virtual ~Int64Property();
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DInt64ValueView.h12 #include "Int64Property.h"
19 Int64ValueView(Int64Property* property);
32 Int64Property* fProperty;
H A DInt64ValueView.cpp16 Int64ValueView::Int64ValueView(Int64Property* property)
61 Int64Property* p = dynamic_cast<Int64Property*>(property);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorFactory.cpp14 #include "Int64Property.h"
44 if (Int64Property* i = dynamic_cast<Int64Property*>(p))
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp17 #include "Int64Property.h"
309 Int64Property* p = dynamic_cast<Int64Property*>(FindProperty(propertyID));
321 if (Int64Property* p = dynamic_cast<Int64Property*>(FindProperty(propertyID)))

Completed in 43 milliseconds