GithubHelp home page GithubHelp logo

phlinhng / qvplugin-interface Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qv2ray/qvplugin-interface

0.0 1.0 0.0 51 KB

Qv2ray 插件接口

License: MIT License

C++ 91.17% CMake 8.27% QMake 0.57%

qvplugin-interface's Introduction

Qv2ray Plugin Interface

This repo holds necessary headers for you to write your own Qv2ray plugin.

File Descriptions

  • Qv2rayPluginObjects.hpp
    • Contains necessary files to write a Kernel Plugin
  • Qv2rayPluginProcessor.hpp
    • Processor Object which receives event messages from Qv2ray
  • QvPluginInterface.hpp
    • Interface Object contains plugin metadata.
  • QvPluginInterfaceModels.hpp
    • Common data models and Enums for Plugin Metadata and Plugin Event Processor

How to write a plugin

  1. Firstly you need to have a Qt library project: *.so *.dll *.dylib
  2. Add this repository as a git submodule or as a sub-directory
  3. Include QvPluginInterface.pri or QvPluginInterface.cmake into your project pro file or CMakeLists.txt
  4. Write your own QObject, inherited from Qv2rayPlugin::Qv2rayInterface
  5. ….

qvplugin-interface's People

Contributors

ducksoft avatar ymshenyu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.