Contact list categories and searching
This commit is contained in:
79
indra/newview/ascentfloatercontactgroups.h
Normal file
79
indra/newview/ascentfloatercontactgroups.h
Normal file
@@ -0,0 +1,79 @@
|
||||
/**
|
||||
* @file ascentfloatercontactgroups.h
|
||||
* @Author Charley Levenque
|
||||
* Allows the user to assign friends to contact groups for advanced sorting.
|
||||
*
|
||||
* Created Sept 6th 2010
|
||||
*
|
||||
* ALL SOURCE CODE IS PROVIDED "AS IS." THE CREATOR MAKES NO
|
||||
* WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
|
||||
* COMPLETENESS OR PERFORMANCE.
|
||||
*
|
||||
* "use a free softwares" - Richard Stallman, LUNIX Operations System
|
||||
*/
|
||||
|
||||
#ifndef ASCENT_CONTACT_GROUPS
|
||||
#define ASCENT_CONTACT_GROUPS
|
||||
|
||||
#include "llfloater.h"
|
||||
|
||||
class LLScrollListCtrl;
|
||||
|
||||
class ASFloaterContactGroups : public LLFloater
|
||||
{
|
||||
public:
|
||||
ASFloaterContactGroups();
|
||||
|
||||
virtual ~ASFloaterContactGroups();
|
||||
|
||||
// by convention, this shows the floater and does instance management
|
||||
static void show(void*);
|
||||
void populateGroupList();
|
||||
|
||||
private:
|
||||
//assuming we just need one, which is typical
|
||||
static ASFloaterContactGroups* sInstance;
|
||||
};
|
||||
|
||||
#endif // ASCENT_UPLOAD_BROWSER
|
||||
|
||||
|
||||
/*
|
||||
Thank you for come my website!
|
||||
|
||||
This is web page of Steve Eletor.
|
||||
|
||||
I live in Slovakia, in place called Presov.
|
||||
|
||||
I like all kind of thing, including robot film,
|
||||
snake, castle, computer, and free softwares.
|
||||
|
||||
I have make a webpage for pet and one for family
|
||||
and one for my computer.
|
||||
|
||||
you may have herd of richard stallman who wrot a
|
||||
GNU operate system for PC.
|
||||
|
||||
"Welcome to website of Eletor" - Richard Stallman
|
||||
|
||||
I currently have "2.8.6 DOS."
|
||||
|
||||
but soon i hope to get "3.8.6 DOS IBM"
|
||||
|
||||
when i use internet, i dial into friend who
|
||||
has a LINUX and he also has ISDN. my father
|
||||
has also a computer, it is WINDOWS 98. i use
|
||||
that to do thing like make website, and for
|
||||
work, but my father not let me use it for
|
||||
free softwares or the I.R.C chats.
|
||||
|
||||
please understand, while i can type lowercase
|
||||
on my website, i have to update from a friends
|
||||
computer. for IRC, i type in all caps as my
|
||||
slovak keyboard does not have a lowercase. for
|
||||
EMAIL, i reply to a friend on IRC who check my
|
||||
email for me right now, also in all cap.
|
||||
|
||||
my father not very understand of free softwares
|
||||
and he make a fun of RMS.
|
||||
*/
|
||||
Reference in New Issue
Block a user