home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / appcomps / nsISearchContext.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-05-08  |  9.8 KB  |  232 lines

  1. /*
  2.  * DO NOT EDIT.  THIS FILE IS GENERATED FROM nsISearchContext.idl
  3.  */
  4.  
  5. #ifndef __gen_nsISearchContext_h__
  6. #define __gen_nsISearchContext_h__
  7.  
  8.  
  9. #ifndef __gen_nsISupports_h__
  10. #include "nsISupports.h"
  11. #endif
  12.  
  13. /* For IDL files that don't want to include root IDL files. */
  14. #ifndef NS_NO_VTABLE
  15. #define NS_NO_VTABLE
  16. #endif
  17. class nsIDOMWindowInternal; /* forward declaration */
  18.  
  19.  
  20. /* starting interface:    nsISearchContext */
  21. #define NS_ISEARCHCONTEXT_IID_STR "31aba0f0-2d93-11d3-8069-00600811a9c3"
  22.  
  23. #define NS_ISEARCHCONTEXT_IID \
  24.   {0x31aba0f0, 0x2d93, 0x11d3, \
  25.     { 0x80, 0x69, 0x00, 0x60, 0x08, 0x11, 0xa9, 0xc3 }}
  26.  
  27. class NS_NO_VTABLE nsISearchContext : public nsISupports {
  28.  public: 
  29.  
  30.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISEARCHCONTEXT_IID)
  31.  
  32.   /* attribute wstring searchString; */
  33.   NS_IMETHOD GetSearchString(PRUnichar * *aSearchString) = 0;
  34.   NS_IMETHOD SetSearchString(const PRUnichar * aSearchString) = 0;
  35.  
  36.   /* attribute wstring replaceString; */
  37.   NS_IMETHOD GetReplaceString(PRUnichar * *aReplaceString) = 0;
  38.   NS_IMETHOD SetReplaceString(const PRUnichar * aReplaceString) = 0;
  39.  
  40.   /* attribute boolean searchBackwards; */
  41.   NS_IMETHOD GetSearchBackwards(PRBool *aSearchBackwards) = 0;
  42.   NS_IMETHOD SetSearchBackwards(PRBool aSearchBackwards) = 0;
  43.  
  44.   /* attribute boolean caseSensitive; */
  45.   NS_IMETHOD GetCaseSensitive(PRBool *aCaseSensitive) = 0;
  46.   NS_IMETHOD SetCaseSensitive(PRBool aCaseSensitive) = 0;
  47.  
  48.   /* attribute boolean wrapSearch; */
  49.   NS_IMETHOD GetWrapSearch(PRBool *aWrapSearch) = 0;
  50.   NS_IMETHOD SetWrapSearch(PRBool aWrapSearch) = 0;
  51.  
  52.   /* readonly attribute nsIDOMWindowInternal targetWindow; */
  53.   NS_IMETHOD GetTargetWindow(nsIDOMWindowInternal * *aTargetWindow) = 0;
  54.  
  55.   /* attribute nsIDOMWindowInternal findDialog; */
  56.   NS_IMETHOD GetFindDialog(nsIDOMWindowInternal * *aFindDialog) = 0;
  57.   NS_IMETHOD SetFindDialog(nsIDOMWindowInternal * aFindDialog) = 0;
  58.  
  59.   /* attribute nsIDOMWindowInternal replaceDialog; */
  60.   NS_IMETHOD GetReplaceDialog(nsIDOMWindowInternal * *aReplaceDialog) = 0;
  61.   NS_IMETHOD SetReplaceDialog(nsIDOMWindowInternal * aReplaceDialog) = 0;
  62.  
  63. };
  64.  
  65. /* Use this macro when declaring classes that implement this interface. */
  66. #define NS_DECL_NSISEARCHCONTEXT \
  67.   NS_IMETHOD GetSearchString(PRUnichar * *aSearchString); \
  68.   NS_IMETHOD SetSearchString(const PRUnichar * aSearchString); \
  69.   NS_IMETHOD GetReplaceString(PRUnichar * *aReplaceString); \
  70.   NS_IMETHOD SetReplaceString(const PRUnichar * aReplaceString); \
  71.   NS_IMETHOD GetSearchBackwards(PRBool *aSearchBackwards); \
  72.   NS_IMETHOD SetSearchBackwards(PRBool aSearchBackwards); \
  73.   NS_IMETHOD GetCaseSensitive(PRBool *aCaseSensitive); \
  74.   NS_IMETHOD SetCaseSensitive(PRBool aCaseSensitive); \
  75.   NS_IMETHOD GetWrapSearch(PRBool *aWrapSearch); \
  76.   NS_IMETHOD SetWrapSearch(PRBool aWrapSearch); \
  77.   NS_IMETHOD GetTargetWindow(nsIDOMWindowInternal * *aTargetWindow); \
  78.   NS_IMETHOD GetFindDialog(nsIDOMWindowInternal * *aFindDialog); \
  79.   NS_IMETHOD SetFindDialog(nsIDOMWindowInternal * aFindDialog); \
  80.   NS_IMETHOD GetReplaceDialog(nsIDOMWindowInternal * *aReplaceDialog); \
  81.   NS_IMETHOD SetReplaceDialog(nsIDOMWindowInternal * aReplaceDialog); 
  82.  
  83. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  84. #define NS_FORWARD_NSISEARCHCONTEXT(_to) \
  85.   NS_IMETHOD GetSearchString(PRUnichar * *aSearchString) { return _to GetSearchString(aSearchString); } \
  86.   NS_IMETHOD SetSearchString(const PRUnichar * aSearchString) { return _to SetSearchString(aSearchString); } \
  87.   NS_IMETHOD GetReplaceString(PRUnichar * *aReplaceString) { return _to GetReplaceString(aReplaceString); } \
  88.   NS_IMETHOD SetReplaceString(const PRUnichar * aReplaceString) { return _to SetReplaceString(aReplaceString); } \
  89.   NS_IMETHOD GetSearchBackwards(PRBool *aSearchBackwards) { return _to GetSearchBackwards(aSearchBackwards); } \
  90.   NS_IMETHOD SetSearchBackwards(PRBool aSearchBackwards) { return _to SetSearchBackwards(aSearchBackwards); } \
  91.   NS_IMETHOD GetCaseSensitive(PRBool *aCaseSensitive) { return _to GetCaseSensitive(aCaseSensitive); } \
  92.   NS_IMETHOD SetCaseSensitive(PRBool aCaseSensitive) { return _to SetCaseSensitive(aCaseSensitive); } \
  93.   NS_IMETHOD GetWrapSearch(PRBool *aWrapSearch) { return _to GetWrapSearch(aWrapSearch); } \
  94.   NS_IMETHOD SetWrapSearch(PRBool aWrapSearch) { return _to SetWrapSearch(aWrapSearch); } \
  95.   NS_IMETHOD GetTargetWindow(nsIDOMWindowInternal * *aTargetWindow) { return _to GetTargetWindow(aTargetWindow); } \
  96.   NS_IMETHOD GetFindDialog(nsIDOMWindowInternal * *aFindDialog) { return _to GetFindDialog(aFindDialog); } \
  97.   NS_IMETHOD SetFindDialog(nsIDOMWindowInternal * aFindDialog) { return _to SetFindDialog(aFindDialog); } \
  98.   NS_IMETHOD GetReplaceDialog(nsIDOMWindowInternal * *aReplaceDialog) { return _to GetReplaceDialog(aReplaceDialog); } \
  99.   NS_IMETHOD SetReplaceDialog(nsIDOMWindowInternal * aReplaceDialog) { return _to SetReplaceDialog(aReplaceDialog); } 
  100.  
  101. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  102. #define NS_FORWARD_SAFE_NSISEARCHCONTEXT(_to) \
  103.   NS_IMETHOD GetSearchString(PRUnichar * *aSearchString) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSearchString(aSearchString); } \
  104.   NS_IMETHOD SetSearchString(const PRUnichar * aSearchString) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSearchString(aSearchString); } \
  105.   NS_IMETHOD GetReplaceString(PRUnichar * *aReplaceString) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetReplaceString(aReplaceString); } \
  106.   NS_IMETHOD SetReplaceString(const PRUnichar * aReplaceString) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetReplaceString(aReplaceString); } \
  107.   NS_IMETHOD GetSearchBackwards(PRBool *aSearchBackwards) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSearchBackwards(aSearchBackwards); } \
  108.   NS_IMETHOD SetSearchBackwards(PRBool aSearchBackwards) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSearchBackwards(aSearchBackwards); } \
  109.   NS_IMETHOD GetCaseSensitive(PRBool *aCaseSensitive) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCaseSensitive(aCaseSensitive); } \
  110.   NS_IMETHOD SetCaseSensitive(PRBool aCaseSensitive) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCaseSensitive(aCaseSensitive); } \
  111.   NS_IMETHOD GetWrapSearch(PRBool *aWrapSearch) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetWrapSearch(aWrapSearch); } \
  112.   NS_IMETHOD SetWrapSearch(PRBool aWrapSearch) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetWrapSearch(aWrapSearch); } \
  113.   NS_IMETHOD GetTargetWindow(nsIDOMWindowInternal * *aTargetWindow) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTargetWindow(aTargetWindow); } \
  114.   NS_IMETHOD GetFindDialog(nsIDOMWindowInternal * *aFindDialog) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFindDialog(aFindDialog); } \
  115.   NS_IMETHOD SetFindDialog(nsIDOMWindowInternal * aFindDialog) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFindDialog(aFindDialog); } \
  116.   NS_IMETHOD GetReplaceDialog(nsIDOMWindowInternal * *aReplaceDialog) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetReplaceDialog(aReplaceDialog); } \
  117.   NS_IMETHOD SetReplaceDialog(nsIDOMWindowInternal * aReplaceDialog) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetReplaceDialog(aReplaceDialog); } 
  118.  
  119. #if 0
  120. /* Use the code below as a template for the implementation class for this interface. */
  121.  
  122. /* Header file */
  123. class nsSearchContext : public nsISearchContext
  124. {
  125. public:
  126.   NS_DECL_ISUPPORTS
  127.   NS_DECL_NSISEARCHCONTEXT
  128.  
  129.   nsSearchContext();
  130.  
  131. private:
  132.   ~nsSearchContext();
  133.  
  134. protected:
  135.   /* additional members */
  136. };
  137.  
  138. /* Implementation file */
  139. NS_IMPL_ISUPPORTS1(nsSearchContext, nsISearchContext)
  140.  
  141. nsSearchContext::nsSearchContext()
  142. {
  143.   /* member initializers and constructor code */
  144. }
  145.  
  146. nsSearchContext::~nsSearchContext()
  147. {
  148.   /* destructor code */
  149. }
  150.  
  151. /* attribute wstring searchString; */
  152. NS_IMETHODIMP nsSearchContext::GetSearchString(PRUnichar * *aSearchString)
  153. {
  154.     return NS_ERROR_NOT_IMPLEMENTED;
  155. }
  156. NS_IMETHODIMP nsSearchContext::SetSearchString(const PRUnichar * aSearchString)
  157. {
  158.     return NS_ERROR_NOT_IMPLEMENTED;
  159. }
  160.  
  161. /* attribute wstring replaceString; */
  162. NS_IMETHODIMP nsSearchContext::GetReplaceString(PRUnichar * *aReplaceString)
  163. {
  164.     return NS_ERROR_NOT_IMPLEMENTED;
  165. }
  166. NS_IMETHODIMP nsSearchContext::SetReplaceString(const PRUnichar * aReplaceString)
  167. {
  168.     return NS_ERROR_NOT_IMPLEMENTED;
  169. }
  170.  
  171. /* attribute boolean searchBackwards; */
  172. NS_IMETHODIMP nsSearchContext::GetSearchBackwards(PRBool *aSearchBackwards)
  173. {
  174.     return NS_ERROR_NOT_IMPLEMENTED;
  175. }
  176. NS_IMETHODIMP nsSearchContext::SetSearchBackwards(PRBool aSearchBackwards)
  177. {
  178.     return NS_ERROR_NOT_IMPLEMENTED;
  179. }
  180.  
  181. /* attribute boolean caseSensitive; */
  182. NS_IMETHODIMP nsSearchContext::GetCaseSensitive(PRBool *aCaseSensitive)
  183. {
  184.     return NS_ERROR_NOT_IMPLEMENTED;
  185. }
  186. NS_IMETHODIMP nsSearchContext::SetCaseSensitive(PRBool aCaseSensitive)
  187. {
  188.     return NS_ERROR_NOT_IMPLEMENTED;
  189. }
  190.  
  191. /* attribute boolean wrapSearch; */
  192. NS_IMETHODIMP nsSearchContext::GetWrapSearch(PRBool *aWrapSearch)
  193. {
  194.     return NS_ERROR_NOT_IMPLEMENTED;
  195. }
  196. NS_IMETHODIMP nsSearchContext::SetWrapSearch(PRBool aWrapSearch)
  197. {
  198.     return NS_ERROR_NOT_IMPLEMENTED;
  199. }
  200.  
  201. /* readonly attribute nsIDOMWindowInternal targetWindow; */
  202. NS_IMETHODIMP nsSearchContext::GetTargetWindow(nsIDOMWindowInternal * *aTargetWindow)
  203. {
  204.     return NS_ERROR_NOT_IMPLEMENTED;
  205. }
  206.  
  207. /* attribute nsIDOMWindowInternal findDialog; */
  208. NS_IMETHODIMP nsSearchContext::GetFindDialog(nsIDOMWindowInternal * *aFindDialog)
  209. {
  210.     return NS_ERROR_NOT_IMPLEMENTED;
  211. }
  212. NS_IMETHODIMP nsSearchContext::SetFindDialog(nsIDOMWindowInternal * aFindDialog)
  213. {
  214.     return NS_ERROR_NOT_IMPLEMENTED;
  215. }
  216.  
  217. /* attribute nsIDOMWindowInternal replaceDialog; */
  218. NS_IMETHODIMP nsSearchContext::GetReplaceDialog(nsIDOMWindowInternal * *aReplaceDialog)
  219. {
  220.     return NS_ERROR_NOT_IMPLEMENTED;
  221. }
  222. NS_IMETHODIMP nsSearchContext::SetReplaceDialog(nsIDOMWindowInternal * aReplaceDialog)
  223. {
  224.     return NS_ERROR_NOT_IMPLEMENTED;
  225. }
  226.  
  227. /* End of implementation class template. */
  228. #endif
  229.  
  230.  
  231. #endif /* __gen_nsISearchContext_h__ */
  232.