2002-03-08 07:45:36 -06:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-07 11:35:09 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2002-03-08 07:45:36 -06:00
|
|
|
*
|
2005-09-07 11:35:09 -05:00
|
|
|
* $RCSfile: pm_class.cxx,v $
|
2002-03-08 07:45:36 -06:00
|
|
|
*
|
2006-09-16 10:43:46 -05:00
|
|
|
* $Revision: 1.8 $
|
2002-03-08 07:45:36 -06:00
|
|
|
*
|
2006-09-16 10:43:46 -05:00
|
|
|
* last change: $Author: obo $ $Date: 2006-09-16 16:43:46 $
|
2002-03-08 07:45:36 -06:00
|
|
|
*
|
2005-09-07 11:35:09 -05:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2002-03-08 07:45:36 -06:00
|
|
|
*
|
|
|
|
*
|
2005-09-07 11:35:09 -05:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2002-03-08 07:45:36 -06:00
|
|
|
*
|
2005-09-07 11:35:09 -05:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2002-03-08 07:45:36 -06:00
|
|
|
*
|
2005-09-07 11:35:09 -05:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2002-03-08 07:45:36 -06:00
|
|
|
*
|
2005-09-07 11:35:09 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
2002-03-08 07:45:36 -06:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
2006-09-16 10:43:46 -05:00
|
|
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
|
|
|
#include "precompiled_autodoc.hxx"
|
|
|
|
|
2002-03-08 07:45:36 -06:00
|
|
|
|
|
|
|
#include <precomp.h>
|
|
|
|
#include "pm_class.hxx"
|
|
|
|
|
|
|
|
|
|
|
|
// NOT FULLY DEFINED SERVICES
|
|
|
|
#include <ary/cpp/c_disply.hxx>
|
|
|
|
#include <ary/cpp/c_class.hxx>
|
|
|
|
#include <ary/cpp/c_tydef.hxx>
|
|
|
|
#include <ary/loc/l_rogate.hxx>
|
|
|
|
#include <ary/loc/loc_file.hxx>
|
|
|
|
#include "hd_chlst.hxx"
|
|
|
|
#include "hd_docu.hxx"
|
|
|
|
#include "hdimpl.hxx"
|
|
|
|
#include "html_kit.hxx"
|
|
|
|
#include "navibar.hxx"
|
|
|
|
#include "opageenv.hxx"
|
|
|
|
#include "pagemake.hxx"
|
|
|
|
#include "strconst.hxx"
|
|
|
|
|
|
|
|
using namespace adcdisp;
|
|
|
|
|
|
|
|
using namespace csi;
|
|
|
|
using csi::html::HorizontalLine;
|
|
|
|
using csi::html::LineBreak;
|
|
|
|
using csi::html::Link;
|
|
|
|
using csi::html::Table;
|
|
|
|
using csi::html::TableRow;
|
|
|
|
using csi::html::TableCell;
|
|
|
|
|
|
|
|
const char * const C_sTitle_InnerClasses = "Classes";
|
|
|
|
const char * const C_sTitle_InnerStructs = "Structs";
|
|
|
|
const char * const C_sTitle_InnerUnions = "Unions";
|
|
|
|
const char * const C_sTitle_Methods = "Methods";
|
|
|
|
const char * const C_sTitle_StaticMethods = "Static Methods";
|
|
|
|
const char * const C_sTitle_Data = "Data";
|
|
|
|
const char * const C_sTitle_StaticData = "Static Data";
|
|
|
|
|
|
|
|
const char * const C_sLabel_StaticOperations = "static_ops";
|
|
|
|
const char * const C_sLabel_StaticVariables = "static_vars";
|
|
|
|
|
|
|
|
const char * const C_sTitlePublic = "Public Members";
|
|
|
|
const char * const C_sTitleProtected = "Protected Members";
|
|
|
|
const char * const C_sTitlePrivate = "Private Members";
|
|
|
|
const char * const C_sMprTitles[3] = { C_sTitlePublic,
|
|
|
|
C_sTitleProtected,
|
|
|
|
C_sTitlePrivate
|
|
|
|
};
|
|
|
|
const char * const C_sSummaryTitlePublic = "Public Members";
|
|
|
|
const char * const C_sSummaryTitleProtected = "Protected Members";
|
|
|
|
const char * const C_sSummaryTitlePrivate = "Private Members";
|
|
|
|
const char *
|
|
|
|
C_sMprSummaryTitles[3] =
|
|
|
|
{ C_sSummaryTitlePublic, C_sSummaryTitleProtected, C_sSummaryTitlePrivate };
|
|
|
|
const char *
|
|
|
|
C_sMprPrefixes[3] =
|
|
|
|
{ "publ_", "prot_", "priv_" };
|
|
|
|
const char *
|
|
|
|
C_sSummaryItems_Titles[PageMaker_Class::cl_MAX] =
|
|
|
|
{ C_sTitle_InnerClasses, C_sTitle_InnerStructs, C_sTitle_InnerUnions,
|
|
|
|
C_sTitle_Enums, C_sTitle_Typedefs,
|
|
|
|
C_sTitle_Methods, C_sTitle_StaticMethods, C_sTitle_Data, C_sTitle_StaticData };
|
|
|
|
const char *
|
|
|
|
C_sSummaryItems_Labels[PageMaker_Class::cl_MAX] =
|
|
|
|
{ C_sLabel_Classes, C_sLabel_Structs, C_sLabel_Unions,
|
|
|
|
C_sLabel_Enums, C_sLabel_Typedefs,
|
|
|
|
C_sLabel_Operations, C_sLabel_StaticOperations,
|
|
|
|
C_sLabel_Variables, C_sLabel_StaticVariables };
|
|
|
|
|
|
|
|
|
|
|
|
const ary::cpp::E_Protection
|
|
|
|
aProt[3] = { ary::cpp::PROTECT_public,
|
|
|
|
ary::cpp::PROTECT_protected,
|
|
|
|
ary::cpp::PROTECT_private };
|
|
|
|
|
|
|
|
|
|
|
|
PageMaker_Class::PageMaker_Class( PageDisplay & io_rPage,
|
|
|
|
const ary::cpp::Class & i_rClass )
|
|
|
|
: SpecializedPageMaker(io_rPage),
|
|
|
|
pMe( &i_rClass ),
|
|
|
|
pChildDisplay( new ChildList_Display(io_rPage.Env(), i_rClass) ),
|
|
|
|
pNavi(0)
|
|
|
|
// pProtectionArea,
|
|
|
|
// bChildLists_Exist
|
|
|
|
{
|
|
|
|
int i_max = 3 * cl_MAX;
|
|
|
|
for (int i = 0; i < i_max; i++)
|
|
|
|
{
|
|
|
|
bChildLists_Exist[i] = false;
|
|
|
|
} // end for
|
|
|
|
}
|
|
|
|
|
|
|
|
PageMaker_Class::~PageMaker_Class()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
PageMaker_Class::MakePage()
|
|
|
|
{
|
|
|
|
pNavi = new NavigationBar( Env(), Me() );
|
|
|
|
|
|
|
|
Write_NavBar();
|
|
|
|
Write_TopArea();
|
|
|
|
Write_DocuArea();
|
|
|
|
Write_ChildLists();
|
|
|
|
|
|
|
|
pNavi->Write_SubRows();
|
|
|
|
pNavi = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
PageMaker_Class::Write_NavBar()
|
|
|
|
{
|
|
|
|
NavigationBar aNavi( Env(), Me() );
|
|
|
|
pNavi->Write( CurOut() );
|
|
|
|
CurOut() << new HorizontalLine;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
PageMaker_Class::Write_TopArea()
|
|
|
|
{
|
|
|
|
TemplateClause fTemplateClause;
|
|
|
|
PageTitle_Std fTitle;
|
|
|
|
|
|
|
|
Page().Write_NameChainWithLinks( Me() );
|
|
|
|
|
|
|
|
fTemplateClause( CurOut(), Me().TemplateParameters() );
|
|
|
|
fTitle( CurOut(), Get_ClassTypeKey(Me()), Me().LocalName() );
|
|
|
|
|
|
|
|
CurOut() << new HorizontalLine;
|
|
|
|
|
|
|
|
Write_BaseHierarchy();
|
|
|
|
Write_DerivedList();
|
|
|
|
|
|
|
|
CurOut() << new LineBreak;
|
|
|
|
|
|
|
|
adcdisp::FlagTable
|
|
|
|
aFlags( CurOut(), 4 );
|
|
|
|
aFlags.SetColumn( 0, "virtual",
|
|
|
|
Me().Virtuality() != ary::cpp::VIRTUAL_none );
|
|
|
|
aFlags.SetColumn( 1, "abstract",
|
|
|
|
Me().Virtuality() == ary::cpp::VIRTUAL_abstract );
|
|
|
|
aFlags.SetColumn( 2, "interface",
|
2003-06-30 09:26:57 -05:00
|
|
|
Me().Info().IsInterface()
|
2002-03-08 07:45:36 -06:00
|
|
|
OR Me().Virtuality() == ary::cpp::VIRTUAL_abstract );
|
|
|
|
aFlags.SetColumn( 3, "template",
|
|
|
|
Me().TemplateParameters().size() > 0 );
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
PageMaker_Class::Write_DocuArea()
|
|
|
|
{
|
|
|
|
Docu_Display aDocuShow( Env() );
|
|
|
|
|
|
|
|
aDocuShow.Assign_Out(CurOut());
|
|
|
|
Me().StoreAt( aDocuShow );
|
|
|
|
aDocuShow.Unassign_Out();
|
|
|
|
|
|
|
|
ary::loc::SourceCodeFile *
|
|
|
|
pFile = Env().Gate().RoLocations().Find_File( Me().Location() );
|
|
|
|
if (pFile != 0)
|
|
|
|
{
|
|
|
|
adcdisp::ExplanationList
|
|
|
|
aFileText( CurOut() );
|
|
|
|
aFileText.AddEntry("File");
|
|
|
|
aFileText.Def()
|
|
|
|
<< pFile->Name();
|
|
|
|
}
|
|
|
|
|
|
|
|
CurOut() << new HorizontalLine;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
PageMaker_Class::Write_ChildLists()
|
|
|
|
{
|
|
|
|
int i_max = 3 * cl_MAX;
|
|
|
|
for (int i = 0; i < i_max; i++)
|
|
|
|
{
|
|
|
|
bChildLists_Exist[i] = false;
|
|
|
|
} // end for
|
|
|
|
|
|
|
|
csi::html::DefListDefinition &
|
|
|
|
rPublic = Setup_MemberSegment_Out( mp_public );
|
|
|
|
csi::html::DefListDefinition &
|
|
|
|
rProtected = Setup_MemberSegment_Out( mp_protected );
|
|
|
|
csi::html::DefListDefinition &
|
|
|
|
rPrivate = Setup_MemberSegment_Out( mp_private );
|
|
|
|
|
|
|
|
Write_ChildList_forClasses( rPublic,
|
|
|
|
rProtected,
|
|
|
|
rPrivate,
|
|
|
|
C_sLabel_Classes,
|
|
|
|
C_sTitle_InnerClasses,
|
|
|
|
ary::cpp::CK_class );
|
|
|
|
Write_ChildList_forClasses( rPublic,
|
|
|
|
rProtected,
|
|
|
|
rPrivate,
|
|
|
|
C_sLabel_Structs,
|
|
|
|
C_sTitle_InnerStructs,
|
|
|
|
ary::cpp::CK_struct );
|
|
|
|
Write_ChildList_forClasses( rPublic,
|
|
|
|
rProtected,
|
|
|
|
rPrivate,
|
|
|
|
C_sLabel_Unions,
|
|
|
|
C_sTitle_InnerUnions,
|
|
|
|
ary::cpp::CK_union );
|
|
|
|
|
|
|
|
Write_ChildList( ary::cpp::Class::SLOT_Enums,
|
|
|
|
cl_Enums,
|
|
|
|
C_sLabel_Enums,
|
|
|
|
C_sTitle_Enums,
|
|
|
|
rPublic,
|
|
|
|
rProtected,
|
|
|
|
rPrivate );
|
|
|
|
Write_ChildList( ary::cpp::Class::SLOT_Typedefs,
|
|
|
|
cl_Typedefs,
|
|
|
|
C_sLabel_Typedefs,
|
|
|
|
C_sTitle_Typedefs,
|
|
|
|
rPublic,
|
|
|
|
rProtected,
|
|
|
|
rPrivate );
|
|
|
|
|
|
|
|
Write_ChildList( ary::cpp::Class::SLOT_Operations,
|
|
|
|
cl_Operations,
|
|
|
|
C_sLabel_Operations,
|
|
|
|
C_sTitle_Methods,
|
|
|
|
rPublic,
|
|
|
|
rProtected,
|
|
|
|
rPrivate );
|
|
|
|
Write_ChildList( ary::cpp::Class::SLOT_StaticOperations,
|
|
|
|
cl_StaticOperations,
|
|
|
|
C_sLabel_StaticOperations,
|
|
|
|
C_sTitle_StaticMethods,
|
|
|
|
rPublic,
|
|
|
|
rProtected,
|
|
|
|
rPrivate );
|
|
|
|
Write_ChildList( ary::cpp::Class::SLOT_Data,
|
|
|
|
cl_Data,
|
|
|
|
C_sLabel_Variables,
|
|
|
|
C_sTitle_Data,
|
|
|
|
rPublic,
|
|
|
|
rProtected,
|
|
|
|
rPrivate );
|
|
|
|
Write_ChildList( ary::cpp::Class::SLOT_StaticData,
|
|
|
|
cl_StaticData,
|
|
|
|
C_sLabel_StaticVariables,
|
|
|
|
C_sTitle_StaticData,
|
|
|
|
rPublic,
|
|
|
|
rProtected,
|
|
|
|
rPrivate );
|
|
|
|
|
|
|
|
Create_NaviSubRow(mp_public); // Also puts out or deletes pPublic.
|
|
|
|
Create_NaviSubRow(mp_protected); // Also puts out or deletes pProtected.
|
|
|
|
Create_NaviSubRow(mp_private); // Also puts out or deletes pPrivate.
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
PageMaker_Class::Write_ChildList( ary::SlotAccessId i_nSlot,
|
|
|
|
E_ChidList i_eChildListIndex,
|
|
|
|
const char * i_sLabel,
|
|
|
|
const char * i_sListTitle,
|
|
|
|
csi::xml::Element & o_rPublic,
|
|
|
|
csi::xml::Element & o_rProtected,
|
|
|
|
csi::xml::Element & o_rPrivate )
|
|
|
|
|
|
|
|
{
|
|
|
|
bool bPublic_ChildrenExist = false;
|
|
|
|
bool bProtected_ChildrenExist = false;
|
|
|
|
bool bPrivate_ChildrenExist = false;
|
|
|
|
|
|
|
|
ChildList_Display::Area_Result
|
|
|
|
aPublic_Result( bPublic_ChildrenExist, o_rPublic );
|
|
|
|
ChildList_Display::Area_Result
|
|
|
|
aProtected_Result( bProtected_ChildrenExist, o_rProtected );
|
|
|
|
ChildList_Display::Area_Result
|
|
|
|
aPrivate_Result( bPrivate_ChildrenExist, o_rPrivate );
|
|
|
|
|
|
|
|
udmstri sLabelPublic = ChildListLabel(i_sLabel, mp_public);
|
|
|
|
udmstri sLabelProtected = ChildListLabel(i_sLabel, mp_protected);
|
|
|
|
udmstri sLabelPrivate = ChildListLabel(i_sLabel, mp_private);
|
|
|
|
|
|
|
|
pChildDisplay->Run_Members( aPublic_Result,
|
|
|
|
aProtected_Result,
|
|
|
|
aPrivate_Result,
|
|
|
|
i_nSlot,
|
|
|
|
sLabelPublic,
|
|
|
|
sLabelProtected,
|
|
|
|
sLabelPrivate,
|
|
|
|
i_sListTitle );
|
|
|
|
|
|
|
|
bChildLists_Exist[i_eChildListIndex]
|
|
|
|
= bPublic_ChildrenExist;
|
|
|
|
bChildLists_Exist[i_eChildListIndex + cl_MAX]
|
|
|
|
= bProtected_ChildrenExist;
|
|
|
|
bChildLists_Exist[i_eChildListIndex + 2*cl_MAX]
|
|
|
|
= bPrivate_ChildrenExist;
|
|
|
|
|
|
|
|
if (bPublic_ChildrenExist)
|
|
|
|
o_rPublic << new HorizontalLine;
|
|
|
|
if (bProtected_ChildrenExist)
|
|
|
|
o_rProtected << new HorizontalLine;
|
|
|
|
if (bPrivate_ChildrenExist)
|
|
|
|
o_rPrivate << new HorizontalLine;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
PageMaker_Class::Write_ChildList_forClasses( csi::xml::Element & o_rPublic,
|
|
|
|
csi::xml::Element & o_rProtected,
|
|
|
|
csi::xml::Element & o_rPrivate,
|
|
|
|
const char * i_sLabel,
|
|
|
|
const char * i_sListTitle,
|
|
|
|
ary::cpp::E_ClassKey i_eFilter )
|
|
|
|
{
|
|
|
|
bool bPublic_ChildrenExist = false;
|
|
|
|
bool bProtected_ChildrenExist = false;
|
|
|
|
bool bPrivate_ChildrenExist = false;
|
|
|
|
|
|
|
|
ChildList_Display::Area_Result
|
|
|
|
aPublic_Result( bPublic_ChildrenExist, o_rPublic );
|
|
|
|
ChildList_Display::Area_Result
|
|
|
|
aProtected_Result( bProtected_ChildrenExist, o_rProtected );
|
|
|
|
ChildList_Display::Area_Result
|
|
|
|
aPrivate_Result( bPrivate_ChildrenExist, o_rPrivate );
|
|
|
|
|
|
|
|
udmstri sLabelPublic = ChildListLabel(i_sLabel, mp_public);
|
|
|
|
udmstri sLabelProtected = ChildListLabel(i_sLabel, mp_protected);
|
|
|
|
udmstri sLabelPrivate = ChildListLabel(i_sLabel, mp_private);
|
|
|
|
|
|
|
|
pChildDisplay->Run_MemberClasses( aPublic_Result,
|
|
|
|
aProtected_Result,
|
|
|
|
aPrivate_Result,
|
|
|
|
ary::cpp::Class::SLOT_NestedClasses,
|
|
|
|
sLabelPublic,
|
|
|
|
sLabelProtected,
|
|
|
|
sLabelPrivate,
|
|
|
|
i_sListTitle,
|
|
|
|
i_eFilter );
|
|
|
|
|
|
|
|
bChildLists_Exist[int(cl_NestedClasses)+int(i_eFilter)]
|
|
|
|
= bPublic_ChildrenExist;
|
|
|
|
bChildLists_Exist[int(cl_NestedClasses)+int(i_eFilter) + cl_MAX]
|
|
|
|
= bProtected_ChildrenExist;
|
|
|
|
bChildLists_Exist[int(cl_NestedClasses)+int(i_eFilter) + 2*cl_MAX]
|
|
|
|
= bPrivate_ChildrenExist;
|
|
|
|
|
|
|
|
if (bPublic_ChildrenExist)
|
|
|
|
o_rPublic << new HorizontalLine;
|
|
|
|
if (bProtected_ChildrenExist)
|
|
|
|
o_rProtected << new HorizontalLine;
|
|
|
|
if (bPrivate_ChildrenExist)
|
|
|
|
o_rPrivate << new HorizontalLine;
|
|
|
|
}
|
|
|
|
|
|
|
|
const char *
|
|
|
|
PageMaker_Class::ChildListLabel( const char * i_sLabel, E_MemberProtection i_eMpr )
|
|
|
|
{
|
|
|
|
static char sResult[100];
|
2003-03-18 07:11:43 -06:00
|
|
|
strcpy( sResult, C_sMprPrefixes[i_eMpr] ); // SAFE STRCPY (#100211# - checked)
|
|
|
|
strcat( sResult, i_sLabel ); // SAFE STRCAT (#100211# - checked)
|
2002-03-08 07:45:36 -06:00
|
|
|
return sResult;
|
|
|
|
}
|
|
|
|
|
|
|
|
csi::html::DefListDefinition &
|
|
|
|
PageMaker_Class::Setup_MemberSegment_Out( E_MemberProtection i_eMpr )
|
|
|
|
{
|
|
|
|
html::DefList * pDefList = new html::DefList;
|
|
|
|
pProtectionArea[i_eMpr] = pDefList;
|
|
|
|
|
|
|
|
pDefList->AddTerm()
|
2005-03-23 01:59:51 -06:00
|
|
|
<< new html::ClassAttr("subtitle")
|
2002-03-08 07:45:36 -06:00
|
|
|
>> *new html::Label( C_sMprPrefixes[i_eMpr] )
|
|
|
|
>> *new html::Headline(3)
|
|
|
|
<< C_sMprTitles[i_eMpr];
|
|
|
|
return pDefList->AddDefinition();
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
PageMaker_Class::Create_NaviSubRow( E_MemberProtection i_eMpr )
|
|
|
|
{
|
2006-06-19 05:57:09 -05:00
|
|
|
int nIndexAdd = int(cl_MAX) * int(i_eMpr);
|
2002-03-08 07:45:36 -06:00
|
|
|
|
|
|
|
bool bEmpty = true;
|
|
|
|
for (int e = 0; e < cl_MAX; e++)
|
|
|
|
{
|
|
|
|
if ( bChildLists_Exist[e + nIndexAdd] )
|
|
|
|
{
|
|
|
|
bEmpty = false;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
} // end for
|
|
|
|
if (bEmpty)
|
|
|
|
{
|
|
|
|
pProtectionArea[i_eMpr] = 0;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
else //
|
|
|
|
{
|
|
|
|
CurOut() << pProtectionArea[i_eMpr].Release();
|
|
|
|
} // endif
|
|
|
|
|
|
|
|
pNavi->MakeSubRow( C_sMprSummaryTitles[i_eMpr] );
|
|
|
|
for (int i = 0; i < cl_MAX; i++)
|
|
|
|
{
|
|
|
|
pNavi->AddItem( C_sSummaryItems_Titles[i],
|
|
|
|
ChildListLabel( C_sSummaryItems_Labels[i], i_eMpr ),
|
|
|
|
bChildLists_Exist[i+nIndexAdd] );
|
|
|
|
} // end for
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
PageMaker_Class::Write_DerivedList()
|
|
|
|
{
|
|
|
|
adcdisp::ExplanationList aDeriveds( CurOut() );
|
|
|
|
aDeriveds.AddEntry( "Known Derived Classes" );
|
|
|
|
|
|
|
|
if ( Me().KnownDerivatives().size() == 0 )
|
|
|
|
{
|
|
|
|
aDeriveds.Def() << "None.";
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
typedef ary::List_Rid RidList;
|
|
|
|
|
|
|
|
for ( RidList::const_iterator it = Me().KnownDerivatives().begin();
|
|
|
|
it != Me().KnownDerivatives().end();
|
|
|
|
++it )
|
|
|
|
{
|
|
|
|
const ary::CodeEntity &
|
|
|
|
rCe = Env().Gate().Ref_Ce(*it);
|
|
|
|
|
|
|
|
aDeriveds.Def()
|
|
|
|
>> *new html::Link( Link2Ce(Env(),rCe) )
|
|
|
|
<< rCe.LocalName();
|
|
|
|
aDeriveds.Def()
|
|
|
|
<< new html::LineBreak;
|
|
|
|
} // end for
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// ============== Creating a classes base hierarchy ====================== //
|
|
|
|
|
|
|
|
|
|
|
|
namespace
|
|
|
|
{
|
|
|
|
|
|
|
|
class Node
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
Node(
|
|
|
|
const ary::cpp::Class &
|
|
|
|
i_rClass,
|
|
|
|
ary::Tid i_nClassType,
|
|
|
|
const ary::cpp::DisplayGate &
|
|
|
|
i_rGate,
|
|
|
|
intt i_nPositionOffset,
|
|
|
|
Node * io_pDerived = 0,
|
|
|
|
ary::cpp::E_Protection
|
|
|
|
i_eProtection = ary::cpp::PROTECT_global,
|
|
|
|
bool i_bVirtual = false );
|
|
|
|
~Node();
|
|
|
|
|
|
|
|
void FillPositionList(
|
|
|
|
std::vector< const Node* > &
|
|
|
|
o_rPositionList ) const;
|
|
|
|
void Write2(
|
|
|
|
csi::xml::Element & o_rOut,
|
|
|
|
const OuputPage_Environment &
|
|
|
|
i_rEnv ) const;
|
|
|
|
|
|
|
|
intt BaseCount() const { return nCountBases; }
|
|
|
|
intt Position() const { return nPosition; }
|
|
|
|
int Xpos() const { return 3*Position(); }
|
|
|
|
int Ypos() const { return 2*Position(); }
|
|
|
|
const Node * Derived() const { return pDerived; }
|
|
|
|
|
|
|
|
private:
|
|
|
|
typedef std::vector< DYN Node* > BaseList;
|
|
|
|
|
|
|
|
void IncrBaseCount();
|
|
|
|
|
|
|
|
// DATA
|
|
|
|
BaseList aBases;
|
|
|
|
intt nCountBases;
|
|
|
|
Node * pDerived;
|
|
|
|
|
|
|
|
udmstri sName;
|
|
|
|
const ary::cpp::Class *
|
|
|
|
pClass;
|
|
|
|
ary::Tid nClassType;
|
|
|
|
ary::cpp::E_Protection
|
|
|
|
eProtection;
|
|
|
|
bool bVirtual;
|
|
|
|
|
|
|
|
intt nPosition;
|
|
|
|
};
|
|
|
|
|
|
|
|
void WriteNodeHierarchy(
|
|
|
|
csi::xml::Element & o_rOut,
|
|
|
|
const OuputPage_Environment &
|
|
|
|
i_rEnv,
|
|
|
|
const Node & i_rClass );
|
|
|
|
|
|
|
|
const ary::cpp::Class *
|
|
|
|
HereFind_Class(
|
|
|
|
const ary::cpp::DisplayGate &
|
|
|
|
i_rGate,
|
|
|
|
ary::Tid i_nReferingTypeId );
|
|
|
|
|
|
|
|
} // anonymous namespace
|
|
|
|
|
|
|
|
void
|
|
|
|
PageMaker_Class::Write_BaseHierarchy()
|
|
|
|
{
|
|
|
|
adcdisp::ExplanationList aBases( CurOut() );
|
|
|
|
aBases.AddEntry( "Base Classes" );
|
|
|
|
|
|
|
|
if ( Me().BaseClasses().size() == 0 )
|
|
|
|
{
|
|
|
|
aBases.Def() << "None.";
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
Dyn< Node >
|
|
|
|
pBaseGraph( new Node(Me(), 0, Env().Gate(), 0) );
|
|
|
|
WriteNodeHierarchy( aBases.Def(), Env(), *pBaseGraph );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace
|
|
|
|
{
|
|
|
|
|
|
|
|
void
|
|
|
|
WriteNodeHierarchy( csi::xml::Element & o_rOut,
|
|
|
|
const OuputPage_Environment & i_rEnv,
|
|
|
|
const Node & i_rClass )
|
|
|
|
{
|
|
|
|
typedef const Node * NodePtr;
|
|
|
|
typedef std::vector<NodePtr> NodeList;
|
|
|
|
|
|
|
|
NodeList aPositionList;
|
|
|
|
intt nSize = i_rClass.Position()+1;
|
|
|
|
aPositionList.reserve(nSize);
|
|
|
|
i_rClass.FillPositionList( aPositionList );
|
|
|
|
|
|
|
|
xml::Element &
|
|
|
|
rPre = o_rOut
|
|
|
|
>> *new xml::AnElement("pre")
|
|
|
|
<< new html::StyleAttr("font-family:monospace;");
|
|
|
|
|
|
|
|
for ( int line = 0; line < nSize; ++line )
|
|
|
|
{
|
|
|
|
char * sLine1 = new char[2 + line*5];
|
|
|
|
char * sLine2 = new char[1 + line*5];
|
|
|
|
*sLine1 = '\0';
|
|
|
|
*sLine2 = '\0';
|
|
|
|
|
|
|
|
bool bBaseForThisLineReached = false;
|
|
|
|
for ( int col = 0; col < line; ++col )
|
|
|
|
{
|
|
|
|
intt nDerivPos = aPositionList[col]->Derived()->Position();
|
|
|
|
|
|
|
|
if ( nDerivPos >= line )
|
|
|
|
strcat(sLine1, " | ");
|
|
|
|
else
|
|
|
|
strcat(sLine1, " ");
|
|
|
|
|
|
|
|
if ( nDerivPos > line )
|
|
|
|
{
|
|
|
|
strcat(sLine2, " | ");
|
|
|
|
}
|
|
|
|
else if ( nDerivPos == line )
|
|
|
|
{
|
|
|
|
if (bBaseForThisLineReached)
|
|
|
|
strcat(sLine2, "--+--");
|
|
|
|
else
|
|
|
|
{
|
|
|
|
bBaseForThisLineReached = true;
|
|
|
|
strcat(sLine2, " +--");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else // nDerivPos < line
|
|
|
|
{
|
|
|
|
if (bBaseForThisLineReached)
|
|
|
|
strcat(sLine2, "-----");
|
|
|
|
else
|
|
|
|
strcat(sLine2, " ");
|
|
|
|
}
|
|
|
|
} // end for (col)
|
|
|
|
strcat(sLine1,"\n");
|
|
|
|
rPre
|
|
|
|
<< sLine1
|
|
|
|
<< sLine2;
|
|
|
|
delete [] sLine1;
|
|
|
|
delete [] sLine2;
|
|
|
|
|
|
|
|
aPositionList[line]->Write2( rPre, i_rEnv );
|
|
|
|
rPre << "\n";
|
|
|
|
} // end for (line)
|
|
|
|
}
|
|
|
|
|
|
|
|
const ary::cpp::Class *
|
|
|
|
HereFind_Class( const ary::cpp::DisplayGate & i_rGate,
|
|
|
|
ary::Tid i_nReferingTypeId )
|
|
|
|
{
|
|
|
|
const ary::CodeEntity * pCe = i_rGate.Search_RelatedCe( i_nReferingTypeId );
|
|
|
|
|
|
|
|
if ( pCe != 0 )
|
|
|
|
{
|
|
|
|
if (pCe->RC() == ary::cpp::Class::RC_())
|
|
|
|
{
|
|
|
|
return static_cast< const ary::cpp::Class* >(pCe);
|
|
|
|
}
|
|
|
|
else if (pCe->RC() == ary::cpp::Typedef::RC_())
|
|
|
|
{
|
|
|
|
const ary::cpp::Typedef *
|
|
|
|
pTydef = static_cast< const ary::cpp::Typedef* >(pCe);
|
|
|
|
return HereFind_Class( i_rGate, pTydef->DescribingType() );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static const ary::cpp::Class aClassNull_( 0,
|
|
|
|
"Base class not found",
|
|
|
|
0,
|
|
|
|
ary::cpp::PROTECT_global,
|
|
|
|
0,
|
|
|
|
ary::cpp::CK_class );
|
|
|
|
return &aClassNull_;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//********************* Node ***********************//
|
|
|
|
|
|
|
|
Node::Node( const ary::cpp::Class & i_rClass,
|
|
|
|
ary::Tid i_nClassType,
|
|
|
|
const ary::cpp::DisplayGate & i_rGate,
|
|
|
|
intt i_nPositionOffset,
|
|
|
|
Node * io_pDerived,
|
|
|
|
ary::cpp::E_Protection i_eProtection,
|
|
|
|
bool i_bVirtual )
|
|
|
|
: // aBases,
|
|
|
|
nCountBases(0),
|
|
|
|
pDerived(io_pDerived),
|
|
|
|
pClass(&i_rClass),
|
|
|
|
nClassType(i_nClassType),
|
|
|
|
eProtection(i_eProtection),
|
|
|
|
bVirtual(i_bVirtual),
|
|
|
|
nPosition(i_nPositionOffset)
|
|
|
|
{
|
|
|
|
typedef ary::cpp::List_Bases BList;
|
|
|
|
|
|
|
|
for ( BList::const_iterator it = i_rClass.BaseClasses().begin();
|
|
|
|
it != i_rClass.BaseClasses().end();
|
|
|
|
++it )
|
|
|
|
{
|
|
|
|
const ary::cpp::Class *
|
|
|
|
pBaseClass = HereFind_Class( i_rGate, (*it).nId );
|
|
|
|
|
|
|
|
#if 0 // only for debugging
|
|
|
|
if ( pBaseClass->Id() == 0 )
|
|
|
|
{
|
|
|
|
Cerr() << "\nWarning: A baseclass not found of class "
|
|
|
|
<< i_rClass.LocalName()
|
|
|
|
<< Endl();
|
|
|
|
}
|
|
|
|
#endif // 0
|
|
|
|
|
|
|
|
Dyn<Node>
|
|
|
|
pBase( new Node(*pBaseClass,
|
|
|
|
(*it).nId,
|
|
|
|
i_rGate,
|
|
|
|
nPosition,
|
|
|
|
this,
|
|
|
|
(*it).eProtection,
|
|
|
|
(*it).eVirtuality == ary::cpp::VIRTUAL_virtual)
|
|
|
|
);
|
|
|
|
IncrBaseCount();
|
|
|
|
nPosition += pBase->BaseCount() + 1;
|
|
|
|
aBases.push_back( pBase.Release() );
|
|
|
|
} // end for
|
|
|
|
}
|
|
|
|
|
|
|
|
Node::~Node()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
Node::FillPositionList( std::vector< const Node* > & o_rPositionList ) const
|
|
|
|
{
|
|
|
|
for ( BaseList::const_iterator it = aBases.begin();
|
|
|
|
it != aBases.end();
|
|
|
|
++it )
|
|
|
|
{
|
|
|
|
(*it)->FillPositionList(o_rPositionList);
|
|
|
|
} // end for
|
|
|
|
|
|
|
|
if( o_rPositionList.size() != uintt(Position()) )
|
|
|
|
{
|
|
|
|
csv_assert(false);
|
|
|
|
}
|
|
|
|
o_rPositionList.push_back(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
Node::Write2( csi::xml::Element & o_rOut,
|
|
|
|
const OuputPage_Environment & i_rEnv ) const
|
|
|
|
{
|
|
|
|
if ( Derived() == 0 )
|
|
|
|
{
|
|
|
|
o_rOut
|
2005-03-23 01:59:51 -06:00
|
|
|
>> *new xml::AnElement("span")
|
|
|
|
<< new html::ClassAttr("btself")
|
2002-03-08 07:45:36 -06:00
|
|
|
<< pClass->LocalName();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
csi::xml::Element *
|
|
|
|
pOut = & ( o_rOut >> *new xml::AnElement("span") );
|
|
|
|
switch ( eProtection )
|
|
|
|
{
|
|
|
|
case ary::cpp::PROTECT_public:
|
2005-03-23 01:59:51 -06:00
|
|
|
if (bVirtual)
|
|
|
|
*pOut << new html::ClassAttr("btvpubl");
|
|
|
|
else
|
|
|
|
*pOut << new html::ClassAttr("btpubl");
|
2002-03-08 07:45:36 -06:00
|
|
|
break;
|
|
|
|
case ary::cpp::PROTECT_protected:
|
2005-03-23 01:59:51 -06:00
|
|
|
if (bVirtual)
|
|
|
|
*pOut << new html::ClassAttr("btvprot");
|
|
|
|
else
|
|
|
|
*pOut << new html::ClassAttr("btprot");
|
2002-03-08 07:45:36 -06:00
|
|
|
break;
|
|
|
|
case ary::cpp::PROTECT_private:
|
2005-03-23 01:59:51 -06:00
|
|
|
if (bVirtual)
|
|
|
|
*pOut << new html::ClassAttr("btvpriv");
|
|
|
|
else
|
|
|
|
*pOut << new html::ClassAttr("btpriv");
|
2002-03-08 07:45:36 -06:00
|
|
|
break;
|
2004-11-15 06:32:53 -06:00
|
|
|
default: // do nothing.
|
|
|
|
;
|
2002-03-08 07:45:36 -06:00
|
|
|
} // end switch
|
|
|
|
|
|
|
|
csi::xml::Element & rOut = *pOut;
|
|
|
|
|
|
|
|
Get_LinkedTypeText( rOut, i_rEnv, nClassType, false );
|
|
|
|
rOut << " (";
|
|
|
|
if ( bVirtual )
|
|
|
|
rOut << "virtual ";
|
|
|
|
switch ( eProtection )
|
|
|
|
{
|
|
|
|
case ary::cpp::PROTECT_public:
|
|
|
|
rOut << "public)";
|
|
|
|
break;
|
|
|
|
case ary::cpp::PROTECT_protected:
|
|
|
|
rOut << "protected)";
|
|
|
|
break;
|
|
|
|
case ary::cpp::PROTECT_private:
|
|
|
|
rOut << "private)";
|
|
|
|
break;
|
2004-11-15 06:32:53 -06:00
|
|
|
default: // do nothing.
|
|
|
|
;
|
2002-03-08 07:45:36 -06:00
|
|
|
} // end switch
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
Node::IncrBaseCount()
|
|
|
|
{
|
|
|
|
++nCountBases;
|
|
|
|
if (pDerived != 0)
|
|
|
|
pDerived->IncrBaseCount();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
} // anonymous namespace
|
|
|
|
|
|
|
|
|