Changeset View
Changeset View
Standalone View
Standalone View
shell_client.cpp
| Show First 20 Lines • Show All 306 Lines • ▼ Show 20 Line(s) | |||||
| 307 | 307 | | |||
| 308 | QPoint ShellClient::clientContentPos() const | 308 | QPoint ShellClient::clientContentPos() const | ||
| 309 | { | 309 | { | ||
| 310 | return -1 * clientPos(); | 310 | return -1 * clientPos(); | ||
| 311 | } | 311 | } | ||
| 312 | 312 | | |||
| 313 | QSize ShellClient::clientSize() const | 313 | QSize ShellClient::clientSize() const | ||
| 314 | { | 314 | { | ||
| 315 | // TODO: connect for changes | | |||
| 316 | return m_clientSize; | 315 | return m_clientSize; | ||
| 317 | } | 316 | } | ||
| 318 | 317 | | |||
| 319 | void ShellClient::debug(QDebug &stream) const | 318 | void ShellClient::debug(QDebug &stream) const | ||
| 320 | { | 319 | { | ||
| 321 | // TODO: implement | 320 | // TODO: implement | ||
| 322 | Q_UNUSED(stream) | 321 | Q_UNUSED(stream) | ||
| 323 | } | 322 | } | ||
| ▲ Show 20 Lines • Show All 1198 Lines • Show Last 20 Lines | |||||