E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
getDocument
文档视图框架简介
在CView的派生类中的OnDraw函数中,通过
GetDocument
()返回与之关联的Document指针:pDoc。视图正是通过这
guoduhua
·
2013-04-22 20:00
mfc
文档模式
Xml的CRUD操作
98DAO:publicclassStudentDao{publicvoidadd(Studentstudent){Documentdocument=null;try{document=XmlUtils.
getDocument
键盘小生
·
2013-02-05 14:00
MFC 打印和预览的功能 .
//XXX绘制voidXXX::OnDraw(CDC*pDC){ XXX*pDoc=
GetDocument
(); ASSERT_VALID(pDoc); if(!
z397164725
·
2013-01-29 16:00
在MFC类中各种类的指针的获取和应用
m_pMainWndAfxGetMainWnd()->MDIGetActive()AfxGetMainWnd()->GetActiveFrame()SDI:AfxGetMainWnd()->GetActiveView()->
GetDocument
IvanLJF
·
2013-01-07 18:00
MFC中几种获取视图指针方法
从视图类获得文档类的指针是很容易的,用
GetDocument
即可,这在一般的MFC文档中有
P40614021
·
2012-11-27 17:00
在窗口中显示一幅 JPG 图象
voidCShowJPGView::OnDraw(CDC*pDC){CShowJPGDoc*pDoc=
GetDocument
();ASSERT_VALID(pDoc);if(!pDoc)retur
yougwypf1991
·
2012-11-12 13:01
vc
jpg
照片
open
file
VC
在窗口中显示一幅 JPG 图象
voidCShowJPGView::OnDraw(CDC*pDC){CShowJPGDoc*pDoc=
GetDocument
();ASSERT_VALID(pDoc);if(!pDoc)retur
KangKermit
·
2012-11-12 13:00
File
open
VC
jpg
照片
文本编程
voidCTextView::OnDraw(CDC*pDC) //响应WM_PAINT消息的函数{ CTextDoc*pDoc=
GetDocument
(); ASSERT_VALID
bcypxl
·
2012-09-11 21:00
编程
c
timer
null
图形
JTextField内容改变自动触发事件
内容改变的时候,你想有相应的响应,那你就为它添加一个监听器 JTextField=newJTextField(); Documentdt=myTextField.
getDocument
pengchua
·
2012-08-27 20:00
Swing中JTextField的输入/删除事件
myjtf.
getDocument
().addDocumentListener(newjavax.swing.event.DocumentListener(){ publicvoidchangedUpdate
xiezhiyong3621
·
2012-08-16 23:00
ajax在joomla中的原生态应用代码
那么怎么实现呢,首先建立一个ajax的获取按钮,一般我们都是在组件的编辑中用到,所以文件一般在views\你的视图\tmpl\default.php里面:复制代码代码如下:$doc=&JFactory::
getDocument
·
2012-07-19 13:03
nekohtml解析html
xercesImpl-2.9.1.jar /** * 转dom树 * @param html * @return */ private Document
getDocument
tianyalinfeng
·
2012-07-02 10:00
html
MFC中获取MainFrame,Doc,View,App等指针的方法
AfxGetInstanceHandle() AfxGetApp() GETFrame->View->Document SDI AfxGetMainWnd()->GetActiveView()->
GetDocument
sunshinewave
·
2012-06-26 14:00
框架
null
文档
mfc
工具
wizard
VC++图形平移功能的实现
具体的代码如下:CDC*pDC=GetDC(); CGISServerDoc*pDoc=
GetDocument
(); OGRPointpt1=pDoc->m_mapWnd.ScreenPointToGeoPoint
zhouxuguang236
·
2012-06-24 15:00
编程
vc++
图形
8种常用图像处理算法
1.图像镜像voidCCimageProcessingView::OnGeomTrpo(){//获取指向文档的指针CCimageProcessingDoc*pDoc=
GetDocument
();//指向
ivandark
·
2012-06-01 00:40
转来学习
MFC 实现在调用非模式对话框时,view不可响应鼠标操作
那么需要屏蔽鼠标的动作:1)在view类的PreTranslateMessage函数中添加代码BOOLCDrawProgramView::PreTranslateMessage(MSG*pMsg){if(
GetDocument
zhoxier
·
2012-05-24 09:00
mfc
dialog
工具
灰度图像用SetPixel可以正常显示,StretchDIBits画出的图像倾斜
详细情况如下:当用SetPixel函数时, for(intj=0;jm_pFr->m_pView->
GetDocument
()->m_lpBits[j*nWidth+k];int g=b;int r
zhongjling
·
2012-05-19 19:00
MFC双缓冲 防止闪屏
voidCWanggeView::OnDraw(CDC*pDC) { CWanggeDoc*pDoc=
GetDocument
(); ASSERT_VALID(pDoc); //TODO:adddrawcodefornativedatahere
toss156
·
2012-04-15 13:00
null
mfc
图形
MFC双缓冲 防止闪屏
void CWanggeView::OnDraw(CDC* pDC) { CWanggeDoc* pDoc =
GetDocument
(); ASSERT_VALID(pDoc); // TODO: add
izuoyan
·
2012-04-15 13:00
mfc
VC++.NET 技术内幕学习三
第十五章、文档与视图的分离CView::
GetDocument
();非虚函数。返回的是指向文档的指针。
windows_nt
·
2012-03-31 13:00
C++中使用CAtlHttpClient显示网络图片的方法,支持png,bmp,gif图片格式
download.csdn.net/detail/mnorst/4186550voidCShowNetImageView::OnDraw(CDC*pDC) { CShowNetImageDoc*pDoc=
GetDocument
mnorst
·
2012-03-30 14:00
C++
网络
MFC绘制简单折线图
voidCMFC_CDCView::OnDraw(CDC*pDC){CMFC_CDCDoc*pDoc=
GetDocument
();ASSERT_VALID(pDoc);if(!
chuekup
·
2012-03-25 00:45
mfc
C++
MFC绘制简单折线图
voidCMFC_CDCView::OnDraw(CDC*pDC) { CMFC_CDCDoc*pDoc=
GetDocument
(); ASSERT_VALID(pDoc); if(!
Chuekup
·
2012-03-25 00:00
MFC获取文档 视图 程序 框架类的指针
从视图类获得文档类的指针是很容易的,用
GetDocument
即可,这在一般的MFC文档中有
popstars5207
·
2012-03-23 19:00
框架
null
Class
文档
mfc
wizard
MFC中获得各个类的句柄的总结
1)在View中获得Doc指针CYouSDIDoc*pDoc=
GetDocument
();一个视只能有一个文档。
gavin710
·
2012-03-17 14:00
application
文档
mfc
resources
reference
initialization
VC++界面编程总结
改变视图背景色: 在CView的OnDraw函数中添写如下一段程序代码: void CFileNameView::OnDraw(CDC* pDC) {CFileNameDoc* pDoc =
GetDocument
junwong
·
2012-03-09 16:00
MDI获取视图指针
从视图类获得文档类的指针是很容易的,用
GetDocument
即可,这在一般的MFC文档中有
Stone_Sky
·
2012-03-07 14:00
活动
null
application
Class
文档
wizard
MFC GDI+ 绘图
voidCGDIplusTestView::OnDraw(CDC*/*pDC*/) { CGDIplusTestDoc*pDoc=
GetDocument
(); ASSERT_VALID(
Mirage520
·
2012-03-03 20:00
GetDocument
()
视图对象是用来显示文档对象的内容,函数
GetDocument
()用于获取当前文档对象的指针m_pDocument. 而函数OnDraw()是一个虚函数,负责文档对象的数据在用户视图区的显示输出。
scut1135
·
2012-02-24 20:00
文档
mfc
VC 和 GDI+ 实现仿ibook 翻页效果
voidCGdiplusTestView::OnDraw(CDC*pDC) { CGdiplusTestDoc*pDoc=
GetDocument
(); ASSERT_VALID(pDoc); /
toss156
·
2012-02-20 12:00
image
null
float
微软
Matrix
GDI+
dom4j如何处理中文问题
一、在读取xml文件的时候要记得设置编码,代码如下: private Document
getDocument
(String fileName) { try { 
冷炳腾
·
2012-02-03 10:00
dom4j
VC基本操作四十条
一、改变视图背景色:在CView的OnDraw函数中添写如下一段程序代码:voidCFileNameView::OnDraw(CDC*pDC){CFileNameDoc*pDoc=
GetDocument
zhaodan19861107
·
2012-01-05 13:00
dom4j如何处理中文问题
郁闷呀,现在把它记下来,以免以后再犯类似的错误 一、在读取xml文件的时候要记得设置编码,代码如下: private Document
getDocument
(String fileName)
murener
·
2011-12-28 10:00
dom4j
MFC中的CDC 绘图
绘图一般在视图类的(屏幕/打印机)绘图消息响应函数OnDraw中进行,例如:voidCTestView::OnDraw(CDC*/*pDC*/){ CTestDoc*pDoc=
GetDocument
feimashenhua
·
2011-12-08 12:00
绘图用的函数及矩形类CRect和矩形结构RECT
绘图一般在视图类的(屏幕/打印机)绘图消息响应函数OnDraw中进行,例如:voidCTestView::OnDraw(CDC*/*pDC*/){ CTestDoc*pDoc=
GetDocument
haoruifly
·
2011-12-07 19:00
开发基于xml的design与source的多页编辑器
StructuredModelManager.getModelManager().getModelForRead(file); IDOMDocument document = ((DOMModelImpl)structuredModel).
getDocument
wenzibenben
·
2011-12-07 15:00
VC 实现视图区背景颜色渐变填充
voidCSTest1View::OnDraw(CDC*pDC) { CSTest1Doc*pDoc=
GetDocument
(); ASSERT_VALID(pDoc); //TODO:adddrawcodefornativedatahere
xgx198831
·
2011-12-07 11:00
missing storage-class or type specifiers的解决方法
syntaxerror:missing';'before'*'errorC2501:'CTest1Doc':missingstorage-classortypespecifierserrorC2501:'
GetDocument
xitong2012
·
2011-11-30 19:00
绘制视图背景
绘制视图背景在视图类的OnDraw函数中绘制视图背景voidCDrawBkView::OnDraw(CDC*pDC){ CDrawBkDoc*pDoc=
GetDocument
(); //获取文档指针
friendan
·
2011-11-24 15:00
文档
JTextField加DocumentListener监听
protected void changeFilter(DocumentEvent event) { javax.swing.text.Document document = event.
getDocument
tw_wangzhengquan
·
2011-11-16 12:00
textfield
dom增删改查xml文件
public class DOMForXml { /** * 获得doc对象 */ public Document
getDocument
(String fileName
saluya
·
2011-11-14 10:00
增删改查
在View中获得Doc指针
在View中获得Doc指针CYouSDIDoc*pDoc=
GetDocument
();一个视只能有一个文档。
friendan
·
2011-11-13 10:00
vc 文档绘图
voidCSinusoidView::OnDraw(CDC*pDC) { CSinusoidDoc*pDoc=
GetDocument
(); ASSERT_VALID(pDoc); //TODO:adddrawcodefornativedatahere
luck_good
·
2011-11-12 14:00
文档视图框架简介
在CView的派生类中的OnDraw函数中,通过
GetDocument
()返回与之关联的Document指针:pDoc。视图正是通过这
wche1990
·
2011-11-07 18:00
数据结构
框架
活动
文档
mfc
框架窗口和文档、视图的交互(MFC)
在框架窗口中可以通过GetActiveView()可以得到活动视图的指针pView,接着pView->
GetDocument
()便可以得到与之关联的文档指针pDoc。
wche1990
·
2011-11-07 18:00
MFC中的CDC 绘图
绘图一般在视图类的(屏幕/打印机)绘图消息响应函数OnDraw中进行,例如:voidCTestView::OnDraw(CDC*/*pDC*/){ CTestDoc*pDoc=
GetDocument
swazer_z
·
2011-11-04 17:00
VC 常用代码
VC常用代码一、改变视图背景色:在CView的OnDraw函数中添写如下一段程序代码:void CFileNameView::OnDraw(CDC* pDC){CFileNameDoc* pDoc =
GetDocument
olei_oleitao
·
2011-11-03 16:00
VC杂项
一、改变视图背景色: 在CView的OnDraw函数中添写如下一段程序代码: voidCFileNameView::OnDraw(CDC*pDC) {CFileNameDoc*pDoc=
GetDocument
fivedoumi
·
2011-10-19 20:00
null
dialog
工具
FP
menu
fun
c++画圆的程序
CMagtomoDoc*pDoc=
GetDocument
();ASSERT_VALID(pDoc);//TODO:adddrawcodefornativedatahereif(pDoc->emt->HasCalculated
xiaoshengyige
·
2011-10-17 23:00
C++
jtextpane jtextarea 使滚动条到最后(或最前) 通过设置光标位置
jtextpanejtextarea使滚动条到最后(或最前)通过设置光标位置jTextPane0.setCaretPosition(jTextPane0.
getDocument
().getLength
lushuaiyin
·
2011-10-08 10:00
thread
exception
String
null
Class
constraints
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他