| Home | Trees | Indices | Help |
|---|
|
|
PySide.QtCore.QAbstractListModel --+
|
LaunchListModel
The model to manage the files with launch files.
| Instance Methods | |||
|
|||
|
|||
|
|||
PySide.QtCore.Qt.ItemFlag
|
|
||
|
|||
boolean
|
|
||
str or None
|
|
||
|
|||
|
|||
| Class Variables | |
NOT_FOUND = -1
|
|
NOTHING = 0
|
|
RECENT_FILE = 1
|
|
LAUNCH_FILE = 2
|
|
FOLDER = 3
|
|
PACKAGE = 4
|
|
STACK = 5
|
|
RECENT_LENGTH = 5
|
|
| Method Details |
Creates a new list model. Loads the required icons. |
Tell the view how many rows we have present in our data.
|
The view asks us for all sorts of information about our data...
|
Make the only selectable
|
Tests for the given row whether it is a launch file or not.
|
Returns for the given item the file path if this is a file. Otherwise the folder will be expanded and None will be returned.
|
Shows the new path in the launch configuration view. Only if the new path is in ros package paths
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Apr 12 02:00:14 2013 | http://epydoc.sourceforge.net |