An object of this class contains all the User Preferences for the Chatter-jee client.
Field Summary |
||
Access | Data Type | Name |
public | int | m_bAutoLogin |
public | int | m_bRememberLogin |
public | LOGFONT | m_Font |
public | int | m_iColor |
public | int | m_iFontColor |
public | int | m_iFontSize |
public | CString | m_Password |
public | CString | m_strFontFace |
public | CString | m_UserName |
Constructor Summary |
||
CPreferencesData() |
Destructor Summary |
||
~CPreferencesData() |
Method Summary |
||
void | operator =(CPreferencesData& preferences) |
Field Detail |
m_bAutoLogin
If true, it means the user wants to automatically send his/her login-password details to the Chatter-jee server
when the Chatter-jee client starts. To make this option effective, Remember Login
option must be selected.
m_bRememberLogin
If 1, it means the user wants to store his/her login-password details in registry.
m_Font
Font using which the message is to be sent.
m_iColor
Default background color for the main Chatter-jee client window and all Speak Windows.
m_iFontColor
Color of the Font using which the message is to be sent.
m_iFontSize
Size of the Font using which the message is to be sent.
m_Password
Password for the user
m_strFontFace
Name of the Font using which the message is to be displayed at the receiver's end.
m_UserName
User who is logged in thru this client.
Constructor Detail |
CPreferencesData()
Default Constructor.
Destructor Detail |
~CPreferencesData()
Default Destructor.
Method Detail |
operator =(CPreferencesData& preferences)
Copies all members from input preferences into the current preferences.