代码搜索结果
找到约 50,122 项符合
Button 的代码
button.h
// Fig. 9.33: button.h
// Definition for class Button.
#ifndef BUTTON_H
#define BUTTON_H
class Elevator; // forward declaration
class Button {
public:
Button( Elevator
button.cpp
// Fig. 9.34: button.cpp
// Member function definitions for class Button.
#include
using std::cout;
using std::endl;
#include "button.h" // Button class definition
// construct
button.h
/***************************************************************************
button.h - description
-------------------
begin
button.cpp
/***************************************************************************
button.cpp - description
-------------------
begin
button.tcl
# button.tcl --
#
# This file defines the default bindings for Tk label, button,
# checkbutton, and radiobutton widgets and provides procedures
# that help in implementing those bindings.
#
# RCS: @(#
button.aspx
public void Button_Click(Object sender,EventArgs e)
{
string argName = ((Button)sender).CommandName;
string argArg = ((Button)s
button.aspx
public void Button_Click(Object sender,EventArgs e)
{
string argName = ((Button)sender).CommandName;
string argArg = ((Button)s
button.aspx
public void Button_Click(Object sender,EventArgs e)
{
string argName = ((Button)sender).CommandName;
string argArg = ((Button)s
button.h
// Button.h: interface for the Button class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BUTTON_H__74583B41_741D_11D4_825F_60000000105A__INCLUDED_)
button.cpp
// Button.cpp: implementation of the Button class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "pointtest.h"
#include "Button.h"
#i