Searched refs:metafile (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Denhmeta.h33 wxEnhMetaFile(const wxEnhMetaFile& metafile) : wxObject() argument
34 { Init(); Assign(metafile); }
35 wxEnhMetaFile& operator=(const wxEnhMetaFile& metafile) argument
36 { Free(); Assign(metafile); return *this; }
41 // display the picture stored in the metafile on the given DC
54 // copy the metafile to the clipboard: the width and height parameters are
83 // the metafile picture size and the optional description/comment
99 // obtain a pointer to the new metafile (caller should delete it)
116 // wxEnhMetaFileDataObject is a specialization of wxDataObject for enh metafile
126 wxEnhMetaFileDataObject(const wxEnhMetaFile& metafile) argument
131 SetMetafile(const wxEnhMetaFile& metafile) argument
164 wxEnhMetaFileSimpleDataObject(const wxEnhMetaFile& metafile) argument
169 SetEnhMetafile(const wxEnhMetaFile& metafile) argument
[all...]
H A Dmetafile.h2 // Name: wx/msw/metafile.h
7 // RCS-ID: $Id: metafile.h 46103 2007-05-18 15:14:44Z VZ $
23 // Metafile and metafile device context classes
49 // After this is called, the metafile cannot be used for anything
57 // set/get the size of metafile for clipboard operations
124 * Pass filename of existing non-placeable metafile, and bounding box.
125 * Adds a placeable metafile header, sets the mapping mode to anisotropic,
137 // wxMetafileDataObject is a specialization of wxDataObject for metafile data
148 wxMetafileDataObject(const wxMetafile& metafile) argument
149 : wxDataObjectSimple(wxDF_METAFILE), m_metafile(metafile) { }
153 SetMetafile(const wxMetafile& metafile) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Denhmeta.h30 wxEnhMetaFile(const wxEnhMetaFile& metafile) argument
31 { Init(); Assign(metafile); }
32 wxEnhMetaFile& operator=(const wxEnhMetaFile& metafile) argument
33 { Free(); Assign(metafile); return *this; }
38 // display the picture stored in the metafile on the given DC
51 // copy the metafile to the clipboard: the width and height parameters are
80 // the metafile picture size and the optional description/comment
87 // obtain a pointer to the new metafile (caller should delete it)
97 // wxEnhMetaFileDataObject is a specialization of wxDataObject for enh metafile
107 wxEnhMetaFileDataObject(const wxEnhMetaFile& metafile) argument
112 SetMetafile(const wxEnhMetaFile& metafile) argument
145 wxEnhMetaFileSimpleDataObject(const wxEnhMetaFile& metafile) argument
150 SetEnhMetafile(const wxEnhMetaFile& metafile) argument
[all...]
H A Dmetafile.h2 // Name: wx/palmos/metafile.h
7 // RCS-ID: $Id: metafile.h 42752 2006-10-30 19:26:48Z VZ $
23 // Metafile and metafile device context classes
49 // After this is called, the metafile cannot be used for anything
57 // set/get the size of metafile for clipboard operations
110 * Pass filename of existing non-placeable metafile, and bounding box.
111 * Adds a placeable metafile header, sets the mapping mode to anisotropic,
123 // wxMetafileDataObject is a specialization of wxDataObject for metafile data
134 wxMetafileDataObject(const wxMetafile& metafile) argument
135 : wxDataObjectSimple(wxDF_METAFILE), m_metafile(metafile) { }
139 SetMetafile(const wxMetafile& metafile) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dmetafile.h2 // Name: metafile.h
9 // RCS-ID: $Id: metafile.h 41751 2006-10-08 21:56:55Z VZ $
27 * Metafile and metafile device context classes
56 // After this is called, the metafile cannot be used for anything
73 inline bool operator == (const wxMetafile& metafile) const { return m_refData == metafile.m_refData; }
74 inline bool operator != (const wxMetafile& metafile) const { return m_refData != metafile.m_refData; }
85 // the metafile picture size and the optional description/comment
105 * Pass filename of existing non-placeable metafile, an
129 wxMetafileDataObject(const wxMetafile& metafile) argument
134 SetMetafile(const wxMetafile& metafile) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmetafile.tex3 A {\bf wxMetafile} represents the MS Windows metafile object, so metafile
6 in a future version. Presently, the only way of creating a metafile
15 <wx/metafile.h>
27 Constructor. If a filename is given, the Windows disk metafile is
42 Returns true if the metafile is valid.
48 Plays the metafile into the given device context, returning
55 Passes the metafile data to the clipboard. The metafile can no longer be
59 Below is a example of metafile, metafil
[all...]
H A Ddataform.tex30 \twocolitem{wxDF\_METAFILE}{A metafile (wxMetafile, Windows only)}
H A Dclasses.tex265 \input metafile.tex
H A Dfunction.tex2535 Given a filename for an existing, valid metafile (as constructed using \helpref{wxMetafileDC}{wxmetafiledc})
2536 makes it into a placeable metafile by prepending a header containing the given
2540 In addition to adding the placeable metafile header, this function adds
2541 the equivalent of the following code to the start of the metafile data:
2554 {\it scale} allows the specification of scale for the metafile.
H A Dbody.tex409 features (such as metafile use under MS Windows). The symbols
H A Dtsamples.tex193 clipboard (or, in the case of the Windows version, also a metafile) - it will be
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmetafile.h2 // Name: metafile.h
9 // RCS-ID: $Id: metafile.h 49032 2007-10-04 07:29:24Z SC $
26 * Metafile and metafile device context classes
45 // After this is called, the metafile cannot be used for anything
60 // Since the native metafile format is PDF for Quartz
72 // the metafile picture size and the optional description/comment
93 * Pass filename of existing non-placeable metafile, and bounding box.
94 * Adds a placeable metafile header, sets the mapping mode to anisotropic,
107 // wxMetafileDataObject is a specialization of wxDataObject for metafile data
117 wxMetafileDataObject(const wxMetafile& metafile) argument
122 SetMetafile(const wxMetafile& metafile) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dmetafile.h2 // Name: metafile.h
9 // RCS-ID: $Id: metafile.h 42752 2006-10-30 19:26:48Z VZ $
26 * Metafile and metafile device context classes
56 // After this is called, the metafile cannot be used for anything
119 * Pass filename of existing non-placeable metafile, and bounding box.
120 * Adds a placeable metafile header, sets the mapping mode to anisotropic,
140 // wxMetafileDataObject is a specialization of wxDataObject for metafile data
152 wxMetafileDataObject(const wxMetafile& metafile, int width = 0,int height = 0) argument
153 :m_metafile(metafile)
157 void SetMetafile(const wxMetafile& metafile, in argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp27 #include "wx/metafile.h"
166 void SetMetafile(const wxMetafile& metafile) argument
168 m_metafile = metafile;
647 bool m_hasMetaFile; // true if we have valid metafile
783 static void ShowMetaFile(const wxMetaFile& metafile);
969 clip_menu->Append(Menu_PasteMFile, _T("Paste &metafile\tCtrl-M"));
1359 wxLogWarning(_T("No metafile on clipboard"));
1366 wxLogError(_T("Can't paste metafile from the clipboard"));
1990 static void ShowMetaFile(const wxMetaFile& metafile) argument
1995 canvas->SetMetafile(metafile);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmakefile.sl155 metafile.obj \
363 metafile.obj: $(MSWDIR)\metafile.cpp
364 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\metafile.cpp /BINARY metafile.obj
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex183 Under Windows, copy and cutting also copies the selection to the Windows clipboard into metafile (vector)
244 diagram clipboard and under Windows, to the Windows clipboard, in metafile and bitmap formats.}
300 in metafile and bitmap formats.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dprntbase.cpp1835 // metafile with properties identical to the printer DC. This guarantees
1839 // print the preview into a metafile:
1848 wxEnhMetaFile *metafile = metaDC.Close();
1849 if ( !metafile )
1852 // now render the metafile:
1858 metafile->Play(&bmpDC, &outRect);
1861 delete metafile;
1863 // TODO: we should keep the metafile and reuse it when changing zoom level
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmakefile.va497 ..\os2\$D\metafile.obj \
577 metafile.obj
926 copy ..\os2\$D\metafile.obj
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/palmos/
H A Dmakefile195 ../../src/palmos/metafile.cpp \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DMakefile.in2219 wx/mac/metafile.h \
2301 wx/mac/carbon/metafile.h \
2456 wx/msw/metafile.h \
2575 wx/os2/metafile.h \
2650 wx/msw/metafile.h \
3053 wx/metafile.h \
13843 monodll_carbon_metafile.o: $(srcdir)/src/mac/carbon/metafile.cpp $(MONODLL_ODEP)
13844 $(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $(srcdir)/src/mac/carbon/metafile.cpp
14299 monodll_os2_metafile.o: $(srcdir)/src/os2/metafile.cpp $(MONODLL_ODEP)
14300 $(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $(srcdir)/src/os2/metafile
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex2379 metafile, or segmented hypergraphics file (.SHG). If a suitable file is
2382 bitmap or metafile is converted into hex and inserted into the RTF
2388 Pro. A placeable metafile has a special header with dimension
2414 and metafile images. A value of zero indicates that the image should
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/msw/
H A Dmakefile.bcc4966 $(OBJS)\monodll_metafile.obj: ..\..\src\msw\metafile.cpp
4967 $(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) ..\..\src\msw\metafile.cpp
6874 $(OBJS)\monolib_metafile.obj: ..\..\src\msw\metafile.cpp
6875 $(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\msw\metafile.cpp
9124 $(OBJS)\coredll_metafile.obj: ..\..\src\msw\metafile.cpp
9125 $(CXX) -q -c -P -o$@ $(COREDLL_CXXFLAGS) ..\..\src\msw\metafile.cpp
10304 $(OBJS)\corelib_metafile.obj: ..\..\src\msw\metafile.cpp
10305 $(CXX) -q -c -P -o$@ $(CORELIB_CXXFLAGS) ..\..\src\msw\metafile.cpp
H A Dmakefile.dmc1825 $(OBJS)\corelib_metafile.obj : ..\..\src\msw\metafile.cpp $(CORELIB_ODEP)
1826 $(CXX) -mn -c -cpp -o$@ $(CORELIB_CXXFLAGS) ..\..\src\msw\metafile.cpp
H A Dmakefile.dms4089 $(OBJS)\monodll_metafile.obj : ..\..\src\msw\metafile.cpp $(MONODLL_ODEP)
4090 $(CXX) -mn -c -cpp -o$@ $(MONODLL_CXXFLAGS) ..\..\src\msw\metafile.cpp
5997 $(OBJS)\monolib_metafile.obj : ..\..\src\msw\metafile.cpp $(MONOLIB_ODEP)
5998 $(CXX) -mn -c -cpp -o$@ $(MONOLIB_CXXFLAGS) ..\..\src\msw\metafile.cpp
8247 $(OBJS)\coredll_metafile.obj : ..\..\src\msw\metafile.cpp $(COREDLL_ODEP)
8248 $(CXX) -mn -c -cpp -o$@ $(COREDLL_CXXFLAGS) ..\..\src\msw\metafile.cpp
9427 $(OBJS)\corelib_metafile.obj : ..\..\src\msw\metafile.cpp $(CORELIB_ODEP)
9428 $(CXX) -mn -c -cpp -o$@ $(CORELIB_CXXFLAGS) ..\..\src\msw\metafile.cpp
H A Dmakefile.vc5521 $(OBJS)\monodll_metafile.obj: ..\..\src\msw\metafile.cpp
5522 $(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) ..\..\src\msw\metafile.cpp
7429 $(OBJS)\monolib_metafile.obj: ..\..\src\msw\metafile.cpp
7430 $(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) ..\..\src\msw\metafile.cpp
9679 $(OBJS)\coredll_metafile.obj: ..\..\src\msw\metafile.cpp
9680 $(CXX) /c /nologo /TP /Fo$@ $(COREDLL_CXXFLAGS) ..\..\src\msw\metafile.cpp
10859 $(OBJS)\corelib_metafile.obj: ..\..\src\msw\metafile.cpp
10860 $(CXX) /c /nologo /TP /Fo$@ $(CORELIB_CXXFLAGS) ..\..\src\msw\metafile.cpp

Completed in 475 milliseconds

12