aboutsummaryrefslogblamecommitdiffstats
path: root/doc/NAMESPACE
blob: 4ca7c454d1973e98ed26c1c0356d04e2e5f9d743 (plain) (tree)



























                                                                            

                  


                     





























                                                                                   

                                       

    Here is how both the Evolution implementation and IDL namespacing
is to be organized, NB. for implementations and oafinfo filenames we replace
'/' with '_'

Files:

/GNOME/Evolution/

    Addressbook/
    Calendar/
        Control
        gnomecal
    Composer/
    Mail/
    Notes/      
    Shell/
    Summary/
        test
        rdf
    Wombat/

Components:

    Shell components end in _ShellComponent, controls in _Control,
executive summary components in _ExecutiveSummaryComponent and
factories append 'Factory'.

GNOME/
    Evolution/

        Shell

        Addressbook/
            MiniCard/
                Control, ControlFactory
            SelectNames, SelectNamesFactory
            Control, ControlFactory
            ShellComponent, ShellComponentFactory
        Calendar/       
            iTip/
                Control, ControlFactory
            Control, ControlFactory
            ShellComponent, ShellComponentFactory
            ExecutiveSummaryComponent, ExecutiveSummaryComponentFactory
        Mail/
            Control, ControlFactory
            ShellComponent, ShellComponentFactory
            ExecutiveSummaryComponent, ExecutiveSummaryComponentFactory
            Composer, ComposerFactory
        Notes/
            control, controlFactory
            shellComponent, shellComponentFactory
        Summary/
            rdf/
                SummaryComponent, SummaryComponentFactory
            test/
                Component, ComponentFactory

            ShellComponent, ShellComponentFactory

        Wombat/
            ServerFactory
            CalendarFactory