MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / Properties

Method Properties

src/s3objects.cpp:328–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328wxArrayString VObject::Properties()
329{
330 wxArrayString list;
331 for( size_t i=0;i<m_properties.size();i++ )
332 list.Add( m_properties[i].name );
333
334 return list;
335}
336
337std::vector<VHandle*> VObject::GetHandles()
338{

Callers 3

SetObjectMethod · 0.80
fcall_propertyFunction · 0.80
OnTextFindMethod · 0.80

Calls 2

sizeMethod · 0.80
AddMethod · 0.45

Tested by

no test coverage detected