代码搜索结果
找到约 10,000 项符合
Button 的代码
button.java
package lejos.nxt;
/**
* Abstraction for an NXT button.
* Example:
*
* Button.ENTER.waitForPressAndRelease();
* Sound.playTone (1000, 1);
*
*/
public class B
button.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
button.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
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.cpp
/* _______ __ __ __ ______ __ __ _______ __ __
* / _____/\ / /\ / /\ / /\ / ____/\ / /\ / /\ / ___ /\ / |\/ /\
* / /\____\// / // / /
button.h
/* _______ __ __ __ ______ __ __ _______ __ __
* / _____/\ / /\ / /\ / /\ / ____/\ / /\ / /\ / ___ /\ / |\/ /\
* / /\____\// / // / /
button.h
//
// $Id: button.h,v 1.4 2001/09/14 07:13:11 ymwei Exp $
//
// button.h: the head file of Button Control module.
//
// Copyright (c) 1999, Wei Yongming.
//
//
// Note:
// Originally by Zhao Jianghu
button.java
package com.meterware.httpunit;
/********************************************************************************************************************
* $Id: Button.java,v 1.15 2004/06/29 23:24:12 rus