Vuo 2.4.4
Loading...
Searching...
No Matches
Public Member Functions | List of all members
VuoConsoleWindow Class Reference

Description

Helper class for VuoConsole.

Definition at line 19 of file VuoConsoleWindow.hh.

Public Member Functions

 VuoConsoleWindow (VuoConsole *console, QWidget *screenMate)
 Initializes a window that is ready to have its model populated and be shown.
 
void setModel (const QStringList &logs)
 Sets the data model for the list of logs.
 
QStringList getModel (void)
 Retrieves the data model for the list of logs.
 
QList< QVariant > getSelectedIndices (void)
 Retrieves the row indices that are currently selected in the list of logs.
 
VuoRecentFileMenugetRecentFileMenu (void)
 Returns the "File > Open Recent" menu associated with this console window.
 

Constructor & Destructor Documentation

◆ VuoConsoleWindow()

VuoConsoleWindow::VuoConsoleWindow ( VuoConsole console,
QWidget *  screenMate 
)

Initializes a window that is ready to have its model populated and be shown.

Definition at line 20 of file VuoConsoleWindow.cc.

Member Function Documentation

◆ getModel()

QStringList VuoConsoleWindow::getModel ( void  )

Retrieves the data model for the list of logs.

Definition at line 63 of file VuoConsoleWindow.cc.

◆ getRecentFileMenu()

VuoRecentFileMenu * VuoConsoleWindow::getRecentFileMenu ( void  )

Returns the "File > Open Recent" menu associated with this console window.

Definition at line 200 of file VuoConsoleWindow.cc.

◆ getSelectedIndices()

QList< QVariant > VuoConsoleWindow::getSelectedIndices ( void  )

Retrieves the row indices that are currently selected in the list of logs.

Definition at line 71 of file VuoConsoleWindow.cc.

◆ setModel()

void VuoConsoleWindow::setModel ( const QStringList &  logs)

Sets the data model for the list of logs.

Definition at line 55 of file VuoConsoleWindow.cc.


The documentation for this class was generated from the following files: