13 #ifndef CLIENTCONFIG_H_
14 #define CLIENTCONFIG_H_
16 namespace WinampRemote
29 bool m_CommandsVisible;
33 bool m_PlaylistVisible;
34 std::string m_endpoint;
35 std::string m_address;
47 m_CommandsPos(Point(0, 0)), m_CommandsVisible(false),
48 m_VolumePos(Point(0,0)), m_VolumeVisible(false),
49 m_PlaylistPos(Rect(0,0,0,0)), m_PlaylistVisible(), m_endpoint(
""), m_address(
""),
50 m_autohide(false), m_autorestore(false),m_updatePerSong(false),
51 m_visible(true), m_pollInterval(10) {}
117 "Command Pos [" << m_CommandsPos.x <<
"," << m_CommandsPos.y <<
"]" <<
118 "Commands Visible [" << m_CommandsVisible <<
"]" <<
119 "Volume Pos [" << m_VolumePos.x <<
"," << m_VolumePos.y <<
"]" <<
120 "Volume Visible [" << m_VolumeVisible <<
"]" <<
121 "Playlist Pos [" << m_PlaylistPos.Top <<
"," << m_PlaylistPos.Left <<
122 "," << m_PlaylistPos.Bottom <<
"," << m_PlaylistPos.Right <<
"]" <<
123 "Playlist Visible [" << m_PlaylistVisible <<
"]" <<
124 "Endpoint [" << m_endpoint <<
"]" <<
125 "Address [" << m_address <<
"]" <<
126 "Auto Restore [" << m_autorestore <<
"]" <<
127 "Auto Hide [" << m_autohide <<
"]" <<
128 "Update per Song [" << m_updatePerSong <<
"]" <<
129 "Visible [" << m_visible <<
"]" <<
130 "Poll Interval [" << m_pollInterval <<
"]"