mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:10:37 +00:00
Put html files under cvs so people without the gsdoc converter can read them.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6181 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6e7b4b666c
commit
6a9b414593
103 changed files with 21298 additions and 1 deletions
78
Documentation/gsdoc/NSGraphicsContext.html
Normal file
78
Documentation/gsdoc/NSGraphicsContext.html
Normal file
|
@ -0,0 +1,78 @@
|
|||
<html><head>
|
||||
<title>NSGraphicsContext</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="NSFormCell.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="NSHelpManager.html">[Next]</a>
|
||||
<h1>NSGraphicsContext</h1>
|
||||
<h3>Authors</h3>
|
||||
<dl>
|
||||
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
||||
<dd>
|
||||
</dl>
|
||||
<p>Version: 0.1</p>
|
||||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSGraphicsContext</a></h2>
|
||||
<h2><a name="NSGraphicsContext">NSGraphicsContext</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSGraphicsContext.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><a href="NSGraphicsContext.html#method-0">+currentContext</a>
|
||||
<li><a href="NSGraphicsContext.html#method-1">+setCurrentContext:</a>
|
||||
<li><a href="NSGraphicsContext.html#method-2">-flush</a>
|
||||
<li><a href="NSGraphicsContext.html#method-3">-flushGraphics</a>
|
||||
<li><a href="NSGraphicsContext.html#method-4">-isDrawingToScreen</a>
|
||||
<li><a href="NSGraphicsContext.html#method-5">-restoreGraphicsState</a>
|
||||
<li><a href="NSGraphicsContext.html#method-6">-saveGraphicsState</a>
|
||||
<li><a href="NSGraphicsContext.html#method-7">-wait</a>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2><a name="method-0">currentContext</a></h2>
|
||||
+ (NSGraphicsContext*) <b>currentContext</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-1">setCurrentContext:</a></h2>
|
||||
+ (void) <b>setCurrentContext:</b> (NSGraphicsContext*)context<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-2">flush</a></h2>
|
||||
- (void) <b>flush</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-3">flushGraphics</a></h2>
|
||||
- (void) <b>flushGraphics</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-4">isDrawingToScreen</a></h2>
|
||||
- (BOOL) <b>isDrawingToScreen</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-5">restoreGraphicsState</a></h2>
|
||||
- (void) <b>restoreGraphicsState</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-6">saveGraphicsState</a></h2>
|
||||
- (void) <b>saveGraphicsState</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-7">wait</a></h2>
|
||||
- (void) <b>wait</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue