Searched refs:ChildProps (Results 1 – 10 of 10) sorted by relevance
50 struct ChildProps : public Box_Base::ChildProps struct in layoutimpl::Table52 ChildProps( ChildData *pData );72 ChildProps *createChildProps( Box_Base::ChildData* pData );
53 struct ChildProps : public Box_Base::ChildProps struct in layoutimpl::Box55 ChildProps( ChildData *pData );60 ChildProps *createChildProps( Box_Base::ChildData* pData );
37 Box::ChildProps::ChildProps( Box::ChildData *pData ) in ChildProps() function in layoutimpl::Box::ChildProps64 Box::ChildProps*67 return new ChildProps( static_cast<Box::ChildData*> ( pData ) ); in createChildProps()
41 Table::ChildProps::ChildProps( Table::ChildData *pData ) in ChildProps() function in layoutimpl::Table::ChildProps92 Table::ChildProps*95 return new ChildProps( static_cast<Table::ChildData*> ( pData ) ); in createChildProps()
49 struct ChildProps: public PropHelper struct in layoutimpl::Box_Base59 virtual ChildProps *createChildProps( ChildData* pData ) = 0;
41 friend class ChildProps;
94 struct ChildProps : public Box_Base::ChildProps struct in layoutimpl::VCLXSplitter96 ChildProps( VCLXSplitter::ChildData *pData );102 ChildProps *createChildProps( Box_Base::ChildData* pData );
116 struct ChildProps : public Box_Base::ChildProps struct in layoutimpl::VCLXTabControl118 ChildProps( VCLXTabControl::ChildData *pData );123 ChildProps *createChildProps( Box_Base::ChildData* pData );
44 VCLXSplitter::ChildProps::ChildProps( VCLXSplitter::ChildData *pData ) in ChildProps() function in layoutimpl::VCLXSplitter::ChildProps63 VCLXSplitter::ChildProps*66 return new ChildProps( static_cast<VCLXSplitter::ChildData*> ( pData ) ); in createChildProps()
42 VCLXTabControl::ChildProps::ChildProps( VCLXTabControl::ChildData *pData ) in ChildProps() function in layoutimpl::VCLXTabControl::ChildProps61 VCLXTabControl::ChildProps*64 return new ChildProps( static_cast<VCLXTabControl::ChildData*> ( pData ) ); in createChildProps()
Completed in 109 milliseconds