代码搜索:DrawArea
找到约 56 项符合「DrawArea」的源代码
代码结果 56
www.eeworm.com/read/421437/2052536
h drawarea.h
#ifndef _DRAWAREA_H
#define _DRAWAREA_H
#include
#include
#include
#include
class DrawArea : public QWidget
{
Q_OBJECT
public:
DrawArea(QWidget *parent
www.eeworm.com/read/368130/2825193
cpp drawarea.cpp
#include
#include "drawarea.h"
DrawArea::DrawArea(QWidget *parent)
: QWidget(parent)
{
setAttribute(Qt::WA_StaticContents);
modified = false;
scribbling = false;
myPenW
www.eeworm.com/read/368130/2825196
h drawarea.h
#ifndef _DRAWAREA_H
#define _DRAWAREA_H
#include
#include
#include
#include
class DrawArea : public QWidget
{
Q_OBJECT
public:
DrawArea(QWidget *parent
www.eeworm.com/read/382631/9014941
h drawarea2d.h
/* 2008 (c) Dorival M. Pedroso */
#ifndef MPM_DRAWAREA2D_H
#define MPM_DRAWAREA2D_H
// STL
#include // for ceil and floor
#include // for DBL_EPSILON
// FLTK
#include
#i
www.eeworm.com/read/288451/8631340
java gui.java
import java.awt.*;
import java.awt.event.*;
//import java.awt.image.ImageObserver;
import javax.swing.*;
//import javax.swing.event.*;
//import javax.swing.border.*;
import java.util.*;
//impor
www.eeworm.com/read/187131/8854100
c defaultappproc.c
/*
* Default Application Handler
*
*
* COPYRIGHT (c) 2001 - 2010.
* emTech System Corporation.
*
* The license and distribution terms for this file may be
* found in found in the
www.eeworm.com/read/187131/8854106
h window.h
/*
* Window layer
*
*
* COPYRIGHT (c) 2001 - 2010.
* emTech System Corporation.
*
* The license and distribution terms for this file may be
* found in found in the file LICENSE.
www.eeworm.com/read/187131/8854182
c device.c
/*
* Screen Device Driver
*
*
* COPYRIGHT (c) 2001 - 2010.
* emTech System Corporation.
*
* The license and distribution terms for this file may be
* found in found in the file LI
www.eeworm.com/read/167776/9952984
c defaultappproc.c
/*
* Default Application Handler
*
*
* COPYRIGHT (c) 2001 - 2010.
* emTech System Corporation.
*
* The license and distribution terms for this file may be
* found in found in the