Click here to Skip to main content
15,898,134 members
Articles / Desktop Programming / WTL

AutoSizeDlg - an autoresizing class for ATL/WTL

Rate me:
Please Sign up or sign in to vote.
3.88/5 (5 votes)
16 Jul 2006MIT12 min read 46.6K   1.9K   31  
AutoSizeDlg - an autoresizing class for ATL/WTL
<!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>autosizedlg: Class List</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.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li id="current"><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul></div>
<h1>autosizedlg Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
  <tr><td class="indexkey"><a class="el" href="class_a_t_l_1_1_c_auto_size_window.html">ATL::CAutoSizeWindow&lt; T, t_bAutoMinSize &gt;</a></td><td class="indexvalue">The main class for the positioning and sizing of the ctrls </td></tr>
  <tr><td class="indexkey"><a class="el" href="struct_a_t_l_1_1_c_auto_size_window_1_1_c_ctrl_counter.html">ATL::CAutoSizeWindow&lt; T, t_bAutoMinSize &gt;::CCtrlCounter</a></td><td class="indexvalue">This "class" counts the number of controls of a ctrl group. It uses an external <a class="el" href="struct_a_t_l_1_1_c_auto_size_window_1_1_c_rows_index.html">CRowsIndex</a> to support itself </td></tr>
  <tr><td class="indexkey"><a class="el" href="struct_a_t_l_1_1_c_auto_size_window_1_1_c_ctrl_group.html">ATL::CAutoSizeWindow&lt; T, t_bAutoMinSize &gt;::CCtrlGroup</a></td><td class="indexvalue">The ctrl group </td></tr>
  <tr><td class="indexkey"><a class="el" href="struct_a_t_l_1_1_c_auto_size_window_1_1_c_margins.html">ATL::CAutoSizeWindow&lt; T, t_bAutoMinSize &gt;::CMargins</a></td><td class="indexvalue">The margins/gaps of the window </td></tr>
  <tr><td class="indexkey"><a class="el" href="struct_a_t_l_1_1_c_auto_size_window_1_1_c_rows_index.html">ATL::CAutoSizeWindow&lt; T, t_bAutoMinSize &gt;::CRowsIndex</a></td><td class="indexvalue">Support struct of <a class="el" href="struct_a_t_l_1_1_c_auto_size_window_1_1_c_ctrl_counter.html">CCtrlCounter</a>. It's built to be a linked list (each element points to the previous one) </td></tr>
  <tr><td class="indexkey"><a class="el" href="struct_a_t_l_1_1_c_auto_size_window_1_1_c_window_map_struct.html">ATL::CAutoSizeWindow&lt; T, t_bAutoMinSize &gt;::CWindowMapStruct</a></td><td class="indexvalue">The "container" for the main ctrl group </td></tr>
  <tr><td class="indexkey"><a class="el" href="class_a_t_l_1_1int__no.html">ATL::int_no</a></td><td class="indexvalue">A no overflow integer class </td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Mon Jul 17 13:30:30 2006 for autosizedlg by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions