示例#1
0
void Entity_registerPreferencesPage()
{
  PreferencesDialog_addDisplayPage(FreeCaller1<PreferenceGroup&, Entity_constructPage>());
}
示例#2
0
void Entity_registerPreferencesPage(){
	PreferencesDialog_addDisplayPage( makeCallbackF(Entity_constructPage) );
}