Česky
Kamil Dudka

GED 2006 (C++)

File detail

Name:DownloadnamespaceGedPlugin.html [Download]
Location: ged2006 > doc > classes
Size:5.9 KB
Last modification:2022-09-09 13:06

Source code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>GED 2006: GedPlugin Namespace Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.2 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="classes.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="namespaces.html"><span>Namespace List</span></a></li>
    <li><a href="namespacemembers.html"><span>Namespace&nbsp;Members</span></a></li>
  </ul>
</div>
<h1>GedPlugin Namespace Reference</h1>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structGedPlugin_1_1PluginDescription.html">PluginDescription</a></td></tr>
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGedPlugin_1_1Plugin.html">Plugin</a></td></tr>
 
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef int(*)&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGedPlugin.html#34ccae0ecce5262d44f75e44d1bbd399">PluginCorePtr</a> (<a class="el" href="classFrameBuffer.html">FrameBuffer</a> &amp;fb, std::vector&lt; std::string &gt; argList)</td></tr>
 
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGedPlugin.html#c939d5d4796ba4fce5d5c3c53e68c27d">PluginType</a> { <a class="el" href="namespaceGedPlugin.html#c939d5d4796ba4fce5d5c3c53e68c27dcf6eb83c0c55a16477a191cd7b6f0dc5">TYPE_VOID</a> =  0, 
<a class="el" href="namespaceGedPlugin.html#c939d5d4796ba4fce5d5c3c53e68c27d3f9ea76f210313c1e58e008babcf8092">TYPE_FILEFORMAT</a>, 
<a class="el" href="namespaceGedPlugin.html#c939d5d4796ba4fce5d5c3c53e68c27d93fb845fc9046f72caf63584872c32fc">TYPE_FILTER</a>
 }</td></tr>
 
</table>
<hr><h2>Typedef Documentation</h2>
<a class="anchor" name="34ccae0ecce5262d44f75e44d1bbd399"></a><!-- doxytag: member="GedPlugin::PluginCorePtr" ref="34ccae0ecce5262d44f75e44d1bbd399" args="(FrameBuffer &amp;fb, std::vector&lt; std::string &gt; argList)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef int(*) <a class="el" href="namespaceGedPlugin.html#34ccae0ecce5262d44f75e44d1bbd399">GedPlugin::PluginCorePtr</a>(<a class="el" href="classFrameBuffer.html">FrameBuffer</a> &amp;fb, std::vector&lt; std::string &gt; argList)          </td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
<a class="el" href="classGedPlugin_1_1Plugin.html">Plugin</a> core function <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>fb</em>&nbsp;</td><td>Reference to <a class="el" href="classFrameBuffer.html">FrameBuffer</a> to work with. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>argList</em>&nbsp;</td><td>Vector of plugin arguments (same as main() arguments list) </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>Return error-code, 0 if success. </dd></dl>
 
<p>
Definition at line <a class="el" href="gedplugin_8h-source.html#l00025">25</a> of file <a class="el" href="gedplugin_8h-source.html">gedplugin.h</a>.
</div>
</div><p>
<hr><h2>Enumeration Type Documentation</h2>
<a class="anchor" name="c939d5d4796ba4fce5d5c3c53e68c27d"></a><!-- doxytag: member="GedPlugin::PluginType" ref="c939d5d4796ba4fce5d5c3c53e68c27d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="namespaceGedPlugin.html#c939d5d4796ba4fce5d5c3c53e68c27d">GedPlugin::PluginType</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>
<a class="el" href="classGedPlugin_1_1Plugin.html">Plugin</a> type enumeration <dl compact><dt><b>Enumerator: </b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" name="c939d5d4796ba4fce5d5c3c53e68c27dcf6eb83c0c55a16477a191cd7b6f0dc5"></a><!-- doxytag: member="TYPE_VOID" ref="c939d5d4796ba4fce5d5c3c53e68c27dcf6eb83c0c55a16477a191cd7b6f0dc5" args="" -->TYPE_VOID</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="c939d5d4796ba4fce5d5c3c53e68c27d3f9ea76f210313c1e58e008babcf8092"></a><!-- doxytag: member="TYPE_FILEFORMAT" ref="c939d5d4796ba4fce5d5c3c53e68c27d3f9ea76f210313c1e58e008babcf8092" args="" -->TYPE_FILEFORMAT</em>&nbsp;</td><td>
plugin category "file format" </td></tr>
<tr><td valign="top"><em><a class="anchor" name="c939d5d4796ba4fce5d5c3c53e68c27d93fb845fc9046f72caf63584872c32fc"></a><!-- doxytag: member="TYPE_FILTER" ref="c939d5d4796ba4fce5d5c3c53e68c27d93fb845fc9046f72caf63584872c32fc" args="" -->TYPE_FILTER</em>&nbsp;</td><td>
plugin category "filter" </td></tr>
</table>
</dl>
 
<p>
Definition at line <a class="el" href="gedplugin_8h-source.html#l00030">30</a> of file <a class="el" href="gedplugin_8h-source.html">gedplugin.h</a>.
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 29 00:01:04 2007 for GED 2006 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
</body>
</html>