1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>scim: scim_helper_module.h File 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.0 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul></div>
<h1>scim_helper_module.h File Reference</h1>Defines <a class="el" href="a00046.html">scim::HelperModule</a> and it's related types. <a href="#_details">More...</a>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="a00157.html">scim</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html">scim::HelperModule</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The class used to load a Helper module and run its Helpers. <a href="a00046.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef unsigned int(*) </td><td class="memItemRight" valign="bottom"><a class="el" href="a00163.html#g7990ea1833228493f1cc3bcff4cd2ea4">scim::HelperModuleNumberOfHelpersFunc</a> (void)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the number of Helpers in this module. <a href="a00163.html#g7990ea1833228493f1cc3bcff4cd2ea4"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef bool(*) </td><td class="memItemRight" valign="bottom"><a class="el" href="a00163.html#g3d5c06891ef0f8e7329a5d38c3955d2c">scim::HelperModuleGetHelperInfoFunc</a> (unsigned int idx, HelperInfo &info)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the information of a Helper. <a href="a00163.html#g3d5c06891ef0f8e7329a5d38c3955d2c"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef void(*) </td><td class="memItemRight" valign="bottom"><a class="el" href="a00163.html#ge344bd14a46f3184efb6cc821de385fc">scim::HelperModuleRunHelperFunc</a> (const String &uuid, const ConfigPointer &config, const String &display)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Run a specific Helper. <a href="a00163.html#ge344bd14a46f3184efb6cc821de385fc"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="a00163.html#ge8b8feb4c9d8de960bdbee9f8c153ab2">scim::scim_get_helper_module_list</a> (std::vector< String > &mod_list)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get a name list of currently available Helper modules. <a href="a00163.html#ge8b8feb4c9d8de960bdbee9f8c153ab2"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Defines <a class="el" href="a00046.html">scim::HelperModule</a> and it's related types.
<p>
<a class="el" href="a00046.html">scim::HelperModule</a> is a class used to load Client Helper modules. <hr size="1"><address style="align: right;"><small>Generated on Thu Jun 28 14:12:29 2007 for scim by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>
|