代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.frm
VERSION 5.00
Begin VB.Form INTERFACE
BackColor = &H80000004&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3675
ClientLeft = 2940
ClientTop = 24
interface.frm
VERSION 5.00
Begin VB.Form INTERFACE
BackColor = &H80000004&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3675
ClientLeft = 2940
ClientTop = 24
interface.frm
VERSION 5.00
Begin VB.Form INTERFACE
BackColor = &H80000004&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3675
ClientLeft = 2940
ClientTop = 24
interface.h
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#ifdef __cplusplus
extern "C" {
#endif
GtkWidget* create_window (void);
GtkWidget* create_fileselection (void);
#ifdef __cplusplus
}
#end
interface.c
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#include
#include
#include
#include
#include
#include
#in
interface.cpp
// Fig. 7.10: interface.cpp
// Definition of class Interface
#include "interface.h"
#include "implementation.h"
Interface::Interface( int v )
: ptr ( new Implementation( v ) ) { }
// cal
interface.h
// Fig. 7.10: interface.h
// Header file for interface.cpp
class Implementation; // forward class declaration
class Interface {
public:
Interface( int );
void setValue( int );
interface.jc
/*
* interface.jc
*
* The language allows (currently very simple) inheritance from a single interface.
* An interface can only have methods, no static functions and no data. All methods
*
interface.h
/*
* Compaq Hot Plug Controller Graphical User Interface
* Copyright 2000, 2001 Compaq Computer Corporation
* All rights reserved.
*
* This program is free software; you can redistri