Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UBrowser.UBrowserIRCUserListBox

Extends
UWindowListBox

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowListControl
            |   
            +-- UWindow.UWindowListBox
               |   
               +-- UBrowser.UBrowserIRCUserListBox

Variables Summary
Inherited Variables from UWindow.UWindowListBox
bCanDrag, bCanDragExternal, bDragging, DefaultHelpText, DoubleClickList, DragY, ItemHeight, SelectedItem, VertSB
Inherited Variables from UWindow.UWindowListControl
Items, ListClass

Functions Summary
function AddUser (string NickName))
function ChangeNick (string OldNick, string NewNick))
function ChangeOp (string Nick, bool bOp))
function ChangeVoice (string Nick, bool bVoice))
function Created ()))
function DoubleClickItem (UWindowListBoxItem I))
function DrawItem (Canvas C, UWindowList Item, float X, float Y, float W, float H))
functionUBrowserIRCUserList FindNick (string NickName))
function RemoveUser (string NickName))
Inherited Functions from UWindow.UWindowListBox
BeforePaint, Created, DoubleClick, DoubleClickItem, ExternalDragOver, GetItemAt, LMouseDown, MakeSelectedVisible, MouseMove, Paint, ReceiveDoubleClickItem, Resized, SetHelpText, SetSelected, SetSelectedItem, Sort
Inherited Functions from UWindow.UWindowListControl
Created, DrawItem


Functions Detail

AddUser Source code

function AddUser ( string NickName) )

ChangeNick Source code

function ChangeNick ( string OldNick, string NewNick) )

ChangeOp Source code

function ChangeOp ( string Nick, bool bOp) )

ChangeVoice Source code

function ChangeVoice ( string Nick, bool bVoice) )

Created Source code

function Created ( ) )

DoubleClickItem Source code

function DoubleClickItem ( UWindowListBoxItem I) )

DrawItem Source code

function DrawItem ( Canvas C, UWindowList Item, float X, float Y, float W, float H) )

FindNick Source code

function UBrowserIRCUserList FindNick ( string NickName) )

RemoveUser Source code

function RemoveUser ( string NickName) )


Defaultproperties

defaultproperties
{
     ItemHeight=13.000000
     ListClass=Class'UBrowser.UBrowserIRCUserList'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:13.182 - Created with UnCodeX