Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
Konqueror Class Reference

Public Member Functions

def __init__
 
def open
 

Data Fields

 name
 
 basename
 

Static Public Attributes

 open_new = open
 

Detailed Description

Controller for the KDE File Manager (kfm, or Konqueror).

See http://developer.kde.org/documentation/other/kfmclient.html
for more information on the Konqueror remote-control interface.

Definition at line 138 of file webbrowser.py.

Constructor & Destructor Documentation

def __init__ (   self)

Definition at line 145 of file webbrowser.py.

146  def __init__(self):
147  if _iscommand("konqueror"):
148  self.name = self.basename = "konqueror"
149  else:
150  self.name = self.basename = "kfm"

Member Function Documentation

def open (   self,
  url,
  new = 1,
  autoraise = 1 
)

Definition at line 165 of file webbrowser.py.

References Netscape._remote(), and Konqueror._remote().

166  def open(self, url, new=1, autoraise=1):
167  # XXX Currently I know no way to prevent KFM from
168  # opening a new win.
169  self._remote("openURL '%s'" % url)

Field Documentation

basename

Definition at line 147 of file webbrowser.py.

name

Definition at line 147 of file webbrowser.py.

open_new = open
static

Definition at line 170 of file webbrowser.py.


The documentation for this class was generated from the following file: