Searched refs:diagram (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dcsprint.cpp39 bool wxDiagramClipboard::Copy(wxDiagram* diagram) argument
43 return DoCopy(diagram, this, false, NULL);
46 // Copy contents to the diagram, with new ids.
48 bool wxDiagramClipboard::Paste(wxDiagram* diagram, wxDC* dc, int offsetX, int offsetY) argument
50 return DoCopy(this, diagram, true, dc, offsetX, offsetY);
239 // By default, we'll just add it directly to the destination diagram.
267 csDiagram* diagram = (csDiagram*) diagramTo;
268 csDiagramDocument* doc = diagram->GetDocument();
282 csDiagram* diagram = (csDiagram*) diagramTo;
283 csDiagramDocument* doc = diagram
310 csDiagram* diagram = (csDiagram*) diagramTo; local
[all...]
H A Ddialogs.cpp112 wxASSERT_MSG( (success), _T("Could not load diagram settings panel."));
203 // Apply settings to all open diagram documents
211 wxDiagram* diagram = (wxDiagram*) diagramDoc->GetDiagram(); local
213 diagram->SetGridSpacing((double) wxGetApp().GetGridSpacing());
218 diagram->SetSnapToGrid(false);
223 diagram->SetSnapToGrid(true);
H A Dshapes.h54 bool Copy(wxDiagram* diagram);
56 // Copy contents to the diagram, with new ids.
60 bool Paste(wxDiagram* diagram, wxDC* dc = NULL,
75 // By default, we'll just add it directly to the destination diagram, and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex53 \chapter{Working with the diagram window}\label{schedule}%
57 This section describes how you work in the diagram window.
73 \section{Creating a diagram}
75 To create a new diagram, click on "File|New" or the New tool.
88 The second new toolbar is called the \helpref{diagram palette}{diagrampalette} and contains:
98 To add a symbol, left-click on the symbol in the diagram palette,
176 OGL Studio has a diagram clipboard, into which you can copy selections. You can then
177 paste the contents of clipboard into the same or another diagram window.
181 the current diagram window.
199 \twocolitem{Ctrl-O}{Open a diagram}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dogldiag.h116 void FindCrossings(wxDiagram& diagram);
117 void DrawCrossings(wxDiagram& diagram, wxDC& dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.h90 * A diagram document, which contains a diagram.
98 MyDiagram diagram; member in class:DiagramDocument
111 inline wxDiagram *GetDiagram() { return &diagram; }
H A Ddoc.cpp45 diagram.DeleteAllShapes();
59 diagram.SaveFile(buf);
80 diagram.DeleteAllShapes();
81 diagram.LoadFile(buf);
98 diagram.SaveFile(buf);
119 diagram.DeleteAllShapes();
120 diagram.LoadFile(buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/doc/
H A DMakefile.am53 # diagram.png/diagram.svg aren't really HTML, but must go in the same
56 diagram.png \
57 diagram.svg \
H A DMakefile354 # diagram.png/diagram.svg aren't really HTML, but must go in the same
357 diagram.png \
358 diagram.svg \
H A DMakefile.in354 # diagram.png/diagram.svg aren't really HTML, but must go in the same
357 diagram.png \
358 diagram.svg \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dogldiag.cpp217 // First write the diagram type
218 wxExpr *header = new wxExpr(_T("diagram"));
301 wxExpr *header = database.FindClauseByFunctor(_T("diagram"));
595 void wxLineCrossings::FindCrossings(wxDiagram& diagram) argument
598 wxNode* node1 = diagram.GetShapeList()->GetFirst();
615 wxNode* node2 = diagram.GetShapeList()->GetFirst();
666 void wxLineCrossings::DrawCrossings(wxDiagram& WXUNUSED(diagram), wxDC& dc)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlibs.tex10 diagram show dependencies between them:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex496 the window overlap diagram). At this point, the audio data between the

Completed in 229 milliseconds