代码搜索:plugin
找到约 10,000 项符合「plugin」的源代码
代码结果 10,000
www.eeworm.com/read/132069/5922087
cpp plugin.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0 and Exhibits.
* REALNETWORKS CONFIDENTIAL--NOT FOR DISTRIBUTION IN SOURCE CODE FORM
* Portions Copyright (c) 1995-2002 RealNetworks, Inc
www.eeworm.com/read/132069/5922356
cpp plugin.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the
www.eeworm.com/read/130577/5951974
java plugin.java
/*
* $Id: PlugIn.java 54929 2004-10-16 16:38:42Z germuska $
*
* Copyright 2000-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
*
www.eeworm.com/read/129320/5974457
java plugin.java
/*
* FindBugs - Find bugs in Java programs
* Copyright (C) 2004, University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU L
www.eeworm.com/read/119340/6089529
java plugin.java
/*
* File : Plugin.java
* Created : 2 nov. 2003 18:43:21
* By : Olivier
*
* Azureus - a Java Bittorrent client
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/118801/6094407
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/118801/6094408
pro plugin.pro
SOURCES += plugin.cpp ../widget/filechooser.cpp
HEADERS += plugin.h ../widget/filechooser.h
DESTDIR = ../../../../../plugins/designer
TARGET = filechooser
target.path=$$plugins.path
INSTALLS
www.eeworm.com/read/118801/6094409
h plugin.h
#include
class CustomWidgetPlugin : public QWidgetPlugin
{
public:
CustomWidgetPlugin();
QStringList keys() const;
QWidget* create( const QString &classname, QWidget* p