Magnetoculus Database Builder
Construction de bases de données pour Magnetoculus
|
The page where the user can register a field. More...
Public Member Functions | |
def | __init__ (self, parent, size=(-1,-1)) |
def | OnSelectedFile (self, event) |
def | GetInfo (self) |
Return the Field filename, type, city and center coordinates. More... | |
def | UpdateCitiesChoice (self) |
After a registration this will update the city choices in the combo box to avoid having to restart the app to see the changes. More... | |
Public Attributes | |
fileLabel | |
selectedfile | |
filePicker | |
cityLabel | |
cityCombo | |
centerCoordLabel | |
centerCoordField | |
formatLabel | |
formatCombo | |
The page where the user can register a field.
The user must choose a file on his disk, select a field type (EFieldType), and select a city already present in the database.
def DBBrowser.TabAddField.__init__ | ( | self, | |
parent, | |||
size = (-1,-1) |
|||
) |
def DBBrowser.TabAddField.GetInfo | ( | self | ) |
Return the Field filename, type, city and center coordinates.
def DBBrowser.TabAddField.OnSelectedFile | ( | self, | |
event | |||
) |
def DBBrowser.TabAddField.UpdateCitiesChoice | ( | self | ) |
After a registration this will update the city choices in the combo box to avoid having to restart the app to see the changes.
DBBrowser.TabAddField.centerCoordField |
DBBrowser.TabAddField.centerCoordLabel |
DBBrowser.TabAddField.cityCombo |
DBBrowser.TabAddField.cityLabel |
DBBrowser.TabAddField.fileLabel |
DBBrowser.TabAddField.filePicker |
DBBrowser.TabAddField.formatCombo |
DBBrowser.TabAddField.formatLabel |
DBBrowser.TabAddField.selectedfile |