Robot Framework Integrated Development Environment (RIDE)
robotide.postinstall.__main__ Namespace Reference

Classes

class  MessageDialog
 

Functions

def _askdirectory (title, initialdir, frame=None)
 
def _askyesno (title, message, frame=None)
 
def _create_desktop_shortcut_linux (frame=None)
 
def _create_desktop_shortcut_mac (frame=None)
 
def _create_desktop_shortcut_windows (frame=None)
 
def caller (frame, platform)
 
def create_desktop_shortcut (platform, frame=None)
 
def main (args)
 
def verify_install ()
 

Variables

string __doc__
 

Function Documentation

◆ _askdirectory()

def robotide.postinstall.__main__._askdirectory (   title,
  initialdir,
  frame = None 
)
private

Definition at line 145 of file __main__.py.

◆ _askyesno()

def robotide.postinstall.__main__._askyesno (   title,
  message,
  frame = None 
)
private

Definition at line 126 of file __main__.py.

◆ _create_desktop_shortcut_linux()

def robotide.postinstall.__main__._create_desktop_shortcut_linux (   frame = None)
private

Definition at line 166 of file __main__.py.

◆ _create_desktop_shortcut_mac()

def robotide.postinstall.__main__._create_desktop_shortcut_mac (   frame = None)
private

Definition at line 231 of file __main__.py.

◆ _create_desktop_shortcut_windows()

def robotide.postinstall.__main__._create_desktop_shortcut_windows (   frame = None)
private

Definition at line 261 of file __main__.py.

◆ caller()

def robotide.postinstall.__main__.caller (   frame,
  platform 
)

Definition at line 315 of file __main__.py.

◆ create_desktop_shortcut()

def robotide.postinstall.__main__.create_desktop_shortcut (   platform,
  frame = None 
)

Definition at line 302 of file __main__.py.

◆ main()

def robotide.postinstall.__main__.main (   args)

Definition at line 325 of file __main__.py.

◆ verify_install()

def robotide.postinstall.__main__.verify_install ( )

Definition at line 48 of file __main__.py.

Variable Documentation

◆ __doc__

string robotide.postinstall.__main__.__doc__
private
Initial value:
1 = """
2 Usage: python ride_postinstall.py [options] <-install|-remove>
3  or python -m robotide.postinstall [options] <-install|-remove>
4  -install - Installs a Desktop Shortcut to RIDE.
5  -remove - [TODO] Removes a Desktop Shortcut to RIDE.
6  options: -q - Quiet, don't ask user for confirmation.
7  -f - Force action.
8  -help - This help.
9 """.strip()

Definition at line 36 of file __main__.py.