代码搜索:plugin

找到约 10,000 项符合「plugin」的源代码

代码结果 10,000
www.eeworm.com/read/136985/5839676

java plugin.java

/* * $Header: /sfroot/cvs/esimple/src/core/org/apache/struts/action/PlugIn.java,v 1.1.1.1 2004/09/08 06:38:30 lava Exp $ * $Revision: 1.1.1.1 $ * $Date: 2004/09/08 06:38:30 $ * * ===========
www.eeworm.com/read/136865/5840867

cpp plugin.cpp

#include "plugin.h" #include "../widget/filechooser.h" static const char *filechooser_pixmap[] = { "22 22 8 1", " c Gray100", ". c Gray97", "X c #4f504f", "o c #00007f", "O c
www.eeworm.com/read/136865/5840868

pro plugin.pro

TEMPLATE = lib LANGUAGE = C++ TARGET = filechooser SOURCES += plugin.cpp ../widget/filechooser.cpp HEADERS += plugin.h ../widget/filechooser.h DESTDIR = ../../../../../plugins/designer target.
www.eeworm.com/read/136865/5840869

h plugin.h

#include class CustomWidgetPlugin : public QWidgetPlugin { public: CustomWidgetPlugin(); QStringList keys() const; QWidget* create( const QString &classname, QWidget* p
www.eeworm.com/read/136815/5855578

cpp plugin.cpp

#include "plugin.h" #include "../widget/filechooser.h" static const char *filechooser_pixmap[] = { "22 22 8 1", " c Gray100", ". c Gray97", "X c #4f504f", "o c #00007f", "O c
www.eeworm.com/read/136815/5855579

pro plugin.pro

TEMPLATE = lib LANGUAGE = C++ TARGET = filechooser SOURCES += plugin.cpp ../widget/filechooser.cpp HEADERS += plugin.h ../widget/filechooser.h DESTDIR = ../../../../../plugins/designer target.
www.eeworm.com/read/136815/5855580

h plugin.h

#include class CustomWidgetPlugin : public QWidgetPlugin { public: CustomWidgetPlugin(); QStringList keys() const; QWidget* create( const QString &classname, QWidget* p
www.eeworm.com/read/135758/5878651

java plugin.java

/* * YALE - Yet Another Learning Environment * Copyright (C) 2001-2004 * Simon Fischer, Ralf Klinkenberg, Ingo Mierswa, * Katharina Morik, Oliver Ritthoff * Artificial
www.eeworm.com/read/135582/5884015

h plugin.h

#ifndef PLUGIN_H_ #define PLUGIN_H_ typedef struct plugin_struct { char name[32]; void *handle; int (*init) (int, char **); int (*close) (void); int (*getfd)(void); int (*read) (
www.eeworm.com/read/135582/5884016

c plugin.c

/* * Copyright (c) 2003 Century Software, Inc. All Rights Reserved. *