|
|
void | log (Logtype _type, QString _message) |
| |
|
void | log (QString _message) |
| |
|
void | addWidgetToStatusbar (QWidget *_widget) |
| |
| virtual void | updateView () |
| | Update current view in Main Application.
|
| |
| virtual void | setSlotDescription (QString _slotName, QString _slotDescription, QStringList _parameters, QStringList _descriptions) |
| | Set a description for a public slot.
|
| |
| virtual void | setRenderer (unsigned int _viewer, QString _rendererName) |
| | Set a renderer for the given viewer.
|
| |
| virtual void | log (Logtype _type, QString _message)=0 |
| |
| virtual void | log (QString _message)=0 |
| |
| virtual void | showStatusMessage (QString _message, int _timeout=0) |
| | Show a message in the status bar.
|
| |
|
| QProgressBar * | gpuMemBar_ |
| | Status bar for GPU memory.
|
| |
| QProgressBar * | mainMemBar_ |
| | Status bar for Main memory.
|
| |
| QTimer * | updateTimer_ |
| | Timer that triggers an update of the bars.
|
| |
Definition at line 50 of file MemInfo.hh.
◆ MemInfoPlugin()
| MemInfoPlugin::MemInfoPlugin |
( |
| ) |
|
◆ ~MemInfoPlugin()
| MemInfoPlugin::~MemInfoPlugin |
( |
| ) |
|
◆ cpuMemoryInfoUpdate
| void MemInfoPlugin::cpuMemoryInfoUpdate |
( |
| ) |
|
|
privateslot |
Update statusbar with main memory infos.
Definition at line 137 of file MemInfo.cc.
◆ description()
| QString MemInfoPlugin::description |
( |
| ) |
|
|
inlinevirtual |
Return a description of what the plugin is doing.
This function has to return a basic description of the plugin
Implements BaseInterface.
Definition at line 73 of file MemInfo.hh.
◆ getFreeRamMB()
| unsigned long MemInfoPlugin::getFreeRamMB |
( |
| ) |
|
◆ getTotalRamMB()
| unsigned long MemInfoPlugin::getTotalRamMB |
( |
| ) |
|
◆ initializePlugin
| void MemInfoPlugin::initializePlugin |
( |
| ) |
|
|
privateslot |
◆ name()
| QString MemInfoPlugin::name |
( |
| ) |
|
|
inlinevirtual |
Return a name for the plugin.
This Function has to return the name of the plugin.
Implements BaseInterface.
Definition at line 72 of file MemInfo.hh.
◆ nvidiaMemoryInfoUpdate
| void MemInfoPlugin::nvidiaMemoryInfoUpdate |
( |
| ) |
|
|
privateslot |
Update statusbar with NVIDIA memory infos.
Definition at line 120 of file MemInfo.cc.
◆ pluginsInitialized
| void MemInfoPlugin::pluginsInitialized |
( |
| ) |
|
|
privateslot |
◆ setProgressBarStyleSheet()
| void MemInfoPlugin::setProgressBarStyleSheet |
( |
QProgressBar * |
_bar | ) |
|
|
private |
Sets the Qt Stylesheet for the progress bars.
Definition at line 157 of file MemInfo.cc.
◆ version
| QString MemInfoPlugin::version |
( |
| ) |
|
|
inlineslot |
◆ gpuMemBar_
| QProgressBar* MemInfoPlugin::gpuMemBar_ |
|
private |
Status bar for GPU memory.
Definition at line 94 of file MemInfo.hh.
◆ mainMemBar_
| QProgressBar* MemInfoPlugin::mainMemBar_ |
|
private |
Status bar for Main memory.
Definition at line 97 of file MemInfo.hh.
◆ updateTimer_
| QTimer* MemInfoPlugin::updateTimer_ |
|
private |
Timer that triggers an update of the bars.
Definition at line 100 of file MemInfo.hh.
The documentation for this class was generated from the following files: