Mon, 03 Aug 2009 14:09:20 +0100
added P-touch decoder source
| philpem@5 | 1 | xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| philpem@5 | 2 | <head> |
| philpem@5 | 3 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta> |
| philpem@5 | 4 | <title>The CImg Library - C++ Template Image Processing Toolkit</title> |
| philpem@5 | 5 | <meta content="David Tschumperle" name="author"></meta> |
| philpem@5 | 6 | <link rel="shortcut icon" type="image/x-icon" href="http://cimg.sourceforge.net/favicon.ico"></link> |
| philpem@5 | 7 | <link rel="icon" type="image/png" href="favicon.png"></link> |
| philpem@5 | 8 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
| philpem@5 | 9 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
| philpem@5 | 10 | <style type="text/css"> |
| philpem@5 | 11 | <!-- |
| philpem@5 | 12 | body {background-color:white; font-family:sans-serif; } |
| philpem@5 | 13 | a:active{text-decoration:none; color:#303090} |
| philpem@5 | 14 | a:link{text-decoration:none; color:#303090} |
| philpem@5 | 15 | a:visited{text-decoration:none; color:#303090} |
| philpem@5 | 16 | a:hover{text-decoration:underline; color:#4E9F71} |
| philpem@5 | 17 | --> |
| philpem@5 | 18 | </style> |
| philpem@5 | 19 | <script language="JavaScript" type="text/javascript"> |
| philpem@5 | 20 | <!-- Original: Eric King (eric_andrew_king@hotmail.com) is used to display images in popup windows --> |
| philpem@5 | 21 | <!-- Web Site: http://redrival.com/eak/ --> |
| philpem@5 | 22 | <!-- This script and many more are available free online at --> |
| philpem@5 | 23 | <!-- The JavaScript Source!! http://javascript.internet.com --> |
| philpem@5 | 24 | <!-- Begin |
| philpem@5 | 25 | function NewWindow(mypage, myname, w, h, scroll) { |
| philpem@5 | 26 | var winl = (screen.width - w) / 2; |
| philpem@5 | 27 | var wint = (screen.height - h) / 2; |
| philpem@5 | 28 | winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable' |
| philpem@5 | 29 | win = window.open(mypage, myname, winprops) |
| philpem@5 | 30 | if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } |
| philpem@5 | 31 | } |
| philpem@5 | 32 | // End --> |
| philpem@5 | 33 | </script> |
| philpem@5 | 34 | </head> |
| philpem@5 | 35 | <body> |
| philpem@5 | 36 | <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> |
| philpem@5 | 37 | <tbody><tr><td> |
| philpem@5 | 38 | <hr noshade="noshade" size="1" width="90%"></hr> |
| philpem@5 | 39 | <center> |
| philpem@5 | 40 | <br/> |
| philpem@5 | 41 | <a href="http://cimg.sourceforge.net"><img src="http://cimg.sourceforge.net/img/CImgLogo.jpg" alt="" border="0"></img></a><br/> |
| philpem@5 | 42 | <br/> |
| philpem@5 | 43 | </center> |
| philpem@5 | 44 | <hr noshade="noshade" size="1" width="90%"></hr> |
| philpem@5 | 45 | <center> |
| philpem@5 | 46 | <table bgcolor="#EEEEFF" style="width: 90%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="3" cellspacing="0"> |
| philpem@5 | 47 | <tbody><tr><td style="text-align: center; vertical-align: top;"> |
| philpem@5 | 48 | <font color="#FFFFFF" face="Arial,Helvetica" size="-1"> |
| philpem@5 | 49 | <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/index.shtml">Main</a> <b>]</b> |
| philpem@5 | 50 | <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/news.shtml">News</a><b>] </b> |
| philpem@5 | 51 | <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/download.shtml">Download</a> <b>]</b> |
| philpem@5 | 52 | <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/screenshots.shtml">Screenshots</a> <b>]</b> |
| philpem@5 | 53 | <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__faq.html">FAQ</a> <b>]</b> |
| philpem@5 | 54 | <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__tutorial.html">Tutorial</a> <b>]</b> |
| philpem@5 | 55 | <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/index.html">Documentation</a> <b>]</b> |
| philpem@5 | 56 | <b>[</b> <a target="_parent" href="http://sourceforge.net/forum/forum.php?forum_id=334630">Forum</a> <b>]</b> |
| philpem@5 | 57 | <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/chat.shtml">Chat</a> <b>]</b> |
| philpem@5 | 58 | <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/links.shtml">Links</a> <b>]</b> |
| philpem@5 | 59 | </font> |
| philpem@5 | 60 | </td></tr></tbody> |
| philpem@5 | 61 | </table> |
| philpem@5 | 62 | </center> |
| philpem@5 | 63 | <hr noshade="noshade" size="1" width="90%"></hr> |
| philpem@5 | 64 | </td></tr></tbody> |
| philpem@5 | 65 | </table> |
| philpem@5 | 66 | <!-- Generated by Doxygen 1.5.7.1 --> |
| philpem@5 | 67 | <script type="text/javascript"> |
| philpem@5 | 68 | <!-- |
| philpem@5 | 69 | function changeDisplayState (e){ |
| philpem@5 | 70 | var num=this.id.replace(/[^[0-9]/g,''); |
| philpem@5 | 71 | var button=this.firstChild; |
| philpem@5 | 72 | var sectionDiv=document.getElementById('dynsection'+num); |
| philpem@5 | 73 | if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ |
| philpem@5 | 74 | sectionDiv.style.display='block'; |
| philpem@5 | 75 | button.src='open.gif'; |
| philpem@5 | 76 | }else{ |
| philpem@5 | 77 | sectionDiv.style.display='none'; |
| philpem@5 | 78 | button.src='closed.gif'; |
| philpem@5 | 79 | } |
| philpem@5 | 80 | } |
| philpem@5 | 81 | function initDynSections(){ |
| philpem@5 | 82 | var divs=document.getElementsByTagName('div'); |
| philpem@5 | 83 | var sectionCounter=1; |
| philpem@5 | 84 | for(var i=0;i<divs.length-1;i++){ |
| philpem@5 | 85 | if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ |
| philpem@5 | 86 | var header=divs[i]; |
| philpem@5 | 87 | var section=divs[i+1]; |
| philpem@5 | 88 | var button=header.firstChild; |
| philpem@5 | 89 | if (button!='IMG'){ |
| philpem@5 | 90 | divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); |
| philpem@5 | 91 | button=document.createElement('img'); |
| philpem@5 | 92 | divs[i].insertBefore(button,divs[i].firstChild); |
| philpem@5 | 93 | } |
| philpem@5 | 94 | header.style.cursor='pointer'; |
| philpem@5 | 95 | header.onclick=changeDisplayState; |
| philpem@5 | 96 | header.id='dynheader'+sectionCounter; |
| philpem@5 | 97 | button.src='closed.gif'; |
| philpem@5 | 98 | section.id='dynsection'+sectionCounter; |
| philpem@5 | 99 | section.style.display='none'; |
| philpem@5 | 100 | section.style.marginLeft='14px'; |
| philpem@5 | 101 | sectionCounter++; |
| philpem@5 | 102 | } |
| philpem@5 | 103 | } |
| philpem@5 | 104 | } |
| philpem@5 | 105 | window.onload = initDynSections; |
| philpem@5 | 106 | --> |
| philpem@5 | 107 | </script> |
| philpem@5 | 108 | <div class="navigation" id="top"> |
| philpem@5 | 109 | <div class="tabs"> |
| philpem@5 | 110 | <ul> |
| philpem@5 | 111 | <li><a href="index.html"><span>Main Page</span></a></li> |
| philpem@5 | 112 | <li><a href="modules.html"><span>Modules</span></a></li> |
| philpem@5 | 113 | <li><a href="namespaces.html"><span>Namespaces</span></a></li> |
| philpem@5 | 114 | <li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
| philpem@5 | 115 | </ul> |
| philpem@5 | 116 | </div> |
| philpem@5 | 117 | <div class="tabs"> |
| philpem@5 | 118 | <ul> |
| philpem@5 | 119 | <li><a href="annotated.html"><span>Class List</span></a></li> |
| philpem@5 | 120 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
| philpem@5 | 121 | <li><a href="functions.html"><span>Class Members</span></a></li> |
| philpem@5 | 122 | </ul> |
| philpem@5 | 123 | </div> |
| philpem@5 | 124 | </div> |
| philpem@5 | 125 | <div class="contents"> |
| philpem@5 | 126 | <h1>CImgDisplay Member List</h1>This is the complete list of members for <a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a>, including all inherited members.<p><table> |
| philpem@5 | 127 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#816d8c873ae3d27854bd0620646224b9">assign</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 128 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#7e3269eea96ea399adc4197b5f0850b0">assign</a>(const unsigned int dimw, const unsigned int dimh, const char *title=0, const unsigned int normalization_type=3, const bool fullscreen_flag=false, const bool closed_flag=false)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 129 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#3730afc08603d9131eca7ce55a98cee9">assign</a>(const CImg< T > &img, const char *title=0, const unsigned int normalization_type=3, const bool fullscreen_flag=false, const bool closed_flag=false)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 130 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#c82bdf6c363f7d9fa9dacacc2cf31d00">assign</a>(const CImgList< T > &list, const char *title=0, const unsigned int normalization_type=3, const bool fullscreen_flag=false, const bool closed_flag=false)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 131 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#c103e68816e12f5fd67c8f293fe18acd">assign</a>(const CImgDisplay &disp)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 132 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#99bff6269344233fdf65bd637224550c">buttons</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 133 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#54e3407c3b858f5f40283264e39b4f38">CImgDisplay</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 134 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#9c8b6e40064be02e212ffa7059ebafc0">CImgDisplay</a>(const unsigned int dimw, const unsigned int dimh, const char *title=0, const unsigned int normalization_type=3, const bool fullscreen_flag=false, const bool closed_flag=false)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 135 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#ae589334b16c4d1138b81b85a1471f23">CImgDisplay</a>(const CImg< T > &img, const char *title=0, const unsigned int normalization_type=3, const bool fullscreen_flag=false, const bool closed_flag=false)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 136 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#541a54a1c627fbc1d9b42da7af0bd082">CImgDisplay</a>(const CImgList< T > &list, const char *title=0, const unsigned int normalization_type=3, const bool fullscreen_flag=false, const bool closed_flag=false)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 137 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#6765c355fa3ae998b9729b358f198a61">CImgDisplay</a>(const CImgDisplay &disp)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 138 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#7e35c3363f8859c8a952a60dd4aa3fca">close</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 139 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#afae58d5a77ea4190e6f2c818238bd1a">dimx</a>() const </td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 140 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#fc3244815fd1b4cea186b6a63bfb635d">dimy</a>() const </td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 141 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#43bcd9fcc817fa49152a81a2bf6cdb20">display</a>(const CImgList< T > &list, const char axis='x', const char align='p')</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 142 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#fd781dd620229f1178245c6e990121ae">display</a>(const CImg< T > &img)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 143 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#4bf168837be505b1301604b151280f6e">flush</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 144 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#3ade6e852b67fea14093915c5dca7862">frames_per_second</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 145 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#6a0faa0d39524f5d5dac7297777dcdf1">fullscreen</a>(const bool redraw=true)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 146 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#b2e78c61905b4419fcc7b4cfc500fe85">height</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 147 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#3fb8cda1473f326934c286e6e5d825e2">hide_mouse</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 148 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#6177b591b6fdd86be8a841805e35e280">is_closed</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 149 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#cef8e33cfd36a5d7d2fad939efcf02e3">is_empty</a>() const </td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 150 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#e899d3a3cda0dc8e2fccac37f2258840">is_event</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 151 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#198912a8b09f955a6510f97d62060f5c">is_fullscreen</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 152 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#d140aead8fc0119f432046542634ef56">is_key</a>(const bool remove=false)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 153 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#5b11b6f707efedcbb4e6161a5412250f">is_key</a>(const unsigned int key1, const bool remove)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 154 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#439c6ed8ae7a2b8967d48db3612922db">is_key</a>(const unsigned int key1, const unsigned int key2, const bool remove)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 155 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#83deadf5802945fe75692754d117a357">is_key</a>(const unsigned int key1, const unsigned int key2, const unsigned int key3, const bool remove)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 156 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#2293801f23d9ba3f7efcba0196554a9f">is_key</a>(const unsigned int key1, const unsigned int key2, const unsigned int key3, const unsigned int key4, const bool remove)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 157 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#75d2273ead659c7a3774b5972450f3e8">is_key</a>(const unsigned int key1, const unsigned int key2, const unsigned int key3, const unsigned int key4, const unsigned int key5, const bool remove)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 158 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#c151f7d08e490be173bcbb2743f5432b">is_key</a>(const unsigned int key1, const unsigned int key2, const unsigned int key3, const unsigned int key4, const unsigned int key5, const unsigned int key6, const bool remove)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 159 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#1c26cf5ec1b6e3de8e4267e8baf585c0">is_key</a>(const unsigned int key1, const unsigned int key2, const unsigned int key3, const unsigned int key4, const unsigned int key5, const unsigned int key6, const unsigned int key7, const bool remove)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 160 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#0eaf2ed4f210afecc9ba5ac155e6f57b">is_key</a>(const unsigned int key1, const unsigned int key2, const unsigned int key3, const unsigned int key4, const unsigned int key5, const unsigned int key6, const unsigned int key7, const unsigned int key8, const bool remove)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 161 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#d0a413e81c81d30f02cefc16923e8091">is_key</a>(const unsigned int key1, const unsigned int key2, const unsigned int key3, const unsigned int key4, const unsigned int key5, const unsigned int key6, const unsigned int key7, const unsigned int key8, const unsigned int key9, const bool remove)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 162 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#48c41f6d0533f21e93723bddd26cfb15">is_key</a>(const unsigned int *const keyseq, const unsigned int N, const bool remove=true)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 163 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#fe7ba7376c7b08dec24ac4c42d5fc753">is_keyESC</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 164 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#9655ae9b239a315df522996415012d0a">is_moved</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 165 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#c36e1e5ca1f39584ff996eddc7bc7f0e">is_resized</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 166 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#31f08c239581b118bfa3024329c8a611">key</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 167 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#4e1249ac2eca0971a8c42f79c3a687d4">mouse_x</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 168 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#adc7ac37cf1e624daddaa8d2c1587eef">mouse_y</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 169 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#27714e5f8da060a36e6614ada9d8df25">move</a>(const int posx, const int posy)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 170 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#a0ca4e92f24cf5b7896709dba3cf771a">normalization</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 171 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#971f4ac8d406a926d71f18c21c869f90">normalscreen</a>(const bool redraw=true)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 172 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#a385aa18f5e42db5a415c25a90f4193d">operator bool</a>() const </td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 173 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#86ffd9e1b491dab79d3b862a26e56053">operator<<</a>(const CImg< T > &img)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 174 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#f9a6d7bc318943350d8073d7a0664df9">operator<<</a>(const CImgList< T > &list)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 175 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#81d1882a4d7d0579298fe6fc706fca40">operator=</a>(const CImgDisplay &disp)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 176 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#4e67d156351dd7dfdfd2f04e563c4f2a">paint</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 177 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#170a7c96fc7e3f262052d29b83430429">released_key</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 178 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#1e0eea237d50ddb7e010a8b5edb5fdf4">render</a>(const CImg< T > &img)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 179 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#fee064d94e1ec2e764af537fbee30d13">resize</a>(const CImg< T > &img, const bool redraw=true)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 180 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#f4d082c39b75c096acb3fee6cda89b19">resize</a>(const CImgDisplay &disp, const bool redraw=true)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 181 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#e3fd73d5fc6a4ac9b87b1b8cdacc3833">resize</a>(const bool redraw=true)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 182 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#4fe0da6092c184682ff767dd5b83bbc5">resize</a>(const int width, const int height, const bool redraw=true)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 183 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#0fc1bfce258738698d77e0e5690a3d6d">screen_dimx</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline, static]</code></td></tr> |
| philpem@5 | 184 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#fc1eab600c6dd77bdbde330fcd27d396">screen_dimy</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline, static]</code></td></tr> |
| philpem@5 | 185 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#00e5afcd819ab639a6a95b8e39af824c">set_mouse</a>(const int posx, const int posy)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 186 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#efd7d79af3da7a61a204ef902e6f0512">set_title</a>(const char *format,...)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 187 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#1b27a2a375509146444ab06b2f7b8851">show</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 188 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#9fc997c0451ce75666f1bdfe45eb0343">show_mouse</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 189 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#4b97d4d8b8c293cbf540ba06596ded54">snapshot</a>(CImg< T > &img) const </td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 190 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#f06d911bb9e05f491ef3da520d03796c">title</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 191 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#62d224a7c18d3091eb0d56e1bc8c36fe">toggle_fullscreen</a>(const bool redraw=true)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 192 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#79669a0b7bdc65aff8313c590c7faab0">wait</a>(const unsigned int milliseconds)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 193 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#b16d9d312efaecc3630dc6539269bab9">wait</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 194 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#903bbc0d3fe2b9179790f7baea035916">wait</a>(CImgDisplay &disp1)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline, static]</code></td></tr> |
| philpem@5 | 195 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#d33d8e77ac9fab757e6f9e9afc067765">wait</a>(CImgDisplay &disp1, CImgDisplay &disp2)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline, static]</code></td></tr> |
| philpem@5 | 196 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#ce751dd163a5ea476947bcad5554035e">wait</a>(CImgDisplay &disp1, CImgDisplay &disp2, CImgDisplay &disp3)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline, static]</code></td></tr> |
| philpem@5 | 197 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#78ac24c082d4eb13d127374a4bf64987">wait</a>(CImgDisplay &disp1, CImgDisplay &disp2, CImgDisplay &disp3, CImgDisplay &disp4)</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline, static]</code></td></tr> |
| philpem@5 | 198 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#530c68e321d3adcb30fcefa06a25ca5b">wait_all</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline, static]</code></td></tr> |
| philpem@5 | 199 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#8852860a5e65fc4e698c2771ac5d5dab">wheel</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 200 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#ca34d28e3d8bcbcadb8edb4e3af24f8c">width</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 201 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#3e8dd30daac06fc499aa2aafad24cc4a">window_dimx</a>() const </td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 202 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#e263957fbad39c2df4bd0c02d644e6b8">window_dimy</a>() const </td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 203 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#3b93087fe5c3714abcb0719a6f483d51">window_height</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 204 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#f7fd9c19f4185b1af4cb8b9a4164256d">window_posx</a>() const </td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 205 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#ce6f24d60fd39cea4d578a3eb7568fef">window_posy</a>() const </td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 206 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#b88886d5ff22bc29cd4a81e3abbb364b">window_width</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 207 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#a526ed4470cbc4924e72a1b4d616b00d">window_x</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 208 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#8f46b1f416882413996c261f839272a5">window_y</a></td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td></td></tr> |
| philpem@5 | 209 | <tr class="memlist"><td><a class="el" href="structcimg__library_1_1CImgDisplay.html#e4b8135f23d41f2077ff1d63deb452ea">~CImgDisplay</a>()</td><td><a class="el" href="structcimg__library_1_1CImgDisplay.html">CImgDisplay</a></td><td><code> [inline]</code></td></tr> |
| philpem@5 | 210 | </table></div> |
| philpem@5 | 211 | <hr noshade="noshade" size="1" width="100%"> |
| philpem@5 | 212 | <a href="http://sourceforge.net"> |
| philpem@5 | 213 | <img src="http://sourceforge.net/sflogo.php?group_id=96492&type=3" border="0" height="37" width="125"></img> |
| philpem@5 | 214 | </a> |
| philpem@5 | 215 | <!-- Start of StatCounter Code --> |
| philpem@5 | 216 | <script type="text/javascript" language="javascript"> |
| philpem@5 | 217 | <!-- |
| philpem@5 | 218 | var sc_project=895001; |
| philpem@5 | 219 | var sc_invisible=1; |
| philpem@5 | 220 | var sc_partition=7; |
| philpem@5 | 221 | var sc_security="5ea85181"; |
| philpem@5 | 222 | //--> |
| philpem@5 | 223 | </script> |
| philpem@5 | 224 | <script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img src="http://c8.statcounter.com/counter.php?sc_project=895001&java=0&security=5ea85181&invisible=1" alt="counter stats" border="0"></a> </noscript> |
| philpem@5 | 225 | <!-- End of StatCounter Code --> |
| philpem@5 | 226 | </body> |
| philpem@5 | 227 | </html> |