llprefsim.h

Go to the documentation of this file.
00001 
00033 #ifndef LLPANELPREFSIM_H
00034 #define LLPANELPREFSIM_H
00035 
00036 class LLPanel;
00037 class LLPrefsIMImpl;
00038 
00039 class LLPrefsIM
00040 {
00041 public:
00042         LLPrefsIM();
00043         ~LLPrefsIM();
00044 
00045         void apply();
00046         void cancel();
00047         void setPersonalInfo(
00048                 const char* visibility,
00049                 bool im_via_email,
00050                 const char* email);
00051 
00052         LLPanel* getPanel();
00053 
00054 protected:
00055         LLPrefsIMImpl& impl;
00056 };
00057 
00058 #endif

Generated on Thu Jul 1 06:09:01 2010 for Second Life Viewer by  doxygen 1.4.7