#include <awindowslist.h>
Contains list of opened window.
◆ aWindowsList()
aWindowsList::aWindowsList |
( |
| ) |
|
◆ ~aWindowsList()
aWindowsList::~aWindowsList |
( |
| ) |
|
|
virtual |
◆ find() [1/2]
bool aWindowsList::find |
( |
int | id, |
|
|
Q_ULLONG | ido = 0 ) |
Find window with id and ido.
- Parameters
-
id | - object class id |
ido | - object id (default 0)
|
- Returns
- true, if window found
◆ find() [2/2]
bool aWindowsList::find |
( |
QWidget * | window | ) |
|
Find object in list with link
- Parameters
-
- Returns
- true, if window found
◆ get()
QWidget * aWindowsList::get |
( |
int | id, |
|
|
Q_ULLONG | ido = 0 ) |
Get window with id and ido.
- Parameters
-
id | - object class id |
ido | - object id (default 0)
|
- Returns
- link to window, or 0 if window not found
◆ insert()
void aWindowsList::insert |
( |
int | id, |
|
|
QWidget * | window, |
|
|
Q_ULLONG | ido = 0 ) |
Insert window into list.
- Parameters
-
id | - object class id |
window | - link to form |
ido | - object id (default 0) |
◆ remove() [1/2]
void aWindowsList::remove |
( |
int | id, |
|
|
Q_ULLONG | ido = 0 ) |
Remove window from list.
- Parameters
-
id | - object class id |
ido | - object id (default 0) |
◆ remove() [2/2]
void aWindowsList::remove |
( |
QWidget * | window | ) |
|
Remove window from list.
- Parameters
-
The documentation for this class was generated from the following files: