javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtfactory.cpp
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 60 6c158198356e
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    47 #include "swtmobiledevice.h"
    47 #include "swtmobiledevice.h"
    48 #include "swtmobileshell.h"
    48 #include "swtmobileshell.h"
    49 #include "swtmultipagedialog.h"
    49 #include "swtmultipagedialog.h"
    50 #include "swtscreen.h"
    50 #include "swtscreen.h"
    51 #include "swtsortedlist.h"
    51 #include "swtsortedlist.h"
    52 #include "swttasktip.h"
       
    53 #include "swttextextension.h"
    52 #include "swttextextension.h"
    54 #include "swttimedmessagebox.h"
    53 #include "swttimedmessagebox.h"
    55 #include "swtquerydialog.h"
    54 #include "swtquerydialog.h"
    56 #include "swtuiutils.h"
    55 #include "swtuiutils.h"
    57 #include "swtbitmapgc.h"
    56 #include "swtbitmapgc.h"
   390     TInt aQueryType) const
   389     TInt aQueryType) const
   391 {
   390 {
   392     return CSwtQueryDialog::ConvertDefaultValueL(aString, aQueryType);
   391     return CSwtQueryDialog::ConvertDefaultValueL(aString, aQueryType);
   393 }
   392 }
   394 
   393 
   395 MSwtTaskTip* CSwtFactory::NewTaskTipL(
       
   396     MSwtDisplay& aDisplay,
       
   397     TSwtPeer aPeer,
       
   398     TInt aStyle) const
       
   399 {
       
   400     return CSwtTaskTip::NewL(aDisplay, aPeer, aStyle);
       
   401 }
       
   402 
       
   403 MSwtTextExtension* CSwtFactory::NewTextExtensionL(
   394 MSwtTextExtension* CSwtFactory::NewTextExtensionL(
   404     MSwtDisplay& aDisplay,
   395     MSwtDisplay& aDisplay,
   405     TSwtPeer aPeer,
   396     TSwtPeer aPeer,
   406     MSwtComposite& aParent,
   397     MSwtComposite& aParent,
   407     TInt aStyle) const
   398     TInt aStyle) const