| |
- AddProfile
-
- DeleteProfile
- CloseListener
- DeleteProfileDialog
- DisplayToolButton
- EntityDialog
- FileHelpMenuBar
- GridHorizontal
- GridVertical
- HelpPage
- LabelDisplay
- LabelSeparator
- MenuButtonDisplay
- ProfileList
- ProfileMenuRadio
- ProfileRepository
- ProfileSelectionMenuRadio
-
- ProfileTypeMenuRadio
- RepositoryDialog
- StringPreference
-
- BooleanPreference
-
- MenuRadio
- Radio
-
- RadioCapitalized
-
- RadioCapitalizedButton
-
- RadioCapitalizedProfileButton
- FileNameInput
- FloatPreference
-
- FloatSpin
-
- FloatSpinNotOnMenu
- FloatSpinUpdate
- IntPreference
-
- IntSpin
-
- IntSpinNotOnMenu
- IntSpinUpdate
- ProfileListboxPreference
- TextPreference
- WindowPosition
- TokenConversion
- ToolDialog
- WindowVisibilities
class BooleanPreference(StringPreference) |
|
A class to display, read & write a boolean. |
|
Methods defined here:
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- setStateToValue(self)
- Set the checkbutton to the boolean.
- setToDisplay(self)
- Do nothing because toggleCheckbutton is handling the value.
- setValueToString(self, valueString)
- Set the boolean to the string.
- toggleCheckbutton(self)
- Workaround for Tkinter bug, toggle the value.
- toggleMenuCheckbutton(self)
- Workaround for Tkinter bug, toggle the value.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValue(self, name, repository, value)
- Initialize.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class CloseListener |
|
A class to listen to link a window to the global repository dialog list table. |
|
Methods defined here:
- __init__(self, window, closeFunction=None)
- Add the window to the global repository dialog list table.
- listenToWidget(self, widget)
- Listen to the destroy message of the widget.
- wasClosed(self, event)
- The dialog was closed.
|
class DeleteProfileDialog |
| |
Methods defined here:
- __init__(self, profileListboxPreference, root)
- Display a delete dialog.
- delete(self)
- Delete the selection of a listbox preference.
- no(self)
- The dialog was closed.
|
class EntityDialog |
| |
Methods defined here:
- __init__(self, entity, root)
- Create display preference dialog.
- close(self)
- The dialog was closed.
- completeDialog(self)
- Complet the display preference dialog.
- save(self)
- Set the preferences to the dialog then write them.
- saveClose(self)
- Set the preferences to the dialog, write them, then destroy the window.
|
class FileHelpMenuBar |
| |
Methods defined here:
- __init__(self, root)
- Create a menu bar with a file and help menu.
- addMenuToMenuBar(self, labelText, menu)
- Add a menu to the menu bar.
- addPluginToMenuBar(self, modulePath, repository, window)
- Add a menu to the menu bar from a tool.
- completeMenu(self, closeFunction, repository, saveFunction, window)
- Complete the menu.
- saveClose(self)
- Call the save function then the close function.
|
class FileNameInput(StringPreference) |
|
A class to display, read & write a fileName. |
|
Methods defined here:
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- execute(self)
- Open the file picker.
- getFileNameFirstTypes(self)
- Get the file types with the file type of the fileName moved to the front of the list.
- getFromFileName(self, fileTypes, name, repository, value)
- Initialize.
- setCancelledValue(self, fileName)
- Set the value to the file name and wasCancelled true if a file was not picked.
- setToDisplay(self)
- Do nothing because the file dialog is handling the value.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValue(self, name, repository, value)
- Initialize.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setStateToValue(self)
- Set the entry to the value.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- setValueToString(self, valueString)
- Set the string to the value string.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class FloatPreference(StringPreference) |
|
A class to display, read & write a float. |
|
Methods defined here:
- setValueToString(self, valueString)
- Set the float to the string.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValue(self, name, repository, value)
- Initialize.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setStateToValue(self)
- Set the entry to the value.
- setToDisplay(self)
- Set the string to the entry field.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class FloatSpin(FloatPreference) |
|
A class to display, read & write an float in a spin box. |
|
- Method resolution order:
- FloatSpin
- FloatPreference
- StringPreference
Methods defined here:
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- entryUpdated(self, event=None)
- Create the entry.
- getFromValue(self, from_, name, repository, to, value)
- Initialize.
- setColor(self, event=None)
- Set the color to the value, yellow if it is lower than the default and blue if it is higher.
- setColorToDisplay(self, event=None)
- Set the color to the value, yellow if it is lower than the default and blue if it is higher.
Methods inherited from FloatPreference:
- setValueToString(self, valueString)
- Set the float to the string.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setStateToValue(self)
- Set the entry to the value.
- setToDisplay(self)
- Set the string to the entry field.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class FloatSpinNotOnMenu(FloatSpin) |
|
A class to display, read & write an float in a spin box, which is not to be added to a menu. |
|
- Method resolution order:
- FloatSpinNotOnMenu
- FloatSpin
- FloatPreference
- StringPreference
Methods defined here:
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
Methods inherited from FloatSpin:
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- entryUpdated(self, event=None)
- Create the entry.
- getFromValue(self, from_, name, repository, to, value)
- Initialize.
- setColor(self, event=None)
- Set the color to the value, yellow if it is lower than the default and blue if it is higher.
- setColorToDisplay(self, event=None)
- Set the color to the value, yellow if it is lower than the default and blue if it is higher.
Methods inherited from FloatPreference:
- setValueToString(self, valueString)
- Set the float to the string.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setStateToValue(self)
- Set the entry to the value.
- setToDisplay(self)
- Set the string to the entry field.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class FloatSpinUpdate(FloatSpin) |
|
A class to display, read, update & write an float in a spin box. |
|
- Method resolution order:
- FloatSpinUpdate
- FloatSpin
- FloatPreference
- StringPreference
Methods defined here:
- createEntry(self, root)
- Create the entry.
Methods inherited from FloatSpin:
- bindEntry(self)
- Bind the entry to the update function.
- entryUpdated(self, event=None)
- Create the entry.
- getFromValue(self, from_, name, repository, to, value)
- Initialize.
- setColor(self, event=None)
- Set the color to the value, yellow if it is lower than the default and blue if it is higher.
- setColorToDisplay(self, event=None)
- Set the color to the value, yellow if it is lower than the default and blue if it is higher.
Methods inherited from FloatPreference:
- setValueToString(self, valueString)
- Set the float to the string.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setStateToValue(self)
- Set the entry to the value.
- setToDisplay(self)
- Set the string to the entry field.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class GridHorizontal |
|
A class to place elements horizontally on a grid. |
|
Methods defined here:
- __init__(self, column, row)
- Initialize the column and row.
- increment(self)
- Increment the position horizontally.
|
class GridVertical |
|
A class to place elements vertically on a grid. |
|
Methods defined here:
- __init__(self, column, row)
- Initialize the column and row.
- increment(self)
- Increment the position vertically.
- incrementOffset(self)
- Increment the position vertically and offset it horizontally.
|
class HelpPage |
| |
Methods defined here:
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- getFromNameAfterHTTP(self, afterHTTP, name, repository)
- Initialize.
- getFromNameAfterWWW(self, afterWWW, name, repository)
- Initialize.
- getFromNameSubName(self, name, repository, subName='')
- Initialize.
- getOpenFromAbsolute(self, hypertextAddress)
- Get the open help page function from the hypertext address.
- getOpenFromAfterHTTP(self, afterHTTP)
- Get the open help page function from the part of the address after the HTTP.
- getOpenFromAfterWWW(self, afterWWW)
- Get the open help page function from the afterWWW of the address after the www.
- getOpenFromDocumentationSubName(self, subName='')
- Get the open help page function from the afterWWW of the address after the www.
- openPage(self, event=None)
- Open the browser to the hypertext address.
- setToNameRepository(self, name, repository)
- Set to the name and repository.
|
class IntPreference(FloatPreference) |
|
A class to display, read & write an int. |
|
- Method resolution order:
- IntPreference
- FloatPreference
- StringPreference
Methods defined here:
- setValueToString(self, valueString)
- Set the integer to the string.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValue(self, name, repository, value)
- Initialize.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setStateToValue(self)
- Set the entry to the value.
- setToDisplay(self)
- Set the string to the entry field.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class IntSpin(IntPreference) |
|
A class to display, read & write an int in a spin box. |
|
- Method resolution order:
- IntSpin
- IntPreference
- FloatPreference
- StringPreference
Methods defined here:
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- entryUpdated(self, event=None)
- Create the entry.
- getFromValue(self, from_, name, repository, to, value)
- Initialize.
- getSingleIncrementFromValue(self, from_, name, repository, to, value)
- Initialize.
- setColor(self, event=None)
- Set the color to the value, yellow if it is lower than the default and blue if it is higher.
- setColorToDisplay(self, event=None)
- Set the color to the value, yellow if it is lower than the default and blue if it is higher.
Methods inherited from IntPreference:
- setValueToString(self, valueString)
- Set the integer to the string.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setStateToValue(self)
- Set the entry to the value.
- setToDisplay(self)
- Set the string to the entry field.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class IntSpinNotOnMenu(IntSpin) |
|
A class to display, read & write an integer in a spin box, which is not to be added to a menu. |
|
- Method resolution order:
- IntSpinNotOnMenu
- IntSpin
- IntPreference
- FloatPreference
- StringPreference
Methods defined here:
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
Methods inherited from IntSpin:
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- entryUpdated(self, event=None)
- Create the entry.
- getFromValue(self, from_, name, repository, to, value)
- Initialize.
- getSingleIncrementFromValue(self, from_, name, repository, to, value)
- Initialize.
- setColor(self, event=None)
- Set the color to the value, yellow if it is lower than the default and blue if it is higher.
- setColorToDisplay(self, event=None)
- Set the color to the value, yellow if it is lower than the default and blue if it is higher.
Methods inherited from IntPreference:
- setValueToString(self, valueString)
- Set the integer to the string.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setStateToValue(self)
- Set the entry to the value.
- setToDisplay(self)
- Set the string to the entry field.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class IntSpinUpdate(IntSpin) |
|
A class to display, read, update & write an int in a spin box. |
|
- Method resolution order:
- IntSpinUpdate
- IntSpin
- IntPreference
- FloatPreference
- StringPreference
Methods defined here:
- createEntry(self, root)
- Create the entry.
Methods inherited from IntSpin:
- bindEntry(self)
- Bind the entry to the update function.
- entryUpdated(self, event=None)
- Create the entry.
- getFromValue(self, from_, name, repository, to, value)
- Initialize.
- getSingleIncrementFromValue(self, from_, name, repository, to, value)
- Initialize.
- setColor(self, event=None)
- Set the color to the value, yellow if it is lower than the default and blue if it is higher.
- setColorToDisplay(self, event=None)
- Set the color to the value, yellow if it is lower than the default and blue if it is higher.
Methods inherited from IntPreference:
- setValueToString(self, valueString)
- Set the integer to the string.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setStateToValue(self)
- Set the entry to the value.
- setToDisplay(self)
- Set the string to the entry field.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class MenuRadio(BooleanPreference) |
|
A class to display, read & write a boolean with associated menu radio button. |
|
- Method resolution order:
- MenuRadio
- BooleanPreference
- StringPreference
Methods defined here:
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToMenu(self, repositoryMenu)
- Add this to the submenu set by MenuButtonDisplay, the repository menu is ignored
- addToSubmenu(self)
- Add this to the submenu.
- clickRadio(self)
- Workaround for Tkinter bug, invoke and set the value when clicked.
- getFromMenuButtonDisplay(self, menuButtonDisplay, name, repository, value)
- Initialize.
- invoke(self)
- Workaround for Tkinter bug, invoke to set the value when changed.
- setToDisplay(self)
- Set the boolean to the checkbutton.
Methods inherited from BooleanPreference:
- setStateToValue(self)
- Set the checkbutton to the boolean.
- setValueToString(self, valueString)
- Set the boolean to the string.
- toggleCheckbutton(self)
- Workaround for Tkinter bug, toggle the value.
- toggleMenuCheckbutton(self)
- Workaround for Tkinter bug, toggle the value.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValue(self, name, repository, value)
- Initialize.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class ProfileListboxPreference(StringPreference) |
| |
Methods defined here:
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- buttonReleaseOne(self, event)
- Button one released.
- focusIn(self, event)
- The root has gained focus.
- getFromListPreference(self, listPreference, name, repository, value)
- Initialize.
- getSelectedFolder(self)
- Get the selected folder.
- setListboxItems(self)
- Set the listbox items to the list preference.
- setToDisplay(self)
- Set the selection value to the listbox selection.
- setValueToIndex(self, index)
- Set the selection value to the index.
- setValueToString(self, valueString)
- Set the string to the value string.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValue(self, name, repository, value)
- Initialize.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setStateToValue(self)
- Set the entry to the value.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class ProfileMenuRadio |
|
A class to display a profile menu radio button. |
|
Methods defined here:
- __init__(self, profilePluginFileName, menu, name, radioVar, value)
- Create a profile menu radio.
- clickRadio(self)
- Workaround for Tkinter bug, invoke and set the value when clicked.
|
class ProfileRepository |
|
A class to handle the profile entities. |
|
Methods defined here:
- __init__(self)
- Set the default entities, execute title & repository fileName.
|
class ProfileSelectionMenuRadio |
|
A class to display a profile selection menu radio button. |
|
Methods defined here:
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- clickRadio(self)
- Workaround for Tkinter bug, invoke and set the value when clicked.
- getFromMenuButtonDisplay(self, menuButtonDisplay, name, repository, value)
- Initialize.
- setToMenuButtonDisplay(self, menuButtonDisplay, name, repository, value)
- Initialize.
|
class ProfileTypeMenuRadio(ProfileSelectionMenuRadio) |
|
A class to display a profile type menu radio button. |
|
Methods defined here:
- clickRadio(self)
- Workaround for Tkinter bug, invoke and set the value when clicked.
- getFromMenuButtonDisplay(self, menuButtonDisplay, name, repository, value)
- Initialize.
Methods inherited from ProfileSelectionMenuRadio:
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- setToMenuButtonDisplay(self, menuButtonDisplay, name, repository, value)
- Initialize.
|
class Radio(BooleanPreference) |
|
A class to display, read & write a boolean with associated radio button. |
|
- Method resolution order:
- Radio
- BooleanPreference
- StringPreference
Methods defined here:
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- clickRadio(self)
- Workaround for Tkinter bug, set the value.
- getFromRadio(self, name, radio, repository, value)
- Initialize.
- getIntVar(self)
- Get the IntVar for this radio button group.
- setDisplayState(self)
- Set the checkbutton to the boolean.
- setSelect(self)
- Set the int var and select the radio button.
- setToDisplay(self)
- Set the boolean to the checkbutton.
Methods inherited from BooleanPreference:
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- setStateToValue(self)
- Set the checkbutton to the boolean.
- setValueToString(self, valueString)
- Set the boolean to the string.
- toggleCheckbutton(self)
- Workaround for Tkinter bug, toggle the value.
- toggleMenuCheckbutton(self)
- Workaround for Tkinter bug, toggle the value.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValue(self, name, repository, value)
- Initialize.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class RadioCapitalized(Radio) |
|
A class to display, read & write a boolean with associated radio button. |
|
- Method resolution order:
- RadioCapitalized
- Radio
- BooleanPreference
- StringPreference
Methods defined here:
- addRadioCapitalizedToDialog(self, repositoryDialog)
- Add radio capitalized button to the dialog.
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
Methods inherited from Radio:
- clickRadio(self)
- Workaround for Tkinter bug, set the value.
- getFromRadio(self, name, radio, repository, value)
- Initialize.
- getIntVar(self)
- Get the IntVar for this radio button group.
- setDisplayState(self)
- Set the checkbutton to the boolean.
- setSelect(self)
- Set the int var and select the radio button.
- setToDisplay(self)
- Set the boolean to the checkbutton.
Methods inherited from BooleanPreference:
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- setStateToValue(self)
- Set the checkbutton to the boolean.
- setValueToString(self, valueString)
- Set the boolean to the string.
- toggleCheckbutton(self)
- Workaround for Tkinter bug, toggle the value.
- toggleMenuCheckbutton(self)
- Workaround for Tkinter bug, toggle the value.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValue(self, name, repository, value)
- Initialize.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class RadioCapitalizedButton(RadioCapitalized) |
|
A class to display, read & write a boolean with associated radio button. |
|
- Method resolution order:
- RadioCapitalizedButton
- RadioCapitalized
- Radio
- BooleanPreference
- StringPreference
Methods defined here:
- addRadioCapitalizedButtonToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- displayDialog(self)
- Display function.
- getFromPath(self, name, path, radio, repository, value)
- Initialize.
Methods inherited from RadioCapitalized:
- addRadioCapitalizedToDialog(self, repositoryDialog)
- Add radio capitalized button to the dialog.
Methods inherited from Radio:
- clickRadio(self)
- Workaround for Tkinter bug, set the value.
- getFromRadio(self, name, radio, repository, value)
- Initialize.
- getIntVar(self)
- Get the IntVar for this radio button group.
- setDisplayState(self)
- Set the checkbutton to the boolean.
- setSelect(self)
- Set the int var and select the radio button.
- setToDisplay(self)
- Set the boolean to the checkbutton.
Methods inherited from BooleanPreference:
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- setStateToValue(self)
- Set the checkbutton to the boolean.
- setValueToString(self, valueString)
- Set the boolean to the string.
- toggleCheckbutton(self)
- Workaround for Tkinter bug, toggle the value.
- toggleMenuCheckbutton(self)
- Workaround for Tkinter bug, toggle the value.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValue(self, name, repository, value)
- Initialize.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class RadioCapitalizedProfileButton(RadioCapitalizedButton) |
|
A class to display, read & write a boolean with associated radio button. |
|
- Method resolution order:
- RadioCapitalizedProfileButton
- RadioCapitalizedButton
- RadioCapitalized
- Radio
- BooleanPreference
- StringPreference
Methods defined here:
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
Methods inherited from RadioCapitalizedButton:
- addRadioCapitalizedButtonToDialog(self, repositoryDialog)
- Add this to the dialog.
- displayDialog(self)
- Display function.
- getFromPath(self, name, path, radio, repository, value)
- Initialize.
Methods inherited from RadioCapitalized:
- addRadioCapitalizedToDialog(self, repositoryDialog)
- Add radio capitalized button to the dialog.
Methods inherited from Radio:
- clickRadio(self)
- Workaround for Tkinter bug, set the value.
- getFromRadio(self, name, radio, repository, value)
- Initialize.
- getIntVar(self)
- Get the IntVar for this radio button group.
- setDisplayState(self)
- Set the checkbutton to the boolean.
- setSelect(self)
- Set the int var and select the radio button.
- setToDisplay(self)
- Set the boolean to the checkbutton.
Methods inherited from BooleanPreference:
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- setStateToValue(self)
- Set the checkbutton to the boolean.
- setValueToString(self, valueString)
- Set the boolean to the string.
- toggleCheckbutton(self)
- Workaround for Tkinter bug, toggle the value.
- toggleMenuCheckbutton(self)
- Workaround for Tkinter bug, toggle the value.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValue(self, name, repository, value)
- Initialize.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class StringPreference |
|
A class to display, read & write a string. |
|
Methods defined here:
- __init__(self)
- Set the update function to none.
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValue(self, name, repository, value)
- Initialize.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setStateToValue(self)
- Set the entry to the value.
- setToDisplay(self)
- Set the string to the entry field.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- setValueToString(self, valueString)
- Set the string to the value string.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
class TextPreference(StringPreference) |
|
A class to display, read & write a text. |
|
Methods defined here:
- __init__(self)
- Set the update function to none.
- addToDialog(self, repositoryDialog)
- Add this to the dialog.
- getFromValue(self, name, repository, value)
- Initialize.
- setStateToValue(self)
- Set the entry to the value.
- setToDisplay(self)
- Set the string to the entry field.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
Methods inherited from StringPreference:
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToString(self, valueString)
- Set the string to the value string.
|
class TokenConversion |
|
A class to convert tokens in a string. |
|
Methods defined here:
- __init__(self, name='replaceToken', token='___replaced___')
- Set the name and token.
- getNamedString(self, text)
- Get a string with the tokens changed to names.
- getTokenizedString(self, text)
- Get a string with the names changed to tokens.
|
class ToolDialog |
|
A class to display the tool repository dialog. |
|
Methods defined here:
- addPluginToMenu(self, menu, path)
- Add the display command to the menu.
- display(self)
- Display the tool repository dialog.
- getFromPath(self, path)
- Initialize and return display function.
|
class WindowPosition(StringPreference) |
|
A class to display, read & write a window position. |
|
Methods defined here:
- addToDialog(self, repositoryDialog)
- Set the root to later get the geometry.
- getFromValue(self, name, repository, value)
- Initialize.
- setToDisplay(self)
- Set the string to the window position.
- setWindowPosition(self)
- Set the window position.
Methods inherited from StringPreference:
- __init__(self)
- Set the update function to none.
- addToMenu(self, repositoryMenu)
- Add this to the repository menu.
- bindEntry(self)
- Bind the entry to the update function.
- createEntry(self, root)
- Create the entry.
- getFromValueOnly(self, name, repository, value)
- Initialize.
- getFromValueOnlyAddToRepository(self, name, repository, value)
- Initialize.
- openEntityDialog(self)
- Open the preference dialog.
- setStateToValue(self)
- Set the entry to the value.
- setUpdateFunction(self, updateFunction)
- Set the update function.
- setValueToSplitLine(self, lineIndex, lines, splitLine)
- Set the value to the second word of a split line.
- setValueToString(self, valueString)
- Set the string to the value string.
- writeToArchiveWriter(self, archiveWriter)
- Write tab separated name and value to the archive writer.
|
|