代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/299285/3854714
hxx logfont.hxx
// LogFont.hxx: header file
//
// Declares CLogFont - implementation file is not defined for this class.
//
// Discussion:
//
// This is a subclass of the LOGFONT structure and defines
// th
www.eeworm.com/read/282750/4088118
hxx logfont.hxx
// LogFont.hxx: header file
//
// Declares CLogFont - implementation file is not defined for this class.
//
// Discussion:
//
// This is a subclass of the LOGFONT structure and defines
// th
www.eeworm.com/read/273763/4192944
sgml gtkgamma.sgml
GtkGammaCurve
a subclass of #GtkCurve for editing gamma curves.
www.eeworm.com/read/273763/4192982
sgml gtkmenubar.sgml
GtkMenuBar
A subclass widget for #GtkMenuShell which holds #GtkMenuItem widgets
www.eeworm.com/read/271514/4228115
java networkingevent.java
package com.manning.hq.apdxA;
/**
* @hibernate.subclass discriminator-value="NetworkingEvent"
*/
public class NetworkingEvent extends Event{ }
www.eeworm.com/read/271514/4228118
java conferenceevent.java
package com.manning.hq.apdxA;
/**
* @hibernate.subclass discriminator-value="ConferenceEvent"
*/
public class ConferenceEvent extends Event{
}
www.eeworm.com/read/442485/1760340
hxx logfont.hxx
// LogFont.hxx: header file
//
// Declares CLogFont - implementation file is not defined for this class.
//
// Discussion:
//
// This is a subclass of the LOGFONT structure and defines
// th
www.eeworm.com/read/380530/2656942
h pgplineendio.h
/*____________________________________________________________________________
Copyright (C) 2002 PGP Corporation
All rights reserved.
A PGPIO subclass which converts TEXT file line endings.
www.eeworm.com/read/353751/3082247
sgml gtkmenubar.sgml
GtkMenuBar
A subclass widget for GtkMenuShell which holds GtkMenuItem widgets
www.eeworm.com/read/265319/4283107
java myshapecontrollerfactory.java
// MyShapeControllerFactory.java
// MyShapeControllerFactory uses the Factory Method design
// pattern to create an appropriate instance of MyShapeController
// for the given MyShape subclass.
pa