<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : How to derive CWorkspace?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How to derive CWorkspace?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 13:49:22 +0000</pubDate>
  <lastBuildDate>Thu, 21 Jul 2005 08:03:14 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=2602</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[How to derive CWorkspace? : Ok, I see now. They are virtual...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2602&amp;PID=7779&amp;title=how-to-derive-cworkspace#7779</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2602<br /><strong>Posted:</strong> 21 July 2005 at 8:03am<br /><br /><P>Ok, I see now.</P><P>They are virtual because they override virtual methods of base class. For next version CWorkspace become public class.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 21 Jul 2005 08:03:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2602&amp;PID=7779&amp;title=how-to-derive-cworkspace#7779</guid>
  </item> 
  <item>
   <title><![CDATA[How to derive CWorkspace? : In my current project, I want...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2602&amp;PID=7771&amp;title=how-to-derive-cworkspace#7771</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=797">jeffcmj</a><br /><strong>Subject:</strong> 2602<br /><strong>Posted:</strong> 20 July 2005 at 9:08pm<br /><br /><P>In my current project, I want to override<BR>virtual BOOL DrawIcon (CDC* pDC, CPoint pt, CXTPTabManagerItem* pItem, BOOL bDraw, CSize&amp; szIcon)<BR> function in CWordspace to provide more control to draw the icon, eg drawing some kind of overlay on the icon etc.</P><P>BTW: Why not just make it a public inner class, so we can derive it? Also, if it can not be derived, why you guys make several virtual functions in it?</P>]]>
   </description>
   <pubDate>Wed, 20 Jul 2005 21:08:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2602&amp;PID=7771&amp;title=how-to-derive-cworkspace#7771</guid>
  </item> 
  <item>
   <title><![CDATA[How to derive CWorkspace? : Hello, I think you right, we added...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2602&amp;PID=7761&amp;title=how-to-derive-cworkspace#7761</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2602<br /><strong>Posted:</strong> 20 July 2005 at 11:29am<br /><br /><P>Hello, I think you right, we added </P><P>CXTPTabClientWnd::CWorkspace* CXTPTabClientWnd::CreateWorkspace()<BR>{<BR>&nbsp;if (m_bEnableGroups)<BR>&nbsp;&nbsp;return new CWorkspace();<BR>&nbsp;<BR>&nbsp;return new CSingleWorkspace();<BR>}</P><P>&nbsp;</P><P>so in next version you will be able to override CXTPTabClientWnd and its CreateWorkspace<BR></P><P>Can you hint us why you need custom CWorkspace?</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 20 Jul 2005 11:29:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2602&amp;PID=7761&amp;title=how-to-derive-cworkspace#7761</guid>
  </item> 
  <item>
   <title><![CDATA[How to derive CWorkspace? : I want to override some functions...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2602&amp;PID=7749&amp;title=how-to-derive-cworkspace#7749</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=797">jeffcmj</a><br /><strong>Subject:</strong> 2602<br /><strong>Posted:</strong> 20 July 2005 at 4:08am<br /><br /><P>I want to override some functions in CWorkspace but since it's protected inner class, how could I derived it? If it can not be derived, what's the purpose of the virtual function?</P><P>Thanks</P>]]>
   </description>
   <pubDate>Wed, 20 Jul 2005 04:08:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2602&amp;PID=7749&amp;title=how-to-derive-cworkspace#7749</guid>
  </item> 
 </channel>
</rss>