Source Code (Use browser search to find items of interest.)

Class Index

kword'Factory (./koffice/kword/filters/html/main.h:43)

class Factory : virtual public KOffice::FilterFactory_skel
{
public:
  Factory(const CORBA::ORB::ObjectTag &_tag);
  Factory(CORBA::Object_ptr _obj);

  KOffice::Filter_ptr create();

};

/******************************************************************/
/* Filter                                                         */
/******************************************************************/


kword'Factory::Factory() (./koffice/kword/filters/ascii/main.cc:60)

Factory::Factory(const CORBA::ORB::ObjectTag &_tag)
    : KOffice::FilterFactory_skel(_tag)
{
}

/*================================================================*/

kword'Factory::Factory() (./koffice/kword/filters/ascii/main.cc:66)

Factory::Factory(CORBA::Object_ptr _obj)
    : KOffice::FilterFactory_skel(_obj)
{
}

/******************************************************************/
/* Filter                                                         */
/******************************************************************/

/*================================================================*/
KOffice::Filter_ptr Factory::create()
{
    Filter *f = new Filter;
    KOMShutdownManager::self()->watchObject( f );
    return KOffice::Filter::_duplicate( f );
}

/*================================================================*/

kword'Factory::Factory() (./koffice/kword/filters/html/main.cc:64)

Factory::Factory( const CORBA::ORB::ObjectTag &_tag )
    : KOffice::FilterFactory_skel( _tag )
{
}

/*================================================================*/

kword'Factory::Factory() (./koffice/kword/filters/html/main.cc:70)

Factory::Factory( CORBA::Object_ptr _obj )
    : KOffice::FilterFactory_skel( _obj )
{
}

/******************************************************************/
/* Filter                                                         */
/******************************************************************/

/*================================================================*/
KOffice::Filter_ptr Factory::create()
{
    Filter *f = new Filter;
    KOMShutdownManager::self()->watchObject( f );
    return KOffice::Filter::_duplicate( f );
}

/*================================================================*/