代码搜索:Docking
找到约 764 项符合「Docking」的源代码
代码结果 764
www.eeworm.com/read/233755/14139568
exe docking.exe
www.eeworm.com/read/233755/14139570
pdb docking.pdb
www.eeworm.com/read/229004/14355768
cpp docking.cpp
#include "stdafx.h"
#include "docking.h"
void dock(int *x, int *y, int w, int h, int ox, int oy, int ow, int oh, int snapd);
// specialised function which causes the window specified to dock
/
www.eeworm.com/read/229004/14355803
h docking.h
// Header file for docking code. This file & its cpp file contain
// a couple of functions to make docking with winamp really easy.
#if !defined(__Docking_H_)
#define __Docking_H_
#ifndef WIN3
www.eeworm.com/read/214919/15083455
ico docking.ico
www.eeworm.com/read/214303/15106917
bmp docking.bmp
www.eeworm.com/read/12870/258730
dll docking.dll
www.eeworm.com/read/243634/4519518
cpp docking.cpp
#include
#include
#include
#include
#include
#include "docking.h"
KApplication *mykapp;
DockWidget *dock_widget;
int main( int argc, char *ar
www.eeworm.com/read/243634/4519519
xpm docking.xpm
/* XPM */
static char * 0001_xpm[] = {
"25 22 292 2",
" c None",
". c #000000",
"+ c #090909",
"@ c #414143",
"# c #606063",
"$ c #0A0A0A",
"% c #040404",
"& c #070708",
"* c #010101",
"= c
www.eeworm.com/read/243634/4519520
h docking.h
#ifndef _DOCKING_H_
#define _DOCKING_H_
#include
#include
class DockWidget : public QWidget {
Q_OBJECT
public:
DockWidget(const char *name=0);
~DockWidget();
protected: