Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

sptkLinkPane Class Reference

#include <sptklinkpane.h>

Inheritance diagram for sptkLinkPane:

sptkPane sptkGadget sptkObject List of all members.

Public Member Functions

void setLink (std::string link)
std::string getLink ()
void setTarget (std::string target)
std::string getTarget ()

Protected Attributes

std::string link
std::string target

Detailed Description

Author:
Sven Broenstrup


Member Function Documentation

std::string sptkLinkPane::getLink  
 

Get the URL of the link.

Returns:
URL of link.

std::string sptkLinkPane::getTarget  
 

Get the target frame name in html or equal in other. (not defined finally)

Returns:
Target object

void sptkLinkPane::setLink std::string    link
 

Set the URL of the link.

Parameters:
link URL of the link.

void sptkLinkPane::setTarget std::string    target
 

Set the target frame name in html or equal in other. (not defined finally)

Parameters:
target Target object


Member Data Documentation

std::string sptkLinkPane::link [protected]
 

The URL of the Link

std::string sptkLinkPane::target [protected]
 

The Target-Frame - would be changed


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