代码搜索结果
找到约 50,122 项符合
Button 的代码
button.js
/*
* Ext JS Library 2.0.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.Button=Ext.extend(Ext.Component,{hidden:false,disabled:false,
button.pde
/**
* Button.
*
* Click on one of the colored squares in the
* center of the image to change the color of
* the background.
*/
int rectX, rectY; // Position of square button
int circ
button-min.js
/*
* Ext JS Library 2.0.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.Button=Ext.extend(Ext.Component,{hidden:false,disabled:false,
button.h
#ifndef BUTTON_H
#define BUTTON_H
#include
class Button : public QToolButton
{
Q_OBJECT
public:
Button(const QString &text, const QColor &color, QWidget *parent = 0);
QS
button.cpp
#include
#include "button.h"
Button::Button(const QString &text, const QColor &color, QWidget *parent)
: QToolButton(parent)
{
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Pr
button.pbi
This is an internal working file generated by the Source Browser.
23:16 40s
F:\STM32_EWARMv5\uC-GUI\GUI\Widget\BUTTON.c
F:\STM32_EWARMv5\uC-GUI\GUI\Widget\BUTTON.c
-o
F:\STM32_EWARMv5\project\EWA
button.c
/*
** $Id: button.c,v 1.58 2004/06/26 07:49:31 weiym Exp $
**
** button.c: the Button Control module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
**
*
button.h
/*
** $Id: button.h,v 1.7 2003/09/04 03:40:35 weiym Exp $
**
** button.h: the head file of Button Control module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yong
button-sensor.h
#ifndef __BUTTON_SENSOR_H__
#define __BUTTON_SENSOR_H__
#include "lib/sensors.h"
extern const struct sensors_sensor button_sensor;
#define BUTTON_SENSOR "Button"
void button_press(void);
#endif /