Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > e0521f28751d07a87e3a3d6c7d15a1ac > files > 626

libgtkmm2.0_1-devel-2.2.1-2mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Gdk::PixbufError class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
    <td width="10%" height="40"><img src="../../images/gtkmm_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
    <td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
  <a class="qindex" href="../../index.html">Main Page</a> &nbsp;
  <a href="group__Widgets.html">Widgets</a> &nbsp;
  <a class="qindex" href="namespaces.html"> Namespaces</a> &nbsp;
  <a href="../../tutorial/html/index.html"> Book</a> &nbsp;
</center>
<hr width="100%"/>

<!-- Generated by Doxygen 1.3-rc1 -->
<h1>Gdk::PixbufError Class Reference</h1>Exception class for <a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a> errors. 
<a href="#_details">More...</a>
<p>
Inheritance diagram for Gdk::PixbufError:<p><center><img src="classGdk_1_1PixbufError__inherit__graph.png" border="0" usemap="#Gdk_1_1PixbufError__inherit__map" alt="Inheritance graph"></center>
<map name="Gdk_1_1PixbufError__inherit__map">
<area href="classGlib_1_1Error.html" shape="rect" coords="25,86,97,105" alt="">
<area href="classGlib_1_1Exception.html" shape="rect" coords="11,17,112,36" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classGdk_1_1PixbufError-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Types</h2></td></tr>
<tr><td nowrap align=right valign=top>enum &nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1PixbufError.html#s6">Code</a> { <br>
&nbsp;&nbsp;<a class="el" href="classGdk_1_1PixbufError.html#s6s0">CORRUPT_IMAGE</a>, 
<br>
&nbsp;&nbsp;<a class="el" href="classGdk_1_1PixbufError.html#s6s1">INSUFFICIENT_MEMORY</a>, 
<br>
&nbsp;&nbsp;<a class="el" href="classGdk_1_1PixbufError.html#s6s2">BAD_OPTION</a>, 
<br>
&nbsp;&nbsp;<a class="el" href="classGdk_1_1PixbufError.html#s6s3">UNKNOWN_TYPE</a>, 
<br>
&nbsp;&nbsp;<a class="el" href="classGdk_1_1PixbufError.html#s6s4">UNSUPPORTED_OPERATION</a>, 
<br>
&nbsp;&nbsp;<a class="el" href="classGdk_1_1PixbufError.html#s6s5">FAILED</a>
<br>
 }</td></tr>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1PixbufError.html#a0">PixbufError</a> (<a class="el" href="classGdk_1_1PixbufError.html#s6">Code</a> error_code, const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp; error_message)</td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1PixbufError.html#a1">PixbufError</a> (GError* gobject)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classGdk_1_1PixbufError.html#s6">Code</a>&nbsp;</td><td valign=bottom><a class="el" href="classGdk_1_1PixbufError.html#a2">code</a> () const</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Exception class for <a class="el" href="classGdk_1_1Pixbuf.html">Gdk::Pixbuf</a> errors.
<p>
<hr><h2>Member Enumeration Documentation</h2>
<a name="s6" doxytag="Gdk::PixbufError::Code"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> enum Gdk::PixbufError::Code
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<dl compact><dt><b>Enumeration values: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em><a name="s6s0" doxytag="CORRUPT_IMAGE"></a><em>CORRUPT_IMAGE</em></em>&nbsp;</td><td>
</td></tr>
<tr><td valign=top><em><a name="s6s1" doxytag="INSUFFICIENT_MEMORY"></a><em>INSUFFICIENT_MEMORY</em></em>&nbsp;</td><td>
</td></tr>
<tr><td valign=top><em><a name="s6s2" doxytag="BAD_OPTION"></a><em>BAD_OPTION</em></em>&nbsp;</td><td>
</td></tr>
<tr><td valign=top><em><a name="s6s3" doxytag="UNKNOWN_TYPE"></a><em>UNKNOWN_TYPE</em></em>&nbsp;</td><td>
</td></tr>
<tr><td valign=top><em><a name="s6s4" doxytag="UNSUPPORTED_OPERATION"></a><em>UNSUPPORTED_OPERATION</em></em>&nbsp;</td><td>
</td></tr>
<tr><td valign=top><em><a name="s6s5" doxytag="FAILED"></a><em>FAILED</em></em>&nbsp;</td><td>
</td></tr>
</table>
</dl>
    </td>
  </tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="Gdk::PixbufError::PixbufError"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> Gdk::PixbufError::PixbufError </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top"><a class="el" href="classGdk_1_1PixbufError.html#s6">Code</a>&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>error_code</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>const <a class="el" href="classGlib_1_1ustring.html">Glib::ustring</a>&amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>error_message</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a1" doxytag="Gdk::PixbufError::PixbufError"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> Gdk::PixbufError::PixbufError </td>
          <td class="md" valign="top">(</td>
          <td class="md" nowrap valign="top">GError*&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>gobject</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [explicit]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a2" doxytag="Gdk::PixbufError::code"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classGdk_1_1PixbufError.html#s6">Code</a> Gdk::PixbufError::code </td>
          <td class="md" valign="top">(</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Reimplemented from <a class="el" href="classGlib_1_1Error.html#a7">Glib::Error</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="pixbuf_8h.html">pixbuf.h</a></ul>
<hr><address><small>
Generated for gtkmm by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.3-rc1 &copy;&nbsp;1997-2001</small></address>
</body>
</html>