GithubHelp home page GithubHelp logo

generic-framework's Introduction

Generic Framework

This document describes the process of designing a custom framework based on the Generic Framework that has been developed. The purpose of the Generic Framework is to allow a programmer to quickly and conveniently create a framework style software application that is easily customizable for specific usage. The Generic Framework provides a simple interface to do just this.

Overview

The Generic Framework contains custom graphical widgets, custom UI classes, and a well structured system for creating a framework style application. The Generic Framework has a strong MFC design pattern that distinctly separates the models behind the user interface with the user interface itself. The overview of the system will begin with the model behind the user interface.

Project

A project is what the user will view as he works in the Generic Framework. A project contains a set of settings, along with the “Tools” that will be used within the project.

Tools

Tools can be easily written to plug into the Generic Framework. A tool can be added or removed from a project. Tools are capable of saving all of the information within them, and reloading them when necessary. The Tool API allows a third party user to easily create new tools that can integrate with other Tools written by other programmers.

Project Container

Project Containers are the way in which the user can view the project. The Generic Framework has one prewritten view, called the TabbedProjectContainer, which contains tabs for each of the tools in the project. The Project Container Manager can be used to manage the views, including those created by a programmer who has used the Generic Framework to create their own framework style application. The main window of the application automatically looks for the current view stored in the Project Container manager, and receives updates from the project when they are fired.

generic-framework's People

Contributors

futbolpal avatar

Stargazers

 avatar

Watchers

 avatar

generic-framework's Issues

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.