Falkon Develop
Cross-platform Qt-based web browser
hellopython.button.HelloButton Class Reference
Inheritance diagram for hellopython.button.HelloButton:

Public Member Functions

def __init__ (self)
 
def id (self)
 
def name (self)
 
def onClicked (self, controller)
 

Public Attributes

 menu
 

Detailed Description

Definition at line 21 of file button.py.

Constructor & Destructor Documentation

◆ __init__()

def hellopython.button.HelloButton.__init__ (   self)

Definition at line 22 of file button.py.

Member Function Documentation

◆ id()

def hellopython.button.HelloButton.id (   self)

Definition at line 30 of file button.py.

◆ name()

def hellopython.button.HelloButton.name (   self)

Definition at line 33 of file button.py.

◆ onClicked()

def hellopython.button.HelloButton.onClicked (   self,
  controller 
)

Definition at line 36 of file button.py.

Member Data Documentation

◆ menu

hellopython.button.HelloButton.menu

Definition at line 37 of file button.py.


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