代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/120251/6078312
h icecallbackstemplate.h
// Cheap templates inspired from MESA
#ifdef TEMPLATED_CALLBACK
#ifdef TEMPLATED_CONTAINER
#ifdef TEMPLATED_MANAGER
#ifdef TEMPLATED_CODE
#ifdef TEMPLATED_PARAM
#ifdef TEMPLATED_SIZE
//
www.eeworm.com/read/113165/6140322
h iceparser.h
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/113165/6140326
h icecallbackstemplate.h
// Cheap templates inspired from MESA
#ifdef TEMPLATED_CALLBACK
#ifdef TEMPLATED_CONTAINER
#ifdef TEMPLATED_MANAGER
#ifdef TEMPLATED_CODE
#ifdef TEMPLATED_PARAM
#ifdef TEMPLATED_SIZE
//
www.eeworm.com/read/106385/6193955
cxx tassert8.cxx
//==========================================================================
//
// tassert8.cxx
//
// Assertion test case
//
/
www.eeworm.com/read/100043/6275690
c ident.c
/*
* $Id: ident.c,v 1.49.2.1 1999/02/12 19:38:30 wessels Exp $
*
* DEBUG: section 30 Ident (RFC 931)
* AUTHOR: Duane Wessels
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
*
www.eeworm.com/read/477089/6745228
h metahelpers.h
//
// Copyright (C) 2004-2006, Maciej Sobczak
//
// Permission to copy, use, modify, sell and distribute this software
// is granted provided this copyright notice appears in all copies.
// This softw
www.eeworm.com/read/155530/11865542
h bind.h
#include "stringfinder.h"
//===================================================================
class KeyBindManager
{
public:
typedef void (*CallBack_ExecuteFunc)(const std::string& cmd);
typ
www.eeworm.com/read/258337/11869881
cpp qlineedit.cpp
#include "qlineedit.h"
static void Edit_Callback(Fl_Widget* o, void * pThis)
{
((QLineEdit*)pThis)->_callback();
}
void QLineEdit::_callback()
{
emit textChanged(m_pInput->value());
}
QLin
www.eeworm.com/read/132000/14116559
h bind.h
#include "stringfinder.h"
//===================================================================
class KeyBindManager
{
public:
typedef void (*CallBack_ExecuteFunc)(const std::string& cmd);
typ
www.eeworm.com/read/154890/5632372
cpp qlineedit.cpp
#include "qlineedit.h"
static void Edit_Callback(Fl_Widget* o, void * pThis)
{
((QLineEdit*)pThis)->_callback();
}
void QLineEdit::_callback()
{
emit textChanged(m_pInput->value());
}
QLin