代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.m
function varargout = interface(varargin)
%
%interface.m, v 1.2 2002/03/14 11:07:40
%===========================================================================
% Eduardo Fernandez Canga
interface.cpp
// Fig. 10.26: Interface.cpp
// Implementation of class Interface--client receives this file only
// as precompiled object code, keeping the implementation hidden.
#include "Interface.h" // Interf
interface.h
// Fig. 10.25: Interface.h
// Proxy class Interface definition.
// Client sees this source code, but the source code does not reveal
// the data layout of class Implementation.
class Implementa
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.c~
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#ifdef HAVE_CONFIG_H
# include
#endif
#include
#include
#include
#include
#in
interface.h
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
GtkWidget* create_window_main (void);
GtkWidget* create_aboutdialog_proxy_fish (void);
interface.c
#ifdef HAVE_CONFIG_H
# include
#endif
#include
#include
#include
#include
#include
#include
#include
interface.h
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
GtkWidget* create_mainwindow (void);
GtkWidget* create_defragwindow (void);
GtkWidget* create_summarywindow (void);